body {
	background-color: #EDE1B4;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


/* =Main Frame
----------------------------------------------------------------------*/


.maintext  {
    font-family: "trebuchet MS", Arial;
	font-size: 11px;
	color: #41402E;
}


.maintext  a{
    font-family: "trebuchet MS", Arial;
	font-size: 11px;
	color: #A22921;
}

.h1{
	font-family:"trebuchet MS", Arial;
	text-transform:uppercase;
	color:#A22921;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
	margin-top: 15px;
}

.h2{
	font-family:"trebuchet MS", Arial;
	font-size:13px;
	color:#FFCC00;
	background-color:#A22921;
	font-weight:bold;
	
}

.h3{
	font-family:"trebuchet MS", Arial;
	text-transform:uppercase;
	font-size:13px;
	color:#805E0D;
	font-weight:bold;
	
}

.romannum{

	font-family:"trebuchet MS", Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline overline;
	

}
	



.mainContainer{
	background-image:url(../images/bg_mainContainer.gif);
	background-repeat:repeat-y;
}
.menu{
	background-color:#000000;
}
.rightColumn{
	width:333px;
	background-color:#EDE1B4;
}

/* =Form
----------------------------------------------------------------------*/


.formtext {
    font-family: "trebuchet MS", Arial;
	font-size: 11px;
	color: #41402E;
	font-weight: bold;
}

.texfield {
	font-family: "trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #41402E;
	background-color: #f5f5f5;
	height: 18px;
	width: 175px;
	border: 1px solid #CCCCCC;
	line-height: 15px;
}

.messagebox {
	font-family: "trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #41402E;
	background-color: #f5f5f5;
	height: 50px;
	width: 175px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
}

.submitbutton {
	font-family: "trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	background-color: #A22921;
	height: 18px;
	width: 75px;
	border: 1px solid #CCCCCC;
}
