body {
	background-color: #E1D4B5;
}

.body_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
}

.body_std_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold; 
	color: #993333;
}

.body_blue {
	font-size: 12px;
	color: #296183;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.body_small {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.body_small_b {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.visited{
	color: #991111;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.link_std{
	color: #993333;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.link_std:hover {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.link_std:visited {
	color: #663333;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.link_small {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer {
	font-size: 10px;
	color: #303F7A;
	font-family: Arial, Helvetica, sans-serif;

}


.popup_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993333;
}

.popup_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
}


.field {
	font-size: 11px;
	color: #303F7A; 
	font-family: Arial, Helvetica, sans-serif;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
}

input.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: auto;
	width: auto;
	border: 1px solid #000000;
}


div#menu-bottom{
	background:url(images/menu_bottom.jpg) no-repeat;
	padding-top:236px;
	padding-bottom:4px;
	text-align:left;
}

div#menu-bottom a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding:4px;
}

div#menu-bottom a:hover{ text-decoration:none }
