/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/*Words ----------------------------------------------------*/
/* Set text style for Words page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	color: #ffffff;
	line-height: 18px;
	}
.news{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	color: #ffffff;
	line-height: 18px;
	}
.newsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F1CB2B;
	line-height: 18px;
	font-weight: bold;
	}	
.newsBoldDate {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
	}		
	
ul, li {
	list-style-position: outside;
	list-style-image: url(../images/arrow_up.gif);

}	
/* Main setup */
	
#contactNews{
	background-color: #D2AF1D;
}
#homeNews  {
	background-color: #3A1012;
}
#blockNews  {
	background-color: #313656;
}
#block2News  {
	background-color: #989972;
}
#block3News  {
	background-color: #313656;
}

#navBgNews {
	background-color: #4E5476;
}
a.newsNav, a.newsNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F1CB2B;
	text-decoration: none;
	line-height: 18px;		
}
a.newsNav:hover {
	color: #ffffff;
	text-decoration: none;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F1CB2B;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

.newsSubhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
}
 
.newsNews {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #F1CB2B;
	line-height: 14px;
}

.newsNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FC6E21;
	line-height: 14px;

}

a.newsItem, a.newsItem:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F1CB2B;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;	
}
a.newsItem:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F1CB2B;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
