@charset "iso-8859-1";
BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

BODY {
	background-color : #a8adb4;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

FORM {
	margin: 0;
	padding: 0;
}
SELECT {
	margin: 0;
	padding: 0;
}
P {
	margin: 0;
	padding: 0;
}

ADDRESS, BLOCKQUOTE, BODY, DIV, DL, H1, H2, H3, H4, H5, H6, OL, P, PRE, SPAN, UL, TD {
	font-family : Arial, Helvetica, sans-serif;
}
B {
	font-weight: bold;
}
ul,ol {
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	}

CSS 

A.bar {
	background-color : #CCCC99;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size : 12px;
}
.main12 {
	color : #2C2B2B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.main12bold {
	color : #2C2B2B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
.main12r {
	color : red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.menu12 {
	background-color : #10155E;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
.menu13 {
	background-color : #10155E;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
.linkmenu {
	color : #FFFFFF;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}
.linkmenubold {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.link {
	color : blue;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.linkbold {
	color : blue;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.pagetitle {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
.pagesubtitle {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}
