.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
body {
	background-color: #CCD0D5;   
}
.small_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #AD302E;
	text-decoration: underline;
}
.menu_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-style: oblique;
	background-color: #CCCCCC;
}
.input_no_background {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}


.red_border {
	border: 1px solid #AC1C24;
}
.lables {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #AC1C24;
}
.form_fields {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC1C24;
	background-color: #EEEEEE;
	font-weight: normal;
	border: 1px groove #164451;
}
.total_points {
	background-color: #9F1A20;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	border: 1px none #9F1A20;
}
.red_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #AC1C24;
	font-style: oblique; 
}
.headings {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #0099CC;
}
h3 {
	color: #041044;
	text-transform: uppercase;
}
.large_text {
	font-size: 18px;
	font-weight: bold; 
}
.Medium_Text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.grey_bottom_border { 
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
 
.msg_font {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.black_border {
	border: 1px solid #000000;
}
.heading_bg {
	background-image: url(Assets/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
}
.white_text {
	color: #FFFFFF;
}
.Form_Fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F1A20;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}
.Calendar_Heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	background-color: #EEEEEE;
	text-align: center;
}

