/* CSS Document */
.noreapeat{
	background-repeat:no-repeat
	}
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
}

td {
	text-align:left;
	vertical-align:top;
}



/*** BODY ***/


.text_bg {
	background-color:#EEEEEE;
	border-left:1px dashed;
}

.text_bgleft {
	background-color:#EEEEEE;

}
.content_ads {
	border-left:1px solid black;
	
}

.main_story {
	background-color:#F0F1F4;
}

.news {
	border-left:1px solid #000000;
}

.sub_story_headline {
	background-color:#0069B7;
	border-left:1px solid white;
}

.sub_story_headline2 {
	background-color:#0069B7;

}


.sub_story_image {
	 text-align:middle;

}
.ticket {
	color:#FFFFFF;
	background-color:#660000;
}

.read_more {
	text-align:right;
}

.spacer {
	float:left;
	margin-left:0px;
	width:10px;
	height:10px;
	background-color:#0069B7;
}

/*** FOOTER ***/

.footer {
	
	margin-left:auto;
	margin-right:auto;
}

/*** TEXT PROPERTIES ***/

p, td, .main_story_text, .news, .headlines, .title1, .title2, .subtitle1, .text1, .text2, .footer, a, b, h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}
c {font-family:Verdana; font-size:9px;
}

a {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;

}

a:hover {
	color:#ffffff;
	text-decoration:none;
}
b {
	font-size:11px;
	color:#952A23;
	font-weight:bold;
	text-decoration:none;
}

b:hover {
	color:#0069B7;
	text-decoration:none;
}

a.nav {font-size:12px;}
a.nav:link { text-decoration: none; color: #ffffff; }
a.nav:visited { text-decoration: none; color: #ffffff; }
a.nav:hover { text-decoration: none; color: #6699FF; }

a.nav2 {font-size:11px; font-weight:normal}
a.nav2:link { text-decoration: none; color: #999999; }
a.nav2:visited { text-decoration: none; color: #999999; }
a.nav2:hover { text-decoration: none; color: #333333; }

a.nav3 {font-size:12px; font-weight:normal}
a.nav3:link { text-decoration: none; color: #999999; }
a.nav3:visited { text-decoration: none; color: #999999; }
a.nav3:hover { text-decoration: none; color: #333333; }

a.nav4 {}
a.nav4:link { text-decoration: none; color: #ffff00; }
a.nav4:visited { text-decoration: none; color: #ffff00; }
a.nav4:hover { text-decoration: none; color: #000000; }

c.nav4 {font-size:19px; font-family:Verdana;}

h1 {
	font-size:18px;
	color:#0D4B7C;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	color:#0D4B7C;
	font-weight:bold;
	text-transform:uppercase;
}


h3 {
	font-size:11px;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
}

h6 {
	font-size:8px;
	color:#999999
 	font-family:Verdana;
}

p, td, .main_story_text, .news {
	font-size:11px;
	color:black;
}

.sub_story {
	font-size:11px;
	color:#333333;
}


.headlines, .headlines a, .footer {
	font-size:10px;
	color:white;
}

.headlines a, .footer a {
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}

.headlines a:hover {
	color:black;
	text-decoration:underline;
}

.sub_story_headline {
	font-size:14px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/bgstoryheader.jpg);
}

.title1 {
	font-size:11px;
	color:#0168B5;
	font-weight:bold;
		text-transform:uppercase;

}

.title2 {
	font-size:11px;
	color:#006AB8;
	font-weight:bold;

}

.subtitle1 {
	font-size:11px;
	color:black;
	text-transform:uppercase;
}

.text1 {
	font-size:11px;
	color:black;
	font-weight:normal;
}

.text1 a {
	color:#006AB8;
	font-weight:normal;
	text-decoration:none;
}

.text1 b {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}

.text1 a:hover {
	color:#787878;
	text-decoration:none;
}

.text2 {
	font-size:11px;
	color:#006AB8;
	font-weight:bold;
}

.footer {
	text-align:center;
}

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




