td, div, span, input {
	font-family: sans-serif;
	font-size: 12px;
}
body {
	height: 101%;
	margin: 0px;
	background-image: url(../images/Background.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #BCDBF1;
}
.outside {
	height: 101%;
	width: 100%;
}
.inside {
	height: 101%;
	width: 758px;
}
.head {
	width: 758px;
	padding: 0px;
}
.body {
	height: 101%;
	width: 758px;
	background-color: white;
}
.page {
	padding: 10px;
}
.side {
	padding-top: 20px;
}
.search-input {
	background-image: url(../images/SearchInputBack.png);
	border-width: 1px;
	border-style: solid;
	border-color: #a7a6aa;
}
.search-button {
	background-image: url(../images/SearchButtonBack.png);
	border-width: 1px;
	border-style: solid;
	border-color: #a7a6aa;
}
.submenu {
	padding-left: 4px;
}
.submenu-link {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
.sidebar {
	background-image: url(../images/SideBack.png);
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #3F79B0;
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}
.errormessage {
	color: #CC0033;
	font-weight: bold;
}
.textbg {
	background-color: #E6F7FE; 
	color: #333333;
}
.texttitle {
	color: #666666; 
	font-weight:bold;
}
.bannertitle {
	font-size: 15px;
	font-weight: bold;
	color: #3F79B0;
}
.textlight {
	color: #999999; 
	font-size: 10px;
}
