
body { 
	font-family: Arial, Verdana, Time New Roman,Times serif;
	color: #003399;
	background-color: #FDFDFD;
	font-size: 12px;
	margin : 10px;
	
	scrollbar-base-color:"#003399";
	scrollbar-arrow-color:"#FFFFFF";
	scrollbar-highlight-color:"#003399";
	scrollbar-3dlight-color:"#003399";
}

table {
	font-family: Arial, Verdana, Time New Roman, Times serif;
	color: #003399;
	font-size: 12px;
	bordercolor="#000000";
	
	
}

th {
	font-family: Arial, Verdana, Times New Roman, Times, serif;
	font-wight: bold;
	font-size: 12px;
	color: #003399;
	background: #FDFDFD;
}

tr {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
}

td {
	font-family: Arial, Verdana, Times New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	background: #FDFDFD;
}

h1 {
	font-family: Arial, Verdana, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight : bold;
	color: #003399;
	text-decoration: underline;
	margin-bottom: 5;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Verdana, Times New Roman, Times, serif;
	font-size: 18px;
	color: #003399;
	margin-bottom: 5;
	margin-top: 10px;
	
}

p {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
}

a:link {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, Time New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}

hr	{
	color: #003399;
}

