BODY{
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	SCROLLBAR-FACE-COLOR: #6483DD;
	SCROLLBAR-HIGHLIGHT-COLOR: #C7D4F6;
	SCROLLBAR-SHADOW-COLOR: #425EAD;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #C7D4F6;
	SCROLLBAR-DARKSHADOW-COLOR: #425EAD;
	color : #425EAD;
	background-color : transparent;
}
A{
	color : #425EAD;	
	text-decoration : none;
	font-weight : bold;
}
A:hover{
	color:  #F89E16;
}
A.menu{
	text-decoration : underline;
	color : #425EAD;
}
A.menu:hover{
	color : #F89E16;
}
table{
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	background-color : #C7D4F6;
}
table.info{
	background-color : #B7C7F3;
	margin-left : 5px;
	font-size : 11px;
}
td.info{
	vertical-align : top;
	text-align : justify;
	padding-left : 4px;
	padding-right : 4px;
}
td.data{
	text-align : left;
	font-size : 11px;
	color : #6483DD;
}
td.small{
	text-align : center;
	color : #FC7E02;
	font-weight : bold;
	letter-spacing : 1px;
}
span{
	font-weight : bold;
	letter-spacing : 2px;
	margin-left : 20px;
}
div{
	text-align : center;
}
ul{
	text-align : justify;
	padding-left : 5px;
	list-style-type : square;
	padding-top : 1px;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 15px;
	margin-right : 3px;
}