
a:link {
	color: #333366;
}

a:visited {
	color: #333366;
}

a:active {
	color: #3399ff;
}

body {
	background-color: #F3EE8F;
	background-image: url(/images/back.gif);
	background-repeat: repeat-x; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

.bodyLabel {
        font-size: 13px;
}

.bodyText {
        font-size: 14px;
}

.bodyTitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.boxText {
	color: #ffffff;
        font-size: 14px;
	text-align: center;
}

.boxTitle {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
	
a.boxText {
	color: #ffffff;
}

.footerText {
	font-size: 12px;
}

.formHeader {
        background-color: #336699;
        color: #F3EE8f;
        font-size: 20px;
	padding-left: 5px;
}

.mainTitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.mainSubTitle {
	color: #336699;
	font-size: 20px;
	text-align: center;
}

.menubarLabel {
	color: #000000;
	font-size:9pt;
}

.menuLabel {
	font-size:9pt;
}

.navLink {
        font-size: 11px;
        font-weight: bold;
        background-color: #DEDECA;
        color: #336699;
}

.tableHeader {
        background-color: #336699;
        color: #F3EE8f;
        font-size: 20px;
	padding-left:5px;
}


