html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

body {
	background-image:  url(images/repeater_main.jpg);
	margin-top: 0px;
	background-repeat: repeat-y; 
    background-position: top center; 
	background-color:#949494;
		font-family: Arial, sans-serif;
		font-size:12px;
}

p{
font-size: 12px;
line-height: 20px;
font-family: Arial, sans-serif;
color:#999999;
}

h1{
	font-style: normal;
	font-weight:normal;
	font-size: 18px;
	text-transform:uppercase;
	border-bottom:medium;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin-left: 0px;
	margin-top: 0 px;
	color: #000000;
	margin-bottom: 10px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

h2{
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	border-bottom:thin;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	text-transform:uppercase;
	color: #000000;
	margin-bottom: 10px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

h3{
font-size: 14px;
color: #666666;
padding: 0;
}

.smallfont {
font-size:10px;
}

.smallfontwhite {
font-size:10px;
color:#CCCCCC;
}

.formtype {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}

#nav {
	border: 0px solid  #fff;
	background-image:url(images/mainmenubar-button.jpg);
	background-repeat:repeat-x;
	line-height: 18px;
	height:18px;
	text-align: center;
}

#nav ul {
}

#nav ul li {
display: inline;
}

#nav ul li a {
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	width: 5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:3px;
	background-image:url(images/mainmenubar.jpg);
}

#nav ul li a:hover, #nav ul li a:focus {
	background-image:url(images/mainmenubarOVER.jpg);
	color:#000066;
}
#navred {
	background-image:url(images/mainmenubarRED-button.jpg);
	background-repeat:repeat-x;
	line-height: 18px;
	height:18px;
	text-align: center;
}

#navred ul {
}

#navred ul li {
display: inline;
}

#navred ul li a {
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	text-align: center;
	width: 5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(images/mainmenubarRED.jpg);
}

#navred ul li a:hover, #nav ul li a:focus {
	background-image:url(images/mainmenubarREDOVER.jpg);
	color:#990000;
}
.style1 {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.linkbullet{
	padding-left:15px;
	background-image:url(images/linkbullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.list{
	list-style-image:url(images/bullet.gif);
	color:#999999;
	margin-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
