/* CSS Document */


body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #474e52;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:35px;
}
.main-frame {
	width:715px;
	border:none;
	background-image:url(images/border.gif);
}

.content-frame {
	background-image:url(images/f_bg.gif);
	background-repeat:repeat-y;
	font-size:11px;
	color:#333333;
	vertical-align:top;
}

.content-bg{
background-image:url(images/content_border.gif);
padding:10px 20px 10px 20px;
}


.footer {
	line-height:25px;
	background-image:url(images/p_foot.gif);
	background-repeat:no-repeat;
	color:#7b0000;
	font-size:10px;
	padding-right:30px;
	text-align:right;
}

h1{
font-size:17px;
color:#7b0000;
text-transform:uppercase;
}

.h3{
font-size:17px;
color:#7b0000;
text-transform:none;
}

h2{
font-size:13px;
color:#7b0000;
}


a{
	font-size: 11px;
	text-decoration: none;
	color:#990000;
	text-decoration:underline;
	}
.no-ul{
	font-size: 11px;
	text-decoration: none;
	color:#990000;
	text-decoration:none;
	}
a:hover {
	color: #52b014;
	font-size: 11px;
	color:#ff0000;
}
a:visited{
	color:#666666;
	font-size:11px;
	}
a:active{
color:#666666;
	font-size:11px;
	}
.fields {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color: #999999;
	font-size: 11px;
	border: 1px solid #cccccc;
}
