/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	

}



#page{background-color:#ffffff; }


/*TEXT STYLES*/

.top_slog {
        
        font: 0.7em "Times New Roman", Times, serif, sans-serif;
        font-size: 12px;
	color: #000000;	

}


.down {
        
        font: 0.7em "Times New Roman", Times, serif, sans-serif;
        font-size: 12px;
	color: #0000000;	

}

.info_text {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.info_text a{
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.info_text a:hover{
	text-decoration:underline;

}
.info_text_m {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.info_text_m a{
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.info_text_m a:hover{
	text-decoration:underline;

}
.menu_text {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.menu_text a{
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.menu_text a:hover{
	text-decoration:underline;

}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;	
}
.smallgraytext a:hover{
	text-decoration:underline;
}