body
{

	font-weight : normal;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F6F8;
	font-size: 12px;


	
}

p
{
	font-size: 12px;
}

a:link,
a:visited
{
	color: #172C73;
	
}


a:hover,
a:active
{
	color: #307EEA;

}

li
{
	font-size: 12px;
	list-style-image: url(../img/icon/li_blip.gif);
	line-height: 18px;
	text-align: justify;
}

button
{
	border: 1px solid #172C73;
	color: #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	
	width : 80px;
	height : 24px;
	cursor : pointer;

	background-image : url(../img/button_bg.jpg);
	background-color : #172C73;
	background-repeat: repeat-x;
	background-position: bottom;
	
}

h6
{
	background-image : url(../img/separator.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 27px;
	line-height:27px;
	width : 100%;


}

h4
{
	background-image : url(../img/title_bg.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	height: 40px;
	line-height:40px;
	width : 100%;
	padding-left: 10px;
}



textarea
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #2B3570;
	color: #828282;
	font-size: 12px;
	font-weight : normal;
	background-color : #E0ECD8;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left : 5px;
	SCROLLBAR-FACE-COLOR: #E6EAFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #E6EAFF;
	SCROLLBAR-SHADOW-COLOR: #E6EAFF;
	SCROLLBAR-ARROW-COLOR: #2B3570;
	SCROLLBAR-BASE-COLOR: #2B3570;
	border-color: #C5DAB6;
}
