

/*NHT STYLESHEET*/


A.link {
	color : #CC0000;
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 15px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}


A.link:Hover {
	color : #ff9999;
	text-decoration : underline;
	font-weight : normal;
	font-size : 12px;
	line-height : 15px;
	font-family : Arial, Geneva;
	font-size-adjust : none;
	font-stretch : normal;
}

Table.blueline{
	border-color : #003366; 
	background-color: #ffffff;
	border-width : 4px;
	border-style : solid;
}

TD.body{
	background-color: #ffffff;
	color : #000000; 
	text-decoration : none;
	font-weight : normal;
	font-size : 12px;
	line-height : 20px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

blockquote{
	font-family: Arial;
	font-size: 13px;
	font-weight : none; 
	text-decoration : none;
	font-style: none;
	color : #003399;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
}

h4 {
	color : #FFFFFF;
	text-decoration : none;
	background-color: #CC0000
	font-weight : bold;
	font-style: none;
	font-size : 24px;
	line-height : 26px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

h3 {
	color : #003399;
	text-decoration : none;
	font-weight : bold;
	font-style: none;
	font-size : 18px;
	line-height : 18px; 
	font-family : Arial;
	font-size-adjust : none;
	font-stretch : normal;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

ul.star {
	list-style-type : square;
	list-style-position : outside;
	list-style-image : url('../images/star_bullet.gif')
}



ul {
	list-style-type : none;
	list-style-position : outside;
	padding-top: -10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}



