/* General Tag Declarations */


* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; 
	font-size: 9pt;
	background-color: #eeeeee;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
/*	background-color: #DDDDDD; */
	background-color: #FFFFFF;	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* General links */

a {
	color:#666666;
	text-decoration: none;
}

a:visited {
	color:#666666;
/*	color: #CC9933; */
	text-decoration: none;
}

a:active {
	color:#666666;
/*	color: #CC9933; */
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: none;
}


TD.nav {
	vertical-align: top;
	padding-left: 20px;
	font-size: 9pt;
/*	font-weight: bold; */
	line-height: 24px;
}


TD.nav img {
	padding-bottom: 2px;
	vertical-align:middle;
}

/* ID declarations */

#bottom_border {
	background-color: #CC9933;
	height: 20px;
}
			
#main {
	background-color: #FFFFFF; 
	width: 798px;
	margin: 20pt auto;
	border-left:5px;
	border-left-color:#000066;
	border-left-style:solid;
	border-right:5px;
	border-right-color:#CC9933;
	border-right-style:solid;

}

#footer_new {
	position: relative;
	width: 750px;
	margin-top: 15px;
	border-top: solid 2px #CC9933;
	clear:both;
/*	left:175px; */
	left: 25px;
	font-size:8pt;
}


#footer_new a {
	color:#CC9933;
	text-decoration: none;
}

#footer_new a:visited {
	color:#CC9933;
	text-decoration: none;
}

#footer_new a:active {
	color:#CC9933;
	text-decoration: none;
}

#footer_new a:hover {
	color: #666666;
	text-decoration: none;
}

/* Class Declarations */

.font_8pt {
	font-size: 8pt;
}

.headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000066;
	font-weight: bold;
	margin: 0 5px 10px 10px ;
	border-bottom: 1px #000066 solid;
}

.news {
	vertical-align: top;
}

.news_item {
	margin: 5px 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px #DDDDDD solid;
}


.news_item a {
	color:#CC9933;
	text-decoration: none;
}

.news_item a:visited {
	color:#CC9933;
	text-decoration: none;
}

.news_item a:active {
	color:#CC9933;
	text-decoration: none;
}

.news_item a:hover {
	color: #666666;
	text-decoration: none;
}

.date {
	color: #999999;
}
