.wing_color {
    background: #D7E3DC;
}
.main_background {
    background: white;
}
.dark_green {
    background: #AEB8B2;
}
.big_title {
    xfont: 20pt Verdana, Arial;
    font-family: Arial, Times, Serif;
    font-size: 20pt;
    font-weight: bold;
    color: #AEB8B2;
    xcolor: #EA0033;
}

.normal_title {
    font: 20pt Verdana, Arial;
    font-weight: normal;
    color: #AEB8B2;
}

.sub_title {
    font: 11pt Arial, Verdana;
    font-weight: bold;
    color: #6B7D7F;
}

.light_title {
    font: 11pt Arial, Verdana;
    font-weight: normal;
    color: #6B7D7F;
}

.left_padding {
    padding-left: 50px;
}

.front_page_title {
    font: 9pt Verdana, Helvetica;
    font-weight: bold;
    xcolor: DarkSlateGrey;
    color: #5f6e71;
}

.front_page_error {
    font: 8pt Verdana, Arial, Helvetica;
    color: Red;
}

.front_page_label {
    font: 9pt Verdana, Arial, Helvetica;
    color: #5f6e71;
}

.front_page_link_button {
    font: 9pt Verdana, Arial, Helvetica;
    text-decoration: underline;
    color: #5f6e71;
}

/* For all input text boxes */
input {
	font: 9pt Verdana, Arial, Helvetica;
	color: #5f6e71;;
	border-top: 1px solid #A5C2CC;
	border-left: 1px solid #A5C2CC;
	border-right: 1px solid #A5C2CC;
	border-bottom: 1px solid #A5C2CC;
	padding-left: 4px;
}

.text_area {
	font: 9pt Verdana, Arial, Helvetica;
	color: #5f6e71;;
	border-top: 1px solid #A5C2CC;
	border-left: 1px solid #A5C2CC;
	border-right: 1px solid #A5C2CC;
	border-bottom: 1px solid #A5C2CC;
	padding-left: 4px;
}

A:link {
    text-decoration: none;
    color: #6B7D7F;
}
A:visited {
    text-decoration: none;
    color: #6B7D7F;
}
A:active {
    text-decoration: none;
    color: #6B7D7F;
}
A:hover {
    text-decoration: underline;
    color: #6B7D7F;
}



