body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #fbfafa url(gfx/back_main.png) repeat-x;
	margin: 0px;
}

.maintable {
	border: 5px solid #FFFFFF;
}
.td1 {
	background-color: #a81616;
	height: 8px;
	font-size: 7px;
}
input, textarea {
	border: 1px solid #999999;
	font-size: 14px;
	color: #666666;
	background-color: #FBFBFB;
}

.td2 {
	background-color: #e67a1b;
	height: 8px;
	font-size: 7px;
}
.menu {
	background: #e9e4e4 url(gfx/back_menu.png) repeat-x top;
	border-right: 1px solid #d4cfcf;
	vertical-align: top;
	padding-top: 20px;
}
.menudiv {
	font-size: 16px;
	color: #a81616;
	font-weight: bold;
}
.menudiv A:LINK, .menudiv A:VISITED {
	color: #a81616;
	text-decoration: none;
}
.menudiv A:HOVER {
	color: #e67a1b;
	text-decoration: none;
}
.menudiv .img1{
	margin-left: 25px;
}
.menudiv .img2{
	margin-left: 20px;
}
.content {
	background: #FFFFFF;
	border-top: 1px solid #f6f0f0;
	border-left: 1px solid #f6f0f0;
	border-right: 1px solid #f6f0f0;
	vertical-align: top;
}
.flags {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.header {
	font-size: 18px;
	color: #E67A1B;
	border-bottom: solid 1px #E67A1B;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.contentdiv, .contentdiv td {
	font-size: 13px;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}
.contentdiv A:LINK, .contentdiv A:VISITED {
	color: #e67a1b;
	text-decoration: none;
}
.contentdiv A:HOVER {
	color: #e67a1b;
	text-decoration: underline;
}
.footer1 {
	vertical-align: bottom;
	border-bottom: 7px solid #E67A1B;
	border-right: 1px solid #d4cfcf;
	background-color: #e9e4e4;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 2px;
}
.footer2 {
	font-size: 11px;
	color: #8e8c8a;
	background: #fbf8f8 url(gfx/back_bottom.png) repeat-x bottom;
	border-bottom: 7px solid #A81616;
	vertical-align: bottom;
	padding-left: 10px;
}
.footer2 A:LINK, .footer2 A:VISITED {
	color: #8e8c8a;
	text-decoration: none;
}
.footer2 A:HOVER {
	color: #8e8c8a;
	text-decoration: underline;
}
