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, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #D9D9D9;
}


.language {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #7C8286;
}
.language a {
	text-decoration: none;
	color: #7C8286;
}
.language a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


.menu_main {
	font-family: "Trebuchet Ms", Tahoma, Verdana;
	font-size: 14px;
}
.menu_main a {
	text-decoration: none;
	color: #DDDDDD;
}
.menu_main a:hover {
	text-decoration: none;
	color: #808080;
}


.heading {
	font-family: "Trebuchet Ms", Tahoma, Verdana;
	font-size: 18px;
	color: #FFFFFF;
}

.sub_heading {
	font-family: "Trebuchet Ms", Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}


.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #D9D9D9;
}
.text a {
	text-decoration: none;
	color: #D9D9D9;
}
.text a:hover {
	text-decoration: underline;
	color: #D9D9D9;
}

.mce_editor {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #D9D9D9;
}
.mce_editor a {
	text-decoration: none;
	color: #D9D9D9;
}
.mce_editor a:hover {
	text-decoration: underline;
	color: #D9D9D9;
}


.news_heading {
	font-family: "Trebuchet Ms", Tahoma, Verdana;
	font-size: 18px;
	color: #FFFFFF;
}
.news_heading a {
	text-decoration: none;
	color: #FFFFFF;
}
.news_heading a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

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

.news_more {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}
.news_more a {
	text-decoration: none;
	color: #FFFFFF;
}
.news_more a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


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

.m_row_head {
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
	
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #4C4C4C;
}

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

	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #D9D9D9D;
}


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

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