/* CSS Document */



A:link
{ text-decoration: underline ; color: #5E5B88; font-weight: normal; }
A:visited
{ text-decoration:  underline; color:#5E5B88; font-weight: normal;  }
A:active
{ text-decoration: underline; color:#5E5B88 }



body
{
	scrollbar-face-color: #D8D8E4;
	scrollbar-shadow-color: #D8D8E4;
	scrollbar-highlight-color: #D8D8E4;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #D8D8E4;
	color: #003399;
	text-align: justify;
	list-style-type: circle;

}
