html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	background-image: url('../img/background.gif');
}

p {
	margin: 0px;	
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

h1 {
	margin: 0px;
	font-family: "Trebuchet Ms", Tahoma, Arial;
	font-size: 19px;
	font-weight: normal;
	color: #45060F;
}


.mce_editor {
	background-image: url('../img/text_background.gif');
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #EEB03A;
}

.mce_editor a {
	text-decoration: none;
	color: #EEB03A;
}

.mce_editor a:hover {
	text-decoration: underline;
	color: #EEB03A;
}


.dir {
	margin-top: -3px;
	font-family: "Trebuchet Ms", Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}

.dir a {
	text-decoration: none;
	color: #333333;
}

.dir a:hover {
	color: #45060F;
	text-decoration: none;
}


.text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #EEB03A;
}

.text a {
	text-decoration: none;
	color: #EEB03A;
}

.text a:hover {
	color: #EEB03A;
	text-decoration: underline;
}

.copyright {
	font-family: "Trebuchet Ms", Tahoma, Verdana;
	font-size: 11px;
	color: #EEB03A;
}

.copyright a {
	text-decoration: none;
	color: #EEB03A;
}

.copyright a:hover {
	color: #EEB03A;
	text-decoration: underline;
}



.m_table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	color: #EEB03A;
}

.m_row_head {
	border-style: solid;
	border-width: 1px;
	background-color: #000;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #EEB03A;
}

.m_table td {
	border-style: solid;
	border-color: #333333;
	border-width: 1px;

	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #EEB03A;
}


.field {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #333333;
	background-color: #191919;
	color: #EEB03A;
}

.button {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #333333;
	background-color: #191919;
	color: #EEB03A;
}