H1 {
	font-family: Arial;
	font-size: 17px;
	color: #AB8B58;
}

H2 {
	font-family: Arial;
	font-size: 11px;
	color: #AB8B58;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial;
	font-size: 11px;
	color: #2D4F88;
}

body {
	font-family: Arial;
	font-size: 11px;
}

td {
	font-family: Arial;
	font-size: 11px;
	text-align:left;
}

div {
/*	background-color: #FFFFFF;*/
/*	text-align: left; */
}

div.leftmenu {
	background-color: #FFFFFF;*/
	text-align:right;
	border-bottom: 1px solid #f0f0f0; 
	padding: 5px;
}
.rightContent {
	background-color: #E6D3B4;
	padding: 5px;
}

input, textarea {
	border: 2px solid white;
	font-family: Arial;
	font-size: 11px;
}

.submit {
	background-color: white;
	font-weight: bold;
}

.introduction {
	font-weight:bold;
}

input.grey {
	border: 1px solid #AAAAAA;
}