@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	 font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 450;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #377cb6;
	font-weight: 400;
}

img {
	margin-top:0px;
}
span.header {
	background-color: #D18A00;
	padding:6px 6px 6px 6px;
}
	
#content {
	margin-left:25px;
	margin-right:50px;
}
#footer{
	text-align:center;
}

	
.smaller{
	font-size:11px;
}

a:link {
	color: #38648A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #38648A;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #38648A;
}
						  
.center {
	text-align:center;
}

.red {
	color:#F00;
	font-weight:bold;
}
