﻿body {
	background:url(pic/bkgnd.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-attachment:fixed;
}
.container {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: medium;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
.header {
}
a:link		{ color: #3300FF; text-decoration: none; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #04334b;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #d70029;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #043346;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d70029;
}

sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d70029;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
a:visited	{ color: #3300FF; text-decoration: none; }

a:active	{ color: #3300FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }

.copyright	{
	COLOR: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}

