body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EEE;


}

#container {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 765px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 85px;

	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#trend {
	background-color: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: -5px;
	padding-bottom: 2px;
	text-align: left;
	width: 150px;
}


#footer {
	width: 100%;
	height: 30px;
	padding: 5px 5px 10px 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-size: 9px;
	color: #999999;
	text-align: left;
}

a.footer:link {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
}

a.footer:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding-right: 10px;

}

a.footer:hover {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	padding-right: 10px;
}



.right_titles {
	font-size: 12px;

	color: #666666;
	padding: 5px 5px 5px 5px;;
	text-align: left;
}

.right_content {
	font-size: 12px;
	color: #0099CC;
	text-align: left;
	padding: 5px 0px 10px 5px;
}

a.right_content:link {

	color: #0099CC;
	text-decoration: none;

}

a.right_content:visited {

	color: #0099CC;
	text-decoration: none;
}

a.right_content:hover {

	color: #0099CC;
	text-decoration: underline;
}


.pages_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px 0px 10px;
}

.pages_title_blue {
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	padding: 5px 0px 0px 0px;
}

.body_text {
	font-size: 12px;
	color: #666666;
}

.body_text, .body_text a:link, .body_text a:visited, .body_text a:active  {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.body_text a:hover{
	color: #666666;
	text-decoration: underline;
}

.body_text_underlined {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.body_text_underlined, .body_text_underlined a:link, .body_text_underlined a:visited, .body_text a:active  {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.body_text_underlined a:hover{
	color: #666666;
	text-decoration: underline;
}

.blue_body_text {
	font-size: 12px;
	color: #0099CC;
}

.blue_body_text a:link, .blue_body_text a:visited, .blue_body_text a:active  {
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}

.blue_body_text a:hover{
	color: #0099CC;
	text-decoration: underline;
}

.red_body_text {
	font-size: 12px;
	color: #FF0000;
}

.red_body_text a:link, .red_body_text a:visited, .red_body_text a:active  {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.red_body_text a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.table_text {
	font-size: 10px;
	color: #666666;
}

.blue_table_text {
	font-size: 10px;
	color: #0099CC;
}



