@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position:center;
	background-color:#393333;
}
.MainText {
	font-family: "Trebuchet MS";
	color:#999999;
	font-size: 12px;
	line-height:20px;
}
.SubHeader {
	font-family: "Trebuchet MS"; 
	color: #BA2E2D; 
	font-size: 13px; 
	line-height: 20px; 
	font-weight: bold; 
	text-decoration:none;
}
.Header {
	font-family: "Georgia, Trebuchet MS"; 
	color: #393333; 
	font-size: 24px; 
	line-height: 20px; 
	letter-spacing:-1px;
	text-decoration:none;
	padding-bottom:10px;
}
A.BulletLink {
	font-family: "Trebuchet MS"; 
	color: #BA2E2D; 
	font-size: 13px; 
	line-height: 20px; 
	font-weight: bold; 
	text-decoration:none;
}
A.BulletLink:hover {
	color: #333333;
}

A.ConLink {
	font-family: "Trebuchet MS"; 
	color: #BA2E2D; 
	font-size: 12px; 
	line-height: 20px; 
	text-decoration:none;
}
A.ConLink:hover {
	color: #333333;
}



A.TpLink {
	font-family: "Trebuchet MS"; 
	color: #999999; 
	font-size: 12px; 
	line-height: 20px; 
	text-decoration:none;
	padding-left:20px;
}
A.TpLink:hover {
	color: #333333;
}


