/* CSS Document */
BODY {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 10pt;
	background-color:#FFFFFF;
	color:#333333;
}

.menu {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 9pt;
	height: 20px;
	width: 150px;
	cursor: hand;
	text-indent: 5px;
	line-height: 15pt;
	text-align: left;
	display: block;
	background-color:#EBE9E9;
	color:#333333;
}

a.menu:link	{
	background-color:#EBE9E9;
	color:#333333;
	text-decoration: none;
}

a.menu:visited {
	background-color:#EBE9E9;
	color: #333333;
	text-decoration: none;

}

a.menu:active {
	background-color:#EBE9E9;
	color: #333333;
	text-decoration: none;
}

a.menu:hover {
	background-image: url("../graphics/menubuttonon.gif");
	color:#FFFFFF;
	text-decoration: none;
}

.membersmenu {
	font-family: "Gill Sans MT", "Trebuchet MS";
	height: 20px;
	width: 150px;
	cursor: hand;
	text-indent: 5px;
	line-height: 15pt;
	text-align: left;
	display: block;
	background-color:#EBE9E9;
}

a.membersmenu:link	{
	background-color:#EBE9E9;
	color:#333333;
	text-decoration: none;
}

a.membersmenu:visited {
	background-color:#EBE9E9;
	color: #333333;
	text-decoration: none;

}

a.membersmenu:active {
	background-color:#EBE9E9;
	color: #333333;
	text-decoration: none;
}

a.membersmenu:hover {
	background-image: url("../graphics/membermenubuttonon.gif");
	color:#FFFFFF;
	text-decoration: none;
}

.paratext {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 10pt;
	color:#333333;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.bigblue {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 14pt;
	font-weight:bold;
	color:#003399;
	padding-left: 5px;
}

.smallwhite {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFFF;
}

.tinywhite {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 8px;
	color: #FFFFFF;
}

.border {
	border: 1px solid #CCCCCC;
}

.linktext {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 14px;
	color: #C00000;
	background-color: #FFFFFF;
}

.bigred {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #C00000;
	background-color: #FFFFFF;
}

.biggreen {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #006633;
}

.inputfield {
	font-family: "Verdana";
	font-size: 10pt;
	background-color:#FFFFCC;
	color:#003399;
	border: 1px solid #CCCCCC;
	height:20px;
}

