body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {  
	color: #3399FF; 
	font-weight: normal; 
	text-decoration: none
}
a:visited {  
	color: #718EA5; 
	font-weight: normal; 
	text-decoration: none
}
a:hover {  
	font-weight: normal; 
	color: #3098FF; 
	text-decoration: underline
}
#navigation {
	text-align: center;
	float: left;
	margin-top: 15px;
	width: 200px;
}
#container {
	width: 100%;
}
.headers {
	text-align: center;
}
img {
	border: 0px;
}
#content {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000000;
	border: 0px;
	padding: 10px;
	margin: 10px 10px 10px 200px;
}
#header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/header-bg.gif);
	text-align: center;
	width: 100%;
}
#footer {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/bottom-bg.gif);
	text-align: center;
	width: 100%;
	clear: both;
}
.copyright {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #C9D6E3;
	text-decoration: none;
	text-align: center;
}
.smtxt, .smtxt a {
	font-size: 14px;
}
.smsmall, .smsmall a {
	font-size: 12px;
	letter-spacing: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
