﻿/* HTML Elements */
.noprint {}

@media print {.noprint { display: none; }}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	background: #FFFFFF; 
	margin: 0px 0px 0px 0px;
	line-height:1.5;

}
.dropdown
{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #444444;
    font-size: 11px;
    background-color: #ffffff;
}
.dropdown_noborder
{
	border: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #444444;
	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.button
{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #444444;
    font-size: 11px;
    font-weight:bold;
}
.button_green
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #DDECFB;
	background-color: #009933;
	font-size: 10px;
	font-weight: bold;
}

a:link  {
	color: #1D4B91;
	text-decoration: underline;
}
a:hover {
	color:#339933;
	text-decoration: underline;
}
a:visited {
	color: #1D4B91;
	text-decoration: underline;
}
img {
	border-style: none;
}
.input {
	 color: #444444;
	 font-size: 11px;
	 font-family: Verdana,Arial,Helvetica,sans-serif;
}
.MainContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	overflow: hidden;
	margin: 0px auto 0px;
}
.MainContent .Content {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	overflow: hidden;

	width: 890px;
/*	border: 2px #FF9900 solid; */
}


/* footer */
.footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	font-size: 9px;
	color: #444444;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:active {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footertext {
	text-align: center;
}
