html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../img/background.jpg');
}

p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.m_text {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #4C4C4C;
}

a.m_text:hover { text-decoration: underline; }

.m_field {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

.m_button {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.text_main_module {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #4C4C4C;
}

.main_text {
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #4C4C4C;
}

a.main_text:hover { text-decoration: none; }

.text {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #4C4C4C;
}

a.text:hover { text-decoration: underline; }

.text_url {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #4C4C4C;
}

a.text_url:hover { text-decoration: underline; color: #1F4C8D; }

.text_bottom {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #1F4C8D;
}

a.text_url:hover { text-decoration: underline; color: #1F4C8D; }

.frame_heading {
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.m_table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #B0B0B0;
	border-width: 1px;
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #4C4C4C;
}

.m_row_head {
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	background-color: #9FB4CC;

	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.m_table td {
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;

	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #4C4C4C;
}