﻿body 
{
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#333333;
}
a 
{
	color:#333333;
	text-decoration:none;	
}
a:hover 
{
	color:#333333;
	text-decoration:underline;	
}
a:visited 
{
	color:#333333;	
}
.white_link 
{	
	color:#ffffff;
	text-decoration:none;	
}
.white_link:hover 
{
	color:#ffffff;
	text-decoration:underline;	
}
.white_link:visited 
{
	color:#ffffff;
}
.gray_link 
{	
	color:#666666;
	text-decoration:none;	
}
.gray_link:hover 
{
	color:#666666;
	text-decoration:underline;	
}
.gray_link:visited 
{
	color:#666666;
}
.interior_body_link 
{	
	color:#c3000c;
	text-decoration:none;	
}
.interior_body_link:hover 
{
	color:#c3000c;
	text-decoration:underline;	
}
.interior_body_link:visited 
{
	color:#c3000c;
}
h1 
{
	font-size:18px;
	margin:0px;
	margin-bottom: 20px;	
	border-bottom: #990000 2px solid;
	padding-bottom: 10px;	
}
h2
{
	font-size:14px;
	margin:0px;	
}
p
{
	margin-left: 20px;
	line-height: 20px;
}
.body_image
{
	padding: 10px 10px 10px 20px;
}
.default_light_font 
{
	color:#666666;	
}
.default_title_font 
{
	color:#ffffff;
	font-size:22px;	
}
.default_alternate_font 
{
	color:#999999;	
}

.default_background 
{
	width:100%;
	background-color:#000000;
	background-image:url(images/default_background.png);
	background-repeat:repeat-x;
}

.default_ad_background 
{
	width:850px;
	height:200px;
	background-image:url(images/default_ad_background2.jpg);
	background-repeat:no-repeat;
}
.default_feature_background 
{
	width:850px;
	height:260px;
	background-image:url(images/default_feature_background.gif);
	background-repeat:no-repeat;
}

.default_feature_shadow 
{
	width:100%;
	background-image:url(images/default_feature_shadow.png);
	background-repeat:no-repeat;
}
.footer_background {
	width:100%;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:67px;
	padding-left:20px;
}

.default_header 
{
	width:850px;
	height:80px;
	background-image:url(images/default_header.gif);
	background-repeat:no-repeat;
}

.interior_body_left 
{
	background-image:url(images/interior_body_left.gif);
	width:15px;
}

.interior_body_right 
{
	background-image:url(images/interior_body_right.gif);
	width:15px;
}

.interior_body_footer 
{
	background-image:url(images/interior_body_footer.gif);
	height:15px;
}

.interior_body_header 
{
	background-image:url(images/interior_body_header.gif);
	height:15px;
}

.section_title
{
	font-size: 12pt;
	color: #990000;
	border-bottom: #990000 2px solid;
}

TABLE.side_menu_table 
{
	border-right: #c3000c thin solid;
	border-top: #c3000c thin solid;
	border-left: #c3000c thin solid;
	border-bottom: #c3000c thin solid;
	padding: 0px;
	text-align: left;
	width: 260px;
	background-color: #f5f5f5;
}

TD.side_menu_header
{
	background-color: #C3000C;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 3px;
}

.side_menu_body
{
	text-align: left;
	padding: 3px;
}