﻿body
{
	margin: 0px;
	top: 0px;
	left: 0px;
	background-color: #43658a;
	background-image: url('../Template/Bkgd.jpg');
	background-repeat: repeat-x;
	background-position:top center;
	background-attachment:fixed;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}

h1
{
	font-family: Candara, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006699;
}

hr
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}

a
{
	color: #006699;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
		
a:hover
{
	color: #3366cc;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
