/* Classes: bg_header */
.h_h1
{
	font-size: 16pt;
	font-weight: bold;
}

.h_t1
{
	color: #ffffff;
}



/* Classes: bg_menu */
.mm_t1
{
	font-family: Verdana, Tahoma, Arial, "Courier New";
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 3.2;
}
.mm_t1 a
{
	text-decoration: none;
	color: #ffffff;
}
.mm_t1 a:visited
{
	color: #ffffff;
}
.mm_t1 a:hover
{
	text-decoration: none;
	color: #FF0000;
}



/* Classes: bg_main */
.m_t1
{
	font-family: Verdana, Tahoma, Arial, "Courier New";
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.8;
}
.m_t1 a, span.m_t1_link
{
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
}
.m_t1 a:visited, span.m_t1_link:visited
{
	color: #000000;
}
.m_t1 a:hover, span.m_t1_link:hover
{
	text-decoration: none;
	color: #000000;
}

.m_t2
{
	font-family: Verdana, Tahoma, Arial, "Courier New";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
}



/* Classes: forms */
.bg_main_form
{
	border: 1px solid #C9CACC;
	padding: 2px;
	margin: 5px;
	width: 300px;
	background-color: #ffffff;
}

.bg_main_form_input
{
	font-family: Verdana, Tahoma, Arial, "Courier New";
	font-size: 8pt;
	font-weight: bold;
	color: #504E53;
	font-weight: normal;
	padding-top: 2px;
	width: 200px;
	height: 14px;
	border: 1px solid #504E53;
}

.bg_main_form_input textarea
{
	line-height: 1.6;
}

.bg_main_form_button
{
	font-family: Verdana, Tahoma, Arial, "Courier New";
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	padding-left: 3px;
}