body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
#header {
	background-color: #529C8C;
	text-align: right;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.leftmenu {
	background-color: #ADCEEF;
	text-align: left;
	width: 150px;
	height: 1000px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	position: absolute;
	left: 10px;
}

.rightmenu {
	background-color: #CCCCCC;
	float: right;
	width: 200px;
	height: 1000px;
	
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	position: absolute;
	right: 10px;
}

#breadcrumbs {
	background-color: #CEDEDE;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}


.content {
	padding: 5px;
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 220px;


}
table {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.showform {
	margin-left: 20px;
	position: absolute;
}
.redstar {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.buttonin a:link {
	text-decoration: none;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 7px;
	color: #000000;
	background-color:#CCCC99;



}
.buttonin a:visited {
	text-decoration: none;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 3px;
	color: #000000;
background-color:#CCCC99;


}
.buttonin a:hover {
	text-decoration: none;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 3px;
	color: #000000;
background-color:#FFFFFF;


}
.buttonin a:active {
	text-decoration: none;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 3px;
	color: #000000;
	background-color:#FFFFFF;
	width: 150px;
	margin: 10px;


}
a:link {
	text-decoration: none;
	color: #0033FF;


}
a:visited {
	text-decoration: none;
	color: #0033FF;


}
a:hover {
	text-decoration: underline;
	color: #0033FF;


}
a:active {
	text-decoration: none;
	color: #0033FF;

}
.buttonin {
	font-size: 10pt;
	margin: 2px;
	text-align: left;

}
.header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #330066;
}
.menulink {
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	border-bottom: solid 1px white;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: none;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}


.iframeclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border: none;
	margin: none;
	padding: none;
	width: 200px;
	height: 600px;
}
