@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:#666666;
}
table {
background:white;
}
.TableOutline {
	border-left-width: 1px;
	border-left-color:#FFCC00;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-color: #FFCC00;
	border-right-style: solid;
	border-bottom-color:#FFCC00;	
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}
.BodyText {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}
.LeftColumnText {
padding: 20px 10px 20px 10px;
text-align:justify;
}
.CenterColumnText {
padding: 20px 10px 20px 10px;
text-align:justify;
}
.RightColumnText {
	padding: 20px 10px 20px 10px;
	text-align:left;
}
.Footer {
text-align:center;
padding: 20px 10px 10px 10px;
color:#CCCCCC;
}
a.NavigationTop {
text-decoration: none;
font-size:13px;
font-weight:bold;
color:#333333;
}
a.NavigationTop:HOVER {
text-decoration:underline;
font-size:13px;
font-weight:bold;
color:#333333;
}
a.FooterLink {
text-decoration: none;
font-size:12px;
color:#CCCCCC;
}
a.FooterLink:HOVER {
text-decoration:underline;
font-size:12px;
color:#CCCCCC;
}
a.BodyLink {
text-decoration: none;
font-size:12px;
color:#003333;
font-weight:bold;
}
a.BodyLink:HOVER {
	text-decoration:underline;
	font-size:12px;
	color:#003333;
	font-weight:bold;
}
.Headers {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.SubHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #333333;
}

