BODY 
{
	background-color: #FFFFFF;
	margin-top: 20px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A 
{
	color: #3473A9;
	/*color: #336699;*/
	/*color: #476E86;*/	
	text-decoration: none; 
	font-weight: bold;
}

A:hover 
{ 
	text-decoration: underline; 
}

A:active 
{
	color: #666666;
}

TD.menu_title
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px;
}

TD.menu_content
{
	vertical-align: top;
	padding: 2px 4px;
}

TD.main_content
{
	vertical-align: top;
	padding: 2px 4px;
	background-image:url(../img/gray_cube.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.content_title
{
	color: #CC3333;
	font-weight: bold;
	font-size: 14.0pt;
}

.input_text
{
	border: 	 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   10px;
}

.input_button
{

}