/* Main Styles */
body {
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #DDDDDD;
	SCROLLBAR-HIGHLIGHT-COLOR: #F0F0F0;
	SCROLLBAR-SHADOW-COLOR: #354A64;
	SCROLLBAR-3DLIGHT-COLOR: #F0F0F0;
	SCROLLBAR-ARROW-COLOR: #1B2E4A;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #354A64;
}
p,td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354A64;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354A64;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354A64;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2E4A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2E4A;
	font-weight: bold;
	text-decoration: none;
}

/* Classes */
.footer {
	background-image: url(images/bg_greyWhite.gif);
}
