body {
	background-image:   url(../img/layout/bg_main.jpg);
}

a:link {
	color: #4E74FD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E74FD;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1479C9;
}
a:active {
	text-decoration: none;
	color: #4E74FD;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: normal;
}

.head-bg {
	background-image:   url(../img/layout/head_bg.jpg);
}
.sub-head-bg {
	background-image:   url(../img/layout/sub_header_bg.jpg);
}
.footer-bg {
	background-image:   url(../img/layout/footer_bg.jpg);
	color: #FFFFFF;
	font-size: 10pt;
}

a.footer:link { color: white; text-decoration: none }
a.footer:active { color: white; text-decoration: none }
a.footer:visited { color: white; text-decoration: none }
a.footer:hover {
	color: yellow;
	text-decoration: none;
	background-color: #4180CD;
}


div.scroll {
	height: 358px;
	width: 569px;
	overflow: auto;
	float: right;
	padding-right: 8px;
	font-size: 12pt;
}
h1 {
	font-size: 18pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
}
.table_head {
	background-image:    url("../img/tables/bg_head.jpg");
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: repeat-x;
	height: 34px;
}
.table_foot {
	height: 6px;
	background-image:    url("../img/tables/bottom.gif");
}
li {
	list-style-position: outside;
	list-style-image:    url("../img/bullets/blue_arrow.gif");
}
hr {
	width: 552px;
	color: #117BC9;
	background-color: #4180CD;
	height: 5px;
}
.table_text {
	padding: 4px;
}
fieldset
{
	margin: 0px 0px 10px;
	padding: 10px;
	width: 90%;
}
legend
{
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #1479C9;
}
.smallTable{font-size:12px;
font-family:Arial, Helvetica, sans-serif;}
