@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #960000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-size: 18px;
	color: #CC0000;
	margin:0px 0px 10px 0px;
	padding:0px;
}
h2 {
	font-size: 16px;
	color: #CC0000;
}
h3 {
	font-size: 14px;
	color: #CC0000;
}
.clear {
	clear:both;
}
#container {
	display:block;
	position:relative;
	width:660px;
	margin:0px auto 0px auto;
}
.logo {
	text-align:center;
	padding-bottom:10px;
	margin:0px auto 20px auto;
	border-bottom:1px dotted #333;
}
.company {
	display:inline-block;
	width:200px;
	min-height:250px;
	float:right;
	margin:10px;
}
.company_logo {
	text-align:center;
	margin-bottom:10px;
}
.company_logo img {
	max-width:200px;
}
#affiliates {
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #333;
}
#footer {
	text-align:center;
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #333;
}
.copyright {
	font-size: 11px;
	}
.copyright a {
	font-size: 11px;
	text-decoration:none;	
	}
.copyright a:link {
	font-size: 11px;
	text-decoration: none;
}
.copyright a:visited {
	font-size: 11px;
	text-decoration: none;
}
.copyright a:hover {
	font-size: 11px;
	text-decoration:underline;	
}
.copyright a:active {
	font-size: 11px;
	text-decoration: none;
}
#footer2 {
	display:block;
	padding:5px;
	text-align:center;
	background-color:#333333;
	color:#CCCCCC;
}
#footer2 a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer2 a:hover {
	text-decoration:underline;
	color:#999;
}