/* CSS Document */

body {
	background-color: #899BCF;
}

.main_heading {
	font-family: "Script MT Bold";
	font-size: 24px;
	color: #006633;
}

.heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3300CC;
	font-weight: bold;
}

.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	font-weight: bold;
}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: normal;
}

.bodytext_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}


.bodytext_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}


.footer {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000066;
}
.error {
	color: #c00000;
	font-weight: bold;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 1px;
	width: 90px;
	border: medium outset #CCCCCC;
	text-align: center;
	background-color: #FFFFCC;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	width: 90px;
	background-color: #990000;
}
.scroll_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	overflow: scroll;
	position: relative;
	height: 490px;
	width: 640px;
	visibility: visible;
	z-index: auto;
	clip: rect(0px,640px,490px,0px);
	right: 150px;
	top: 200px;
}
.red_box {
	background-color: #FF0000;
	overflow: auto;
	position: absolute;
	height: 50px;
	width: 200px;
	clip: rect(auto,auto,490px,auto);
	top: 100px;
}
