/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	colour: #990000;
}

.heading1 {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.heading1small {
	font-family: "Monotype Corsiva";
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.subtitle {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
}

.maintext {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.maintextsmall {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.maintextsmallinvisible {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #DDDAA7;
}

.maintextgreen {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #006600;
	font-weight: normal;
}

.maintextred {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	font-weight: normal;
}


.maintextlarge {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	line-height: normal;
}

.maintextgreenlarge {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #006600;
	font-weight: normal;
	line-height: normal;
}

.maintextredlarge {
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	font-weight: normal;
	line-height: normal;
}


.navigation1 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CB6A30;
	display: block;
	padding: 8px;
	width: 170px;
}

.navigation1:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 170px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6473DD;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2D41CE;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CB6A30;
	display: block;
	padding: 8px;
	width: 115px;
}

.navigation3:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 115px;
}
