/* CSS Document */

body{
margin:0px;
background:#600000 url(images/bgr.jpg) repeat-x;
font-family:tahoma;
font-size:11px;
color:#666666;
margin-top:0px;
}


p{
margin:10px;
color:#666666;
font-size:11px;
}

.white-bg{
background:#FFFFFF;
}

.copy{
font-size:11px;
margin:5px;
color:#ffffff;
}

.bigger_copy{
font-size:12px;
margin:5px;
color:#666666;
}

.title{
font-size:22px;
margin:0px;
color:green;
}

.blue{
font-size:12px;
margin:0px;
color:green;
}

.fields{
font-size:12px;
color:black;
}

h1{
font-family:tahoma;
margin:10px;
font-size:16px;
color:#b8a16a;
font-weight:lighter;
}

h2{
font-family:tahoma;
margin:0px;
margin-left:10px;
font-size:12px;
color:#000000;
font-weight:bold;
}

h3{
font-family:tahoma;
margin:0px;
margin-left:10px;
font-size:11px;
color:#000000;
font-weight:bold;
}

.red{
color:#cc0001;
}

a:link {
	color: #cc0001;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0001;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #cc0001;
}
a.GreenLink:link {
	color: green;
	text-decoration: none;
}
a.GreenLink:visited {
	text-decoration: none;
	color:  green;
}
a.GreenLink:hover {
	text-decoration: none;
	color: #666666;
}
a.GreenLink:active {
	text-decoration: none;
	color: green;
}
.lightgray{
background:#f5f5f5;
}

.bottom-bg{
background:url(images/bottom_bgr.jpg) repeat-x;
height:27px;
}

.headline-bg-left{
background:url(images/left_headline_bgr.jpg) center no-repeat;
height:24px;
}

.headline-main-bg{
background:url(images/main_headline_bgr.jpg) no-repeat center;
height:23px;
}

.txtbox{
font-family:tahoma;
color:#666666;
font-size:11px;
}

.right{
float:right;
}

.left{
float:left;
}