@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	line-height:18px;
}
img {
	margin-right:30px;
	border:1px;
	border-color:#656565;
	border-style:solid;
}
.Fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a9a9a;
}

/* -----------READ MORE LINKS------------------------------------------------------*/

.ReadMore a{
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	background:url(images/dottedReadMore.gif) bottom left repeat-x;
	text-decoration:none;
	font-size:9px;
}
.ReadMore a:hover {
	background:none;
}

.Arrow {
	background:url(images/arrow.gif) top left no-repeat;
	padding:0px 0px 0px 5px;
}

/* -----------PROMO LINKS----------------------------------------------------------*/
.Promo {
	margin:30px;
}

.Promo a{
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	background:url(images/dottedReadMore.gif) bottom left repeat-x;
	text-decoration:none;
	font-size:9px;
}
.Promo a:hover {
	background:none;
}
.Title {
	font-family:"HelveticaNeueLT Std Lt Cn", "HelveticaNeueLT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #9a9a9a;
	text-transform: uppercase;
	margin-bottom:25px
}

.Subtitle {
	font-family: "HelveticaNeueLT Std Lt Cn", "HelveticaNeueLT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #af0000;
	text-transform: uppercase;
	margin-bottom:10px
}


/* -----------NEWS LINKS-----------------------------------------------------------*/
.News {
	margin:30px;
	
}

.News a{
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	background:url(images/dottedReadMore.gif) bottom left repeat-x;
	text-decoration:none;
	font-size:9px;
}
.News a:hover {
	background:none;
}
.title {
	font-family: "HelveticaNeueLT Std Lt Cn", "HelveticaNeueLT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #9a9a9a;
	text-transform: uppercase;
}

.subtitle {
	font-family: "HelveticaNeueLT Std Lt Cn", "HelveticaNeueLT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #af0000;
	text-transform: uppercase;
}

/* -----------END------------------------------------------------------------------*/

