html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
	color: #515151; 
	background-color: #13295C;
	scrollbar-face-color:#8BAD05;
	scrollbar-highlight-color:#8BAD05; 
	scrollbar-3dlight-color:#8BAD05;
	scrollbar-darkshadow-color:#8BAD05;
	scrollbar-shadow-color:#8BAD05;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

table {
	font: 11px/16px arial, verdana, helvetica, sans-serif;
	color: #515151; 
}

#mainflash {
	width: 100%;
	height: 100%;
}

hr {
	margin: 0;
	padding: 0px;
	height: 1px;
	border: 0px;
	background-color: #e5e5e5;
}

a {
	color: #2A3E6C; 
	text-decoration:none;
	font-weight: bold;
}

a:hover	{
	color: #2A3E6C; 
	text-decoration:underline;
	font-weight: bold;
}