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

body {
	margin: 0px;
	background-color: #2C2D2B;
}

p {
	margin: 0px;	
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	color: #B2B2B2;
}

h2 {
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #B8DE50;
}
h2 a {
	color: #B8DE50;
	text-decoration: none;
}
h2 a:hover {
	color: #B8DE50;
	text-decoration: underline;
}


.mce_editor {
	background-color: #2C2D2B;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 19px;
	color: #B2B2B2;
}

.mce_editor a {
	text-decoration: none;
	color: #B2B2B2;
}

.mce_editor a:hover {
	color: #B2B2B2;
	text-decoration: underline;
}


.language {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #B2B2B2;
}

.language a {
	text-decoration: none;
	color: #B2B2B2;
}

.language a:hover {
	text-decoration: none;
	color: #B8DC4C;
}


.menu {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #CCCCCC;
}

.menu a {
	text-decoration: none;
	color: #CCCCCC;
}

.menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


.field {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #B2B2B2;
	border: 1px solid #60676A;
	background-color: #2C2D2B;
}

.button {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #7C8286;
	border: 1px solid #60676A;
	background-color: #2C2D2B;
}


.text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #B2B2B2;
}

.text a {
	text-decoration: none;
	color: #B2B2B2;
}

.text a:hover {
	text-decoration: underline;
	color: #B2B2B2;
}


.copyright {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #7F807C;
}

.copyright a {
	text-decoration: none;
	color: #7F807C;
}

.copyright a:hover {
	text-decoration: none;
	color: #B8DE50;
}


.m_table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #B2B2B2;
	border-width: 1px;
	color: #B2B2B2;
}

.m_row_head {
	border-style: solid;
	border-width: 1px;
	background-color: #60676A;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #B2B2B2;
}

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

	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

