/* Main CSS rules being applied to the body section of the document. */
body {
	font-family: verdana,helvetica,sans-serif;
	color: #2C2C2C;
	font-size: 8pt;
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
	scrollbar-3dlight-color: #444444;
	scrollbar-arrow-color: #656565;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #e1e1e1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e1e1e1;
}

/* Page Title */
h1 {
	font-family: verdana,helvetica,sans-serif;
	color: #FF8C00;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

/* Normal State of navigation links. */
a.nav {
	font-family: verdana,helvetica,sans-serif;
	color: #444444;
	font-size: 8pt;
	text-decoration: none;
}

/* Hover state of navigation links. */
a.nav:hover {
	font-family: verdana,helvetica,sans-serif;
	color: #888888;
	font-size: 8pt;
	text-decoration: none;
}

/* Normal state of page links. */
a {
	font-family: verdana,helvetica,sans-serif;
	color: #004EC3;
	font-size: 8pt;
}

/* Hover state of page links. */
a:hover {
	font-family: verdana,helvetica,sans-serif;
	color: #0066FF;
	font-size: 8pt;
}

/* Unordered Lists. */
ul {
	list-style-image:url('images/bullet.jpg');
	margin-left:29px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	list-style-position:outside;
	text-align:left;
	font-family: verdana,helvetica,sans-serif;
	color: #2C2C2C;
	font-size: 8pt;
}

/* Text paragraphs. */		
p {
	margin-top:15px;
	margin-bottom:15px;
	font-family: verdana,helvetica,sans-serif;
	color: #2C2C2C;
	font-size: 8pt;
}

/* Page footer and Copyright notice. */
#footer {
	font-family: verdana,helvetica,sans-serif;
	color: #888888;
	font-size: 8pt;
}

/* News Item. */
.newsItem {
	font-family: verdana,helvetica,sans-serif;
	color: #2C2C2C;
	font-size: 8pt;
}