

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px;
}

body, table {
	font-size: 12px;
	font-family: georgia, tahoma, arial, sans-serif;
	line-height:18px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, textarea.text, select, option {
	color: #052C49;
	font-size: 11px;
}
input.text, textarea.text {
	font-family: georgia, tahoma, arial, sans-serif;
	border: solid #052C49 1px;
	padding: 2px 3px;
}
select, option {
	font-family: georgia, tahoma, arial, sans-serif;
}

input.button {
	color: #ffffff;
	background: #052C49;
	border: solid #000000 1px;
	font-size: 11px;
	padding: 1px 4px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-weight: bold;
	color: #11475F;
}

h1, .h1 {
	font-size: 18px;
}
h2, .h2 {
	font-size: 16px;
}
h3, .h3 {
	font-size: 14px;
}
h4, .h4 {
	font-size: 12px;
}
h5, .h5 {
	font-size: 10px;
}

.formcaption {
	font-weight: bold;
	text-align:right;
	padding: 1px 3px;
	font-size:11px;
	white-space: nowrap;
}
.formfield {
	padding: 1px 4px;
}

a {
	color: #AE2535;
	text-decoration: none;
}
a:hover {
	color: #11475F;
	text-decoration: underline;
}

/************************/

.footer {
	font-size: 11px;
}

.footer .menu span {


}

.copyright {
	font-size: 11px;
}
.copyright td {
	padding: 5px;
}

.mainmenu td {
	padding: 3px 0px;
	border-bottom: dotted #D7D7D7 1px;

}
.mainmenusubitem {
	font-size:11px;
	margin-left:8px;
}



