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

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}

a:hover {
	text-decoration: underline;
}
.style4 {	
	font-family: Tahoma;
	font-weight: bold;
	font-size: xx-small;
}
.blue_background {
	text-align: left;
	background-image: url(/images/background2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #22A6FB;
}
.MainContent {
	vertical-align: top;
	background-image: url(/images/bg_blue.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.MainContent h1, h2, h3, h4 {
	color: #660066;
}
.MainContent hr {
	background-color: #660066;
}
.SectionButtons {
	background-color: #0B4183;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center; 
	width: 200px;
	height: 24px;
	border-color: #6A9BD5;
	border-width: 5px;
	border-style:groove;
	
}
.SideMenu {
	font-color: #FFFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif ;
	font-size: 15px;
	font-weight: bold;
	list-style-image: url(/images/tick.gif);
	list-style-position: outside;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
.SideMenuSoon {
	color: #800040;
}
.noline {
	text-decoration: none;
	color: #000000;

}
	