@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}

body a:link {
	text-decoration:none;
	color:#CC6600;

}

body a:hover {
	text-decoration:none;
	color:#666666;

}


body a:visited {
	text-decoration:none;
	color:#999999;
}

.bottom_text {
	font-size: 9px;
	font-family: "Trebuchet MS", Arial;
	color: #E29B6F;
}

.bottom_text a:link  {
	color: #F0CBB5;
}

.bottom_text a:visited  {
	color: #F0CBB5;
}

.bottom_text a:hover {
	color: #FFFFFF;
}


.main_text {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}

.title_text {
	font-family: "Trebuchet MS", Arial;
	color: #F38F54; font-style: italic; font-size: 16px; 
	font-weight: bold; 
}

