body {
	background-attachment: fixed;
	background-color: #F2F4FF;
	background-image: url(images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	scrollbar-face-color: #E2E4EE;
	scrollbar-shadow-color: #F2F4FF;
	scrollbar-highlight-color: #F2F4FF;
	scrollbar-3Dlight-color:#E2E4EE;
	scrollbar-darkshadow-color:#D2D4DD;
	scrollbar-track-color:#F2F4FF;
	scrollbar-arrow-color:#000099;
}
.menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 27px;
	border: 1px solid #F2F4FF;
	vertical-align: bottom;
	padding: 1px;

}
.menubar:hover {
	border: 1px solid #000066;
	background-color: #E1E3EE;
	text-decoration: none;
}
.menubaractive {
	border: 1px solid #F2F4FF;
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	height: 27px;
	vertical-align: bottom;
	padding: 1px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #010169;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #417081;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	width: 200px;
}
.imgborder {
	border: 1px solid #666666;
}
