a {
	color: #70c3e4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
                font-weight: bold;
}

a:visited {
	color: #70c3e4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
                font-weight: bold;
}

a:link {
	color: #70c3e4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
                font-weight: bold;
}

a:active {
	color: #70c3e4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
                font-weight: bold;
}

a:hover {
	color: #70c3e4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
                font-weight: bold;
}
p {
	margin: 0;
       padding: 0;
}

TD, TR, BODY {
	color: #4a4a4a;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

.menu {
                background-color: #A7A9AC;
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                padding-top: 3px;
                padding-bottom: 2px;
                padding-left: 8px;
                padding-right: 8px;
                float: left;
                cursor: pointer;
                font-weight: normal;
}

.menu_selected {
                background-color: #E6E7E8;
                color: #70c3e4;
                font-family: Arial;
                font-size: 11px;
                padding-top: 3px;
                padding-bottom: 2px;
                padding-left: 8px;
                padding-right: 8px;
                float: left;
                cursor: pointer;
                font-weight: bold;
}


.menu_link {
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: normal;

}

.menu_link:link {
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: normal;

}

.menu_link:hover {
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: normal;

}

.menu_link:visited {
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: normal;

}

.menu_link:active {
                color: #FFFFFF;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: normal;

}


a.menu_link_selected:link, visited, hover, active {
                color: #70c3e4;
                font-family: Arial;
                font-size: 11px;
                text-decoration: none;
                font-weight: bold;

}



.footer {   
                background-color: #87597f;
                font-family: Arial;
                font-size: 11px;
                color: #FFFFFF;
                height: 35px;
                width: 691px;
                padding-top: 5px;
                padding-bottom: 5px;

}







/***** Headers *****/

H1 {
	color: #87597f;
	font-size: 19px;
	font-family: Arial;
                font-weight: bold;
	text-decoration: none;
        margin: 15px 0 2px 0;
}

H2 {
	color:#4a4a4a;
	font-size:12px;
	font-family: Verdana, Arial;
	text-decoration: none;
        margin: 0 0 2px 0;
}

H3 {
	color:#4a4a4a;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
        margin: 0 0 2px 0;
}