/* CSS Document */
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	margin-top: 6px;
	background-color: #9CB3D5;
	background-attachment: fixed;
}
#wrapper{
	border: 3px solid #000000;
	position: relative;
	background: #65A4C5 center;
	text-align: left;
	width: 750px;
	margin: 0px auto;
	background-color: #000000;
}
#fronttext{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-family: Tahoma;
}
#fronttext a:link {
	color: #004FDF;
	text-decoration: none;
}
#fronttext a:visited {
	color: #FF0000;
	text-decoration: none;
}
#fronttext a:hover {
	color: #9F002E;
	text-decoration: underline;
}
#fronttext a:active {
	color: #661C2A;
	text-decoration: none;
}
#fronttext2{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-family: Tahoma;
	background-color: #FFFFFF;
}
#fronttext2 a:link {
	color: #004FDF;
	text-decoration: none;
}
#fronttext2 a:visited {
	color: #FF0000;
	text-decoration: none;
}
#fronttext2 a:hover {
	color: #9F002E;
	text-decoration: underline;
}
#fronttext2 a:active {
	color: #661C2A;
	text-decoration: none;
}
