/* CSS Document */

body {
	background-color: #D8BA5A;
}

.main_heading {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #003366;
}

.main_heading_2 {
	font-family: "Comic Sans MS";
	font-size: 32px;
	color: #003366;
}

.banner_1 {
	font-family: "Comic Sans MS";
	font-size: 30px;
	color: #6668CC;
	font-weight: bold;
}

.banner_2 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #6668CC;
}

.sub_heading {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #006666;
}

.label {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #006666;
}
.label_small {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #006666;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}

.bodytext_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6666CC;
	font-style: italic;
}

.name_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6666CC;
	font-style: italic;
}

.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;
}
