body {
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	align: center;
	font-family: arial;
	color: #000;
	font-size: 12px;	
}

table.headercontainer {
	background-image: url('/images/bg_topnav.gif');
	background-repeat: no-repeat;
	width: 1020px;
	border: 0;
}

div {
	font-family: arial;
	color: #000;
	font-size: 12px;
}

div.dark {
	font-family: arial;
	color: #fff;
	font-size: 12px;
}

div.header {
	font-family: arial;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.sub_header {
	font-family: arial;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
}

div.promoheader {
	font-family: arial;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

div.promoheaderwhite {
	font-family: arial;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

div.footer {
	font-family: arial;
	color: #fff;
	font-size: 12px;
}

a {
	font-family: arial;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #f56195;
}

a:active {
	text-decoration: none;
}

a.white {
	font-family: arial;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.white:link {
	text-decoration: none;
}

a.white:visited {
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
	color: #f56195;
}

a.white:active {
	text-decoration: none;
}

a.topnav {
	font-family: arial;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:link {
	text-decoration: none;
}

a.topnav:visited {
	text-decoration: none;
}

a.topnav:hover {
	text-decoration: underline;
	color: #f56195;
}

a.topnav:active {
	text-decoration: none;
}

a.letters {
	font-family: arial;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.letters:link {
	text-decoration: none;
}

a.letters:visited {
	text-decoration: none;
}

a.letters:hover {
	text-decoration: underline;
	color: #f56195;
}

a.letters:active {
	text-decoration: none;
}

a.footer {
	font-family: arial;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

a.footer:link {
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color: #f56195;
}

a.footer:active {
	text-decoration: none;
}

a.blog {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #f56195;
	border-bottom: 1px dashed #f56195;
}

a.blog:link {
	text-decoration: none;
	color: #f56195;
}

a.blog:visited {
	text-decoration: none;
	color: #f56195;
}

a.blog:hover {
	text-decoration: none;
	color: #f56195;
}

a.blog:active {
	text-decoration: none;
	color: #f56195;
}