
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image:url(assets/design/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #FFF;
	padding:10px;
	margin:0px;
	background-color:#006;
}
h2 {
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	font-size: 20px;
	color: #FFF;
	padding:10px;
	margin:0px;
}
.white {
	color: #FFF;
}
a.navMainLight	{
	color : #ffffff;
	font-size: 12px;
	text-decoration : none;
}

a:visited.navMainLight	{
	color : #ffffff;
	font-size: 12px;
	text-decoration : none;
}

a:active.navMainLight	{
	color : #eaeaea;
	font-size: 12px;
	text-decoration : none;
}

a:hover.navMainLight	{
	color : #eaeaea;
	font-size: 12px;
	text-decoration : none;
}
a.navMain	{
	color : #000066;
	font-size: 10px;
	text-decoration : none;
}

a:visited.navMain	{
	color : #000066;
	font-size: 10px;
	text-decoration : none;
}

a:active.navMain	{
	color : #660000;
	font-size: 10px;
	text-decoration : none;
}

a:hover.navMain	{
	color : #660000;
	font-size: 10px;
	text-decoration : none;
}
input.srcfrm1 {
	width:100px;
	border-width:1px;
	border-color:#000;
}
input.srcbttn {
	color:#ffffff;
	font-weight:bold;
	border-width:1px;
	border-color:#000;
	background-color:#660000;
}