BODY {
background-color: #d1d1d1;
    color: #666666;
    font-family:"Times New Roman", Times, serif;
    font-size: 12px;
    text-align: left;
    vertical-align: text-top;
	line-height: 16px;
}

A:link {
 color: #666666;
}

A:hover  {
    color : #CC0000;

}



A:visited {
 color:#666666}

A:visited:hover{
    color: #CC0000;
}

A.white:link { 
    
    font-family:"Times New Roman", Times, serif;
    color: #FFFFFF;
}

A.white:visited { 
    
    font-family:"Times New Roman", Times, serif;
    color: #FFFFFF;
}

A.white:visited:hover { 
    
    font-family:"Times New Roman", Times, serif;
    color: #FFFFFF;
}

A.white:hover { 
    
    font-family:"Times New Roman", Times, serif;
    color: #FFFFFF;
}

h1 { 
    font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 18px;
    color:#003333;
}

h2 { 
    font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 16px;
    color:#003333;
}

h3 {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
	color:#003333;
	text-align: left;
}

h4 { 
    font-size: 14px;
    font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
}

h4 { 
    font-size: 12px;
    font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
}

td {
    font-size: 12px;
    font-family:"Times New Roman", Times, serif;
    color: #444444;
}

.headGrn { 
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 16px;
    color:#003333;
}

.listGrn {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color:#003333;
	text-align: left;
}

.listRed {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color:#990000;
	text-align: left;
}

.nav { 
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 16px;
    color:#003333;
	margin:6px; 
	padding:6px; 
	background-color:#FFFFD8
}


.pPage {
	position:absolute; 
	left:8px; 
	top:76px; 
	width: 739px; 
	overflow: visible; 
	text-align: justify; 
	margin: 0px; 
	padding: 0px;
	background-color:#FFFFFF; 
	}
	
.pMasthead {
	position:absolute; 
	left:8px; 
	top:8px; 
	width: 739px; 
	height: 68px;
	overflow: hidden;
	text-align: left; 
	}
	
.dColLeft {
	float:left;
	margin-top:4px;
	margin-left:4px;
	width:174px;
	height:100%;
	text-align: justify;

	}

.dColWrap {
	float:right; 
	margin-top:4px; 
	margin-bottom:4px; 
	width:520px;
	}

.dColCenter {
	float:left; 
	padding:4px; 
	width:320px;
	border-right: thin dotted gray;	
	border-left: thin dotted gray;	

	}
	
.dColRight {
	float:right; 
	margin:4px; 
	width:174px; 
	}
	
.dColRight2 {
	float:right; 
	margin:4px;
	padding:8px; 
	width:510px;
	border-left: thin dotted gray;	
	}

.footer {
	width:740px; 
	clear:both; 
	text-align:center; 
	margin-top:8px;
	}
	
.addr {
	padding:6px; 
	text-align:center; 
	color:#666666; 
	}
	
.form {
    font-size: 11px;
	text-align:center; 
	color:#666666; 
	}

.input_text{
	border: 1px solid #6D6D6D;	
}

.input_textarea{
	border: 1px solid #6D6D6D;	
	overflow: auto;
}

.warning{
	font-family: arial, helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.success{
	font-family: arial, helvetica, sans-serif;
	color: green;
	font-weight: bold;
	text-align: center;
}