body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003150;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
a {
	color: #003150;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.menu {
	color: #FFFFFF;
	background-color: #B7C8D9;
}
.menu h1 {
	color: #FFFFFF;
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menu .item {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu .itemSelected {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #829FBD;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.left {
	background-color: #C8E2B1;
	background-image: url(img/curve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.main {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
	color: #003150;
}
.popup {
	border: 1px solid #FFFFFF;	
}
.popup .header {
	background-color: #003150;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C8E2B1;
	border-right-color: #C8E2B1;
	border-left-color: #C8E2B1;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.popup .footer {
	background-color: #B7C8D9;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #C8E2B1;
	border-right-color: #C8E2B1;
	border-left-color: #C8E2B1;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 11px;
}
.popup .footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.popup .footer a:hover {
	text-decoration: underline;
}
.breadcrumbs {
	color: #FFFFFF;
	padding-bottom: 4px;
}
.breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none;
} 
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .selected {
	color: #003150;
}
.header {
	padding-top: 10px;
	padding-bottom: 20px;
}
.green {
	background-color: #89BF1B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.blue {
	background-color: #003150;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer {
	font-size: 10px;
	color: #999999;
	line-height: 180%;
	text-align: center;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
