/* CSS Document */
body{
	font-size:12px;
	margin:0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	text-transform:uppercase;
	color:#082D62;
	line-height:37px;
	background-color:#D3E1EA;
	padding-left:8px;
	margin:0;
	}
h2, h2 a{
	font-size:16px;
	line-height:130%;
	color:#3576a0;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:8px
	}
h2 a:hover{
	color:#000;
	text-decoration:underline;
	}
h3, h3 a{
	font-size:14px;
	line-height:130%;
	color:#3576a0;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:8px
	}
h2 a:hover{
	color:#000;
	text-decoration:none;
	}
a{
	color:#0072bc;
	text-decoration:none;
	font-size:12px;
	}
a:hover{
	color:#000;
	text-decoration:underline;
	font-size:12px;
	}
p{
	padding:0 8px 8px 8px;
	}
ul{
	line-height:200%;
	}
li{
	padding-right:8px;
	}
.red-link{
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	}
.red-link a{
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	}
.red-link a:hover{
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
.blue-text{
	color:#082D62;
	text-decoration:none;
	font-size:13px;
	}
.dcountstyle{ /*Example CSS to create LCD countdown look*/
	color:#074e8c;
	padding: 10px 10px 9px 10px;
	background-image:url(../images/bg-count.gif);
	background-repeat:repeat-x;
	height:44px;
	width:431px;
	font-family:"Trebuchet MS";
	font-size:26px;
	font-weight:bold;
	border:1px solid #ccc;
	line-height:170%;
	display:block;
	}

.dcountstyle sup{ /*Example CSS to create LCD countdown look*/
	font-size: 16px;
	color:#ce0000;
	text-transform:capitalize;
	}
