body {
    font-family: Verdana, Arial, Helvetica, Times New Roman;
}
a {
    color: #4062B3;
    text-decoration: none;
}
a:hover {
    color: #0F4DE0; 
}
a:visited {
    color: #4062B3;
}
h1 {
    font-size: 16pt;
    font-weight: normal;   
}
h2 {
    font-size: 11pt;    
}
h3 {
    font-size: 10pt;   
    font-weight: normal;
    text-decoration: underline;
}
h4 {
    font-size: 8pt;   
    font-weight: normal;
    text-decoration: underline;
}
p {
    font-size: 8pt;
    line-height: 13pt;   
}
li {
    font-size: 8pt;
    line-height: 13pt;
}
hr {
    height: 1px;
    color: #888888;
    border: none;
    background-color: #888888;
}


/* buttons */
a.download {
    position: relative;
    display: block;
    color: #000000;
    text-align: left;
    width: 144px;
    height: 20px;
    padding: 10px 5px 10px 60px;
    line-height: 20px;
    background-image: url( '../images/button-download.png' );
    background-repeat: no-repeat;
    margin: 16px 0px 16px 0px;
    background-position: 0px 0px;
    font-size: 8pt;
}
a.download:hover {
    background-position: 0px -40px;
    color: #002476;
}


/* various classes */
.required {
    font-weight: bold;
    color: #880000;   
}

/* form table */
table.tform {
    border-spacing: 0px;
}
table.tform th {
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    padding: 5px 5px 5px 0px;
}
table.tform td {
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
}

/* data grid class */
table.datagrid {
    border: 1px solid #CCCCCC;  
    border-spacing: 2px;
    width: 100%;
}
table.datagrid th, table.datagrid td { 
    padding: 4px 8px 4px 8px;
    vertical-align: top;
    font-size: 8pt;
}
table.datagrid thead th {
    border: 1px solid #DDDDDD; 
    background-color: #E8E8E8; 
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}
table.datagrid td {
    border: 1px solid #EEEEEE; 
    background-color: #F8F8F8; 
}
table.datagrid tbody tr:hover td {
    border-color: #CCDDEE; 
    background-color: #E8F0F8; 
}

/* form vaidation and input boxes */
input[type=text],input[type=password],textarea {
    /*background-image: url('../images/input-text-bkg.png');*/
    /*padding: 4px;*/
    /*background-position: top left;*/
    /*border: 1px solid #CCCCCC;*/
    border: 1px solid #647FC4;
    font-family: Verdana;
    font-size: 11px;
}
input[type=text].error-widget,input[type=password].error-widget,textarea.error-widget {
    border: 2px solid #FF0000;
}
.error-label {
    font-weight: bold;
    color: #FF0000;
}
ul.error-message {
    list-style-type: square;
    min-height: 32px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px 20px 5px 70px;
    border: 1px solid #FFCCCC;
    background-color: #FFEEEE;
    background-image: url('../images/error-message-bkg.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
ul.error-message li {
    font-weight: normal;
    color: #FF0000;
    margin: 0px;
    padding: 0px;
}

.contentText {
    font-family:tahoma;
	font-size:11px;
	color:#474747;
	line-height:13px;
}

.listItem {
    margin-bottom: 10px;
}

.required {
    color:#DC143C;
}

.remark {
    color:#008000;
}