h1 {
    color: #686868;
	 font-family: arial, serif, verdana;
    font-size: 16pt;
	 font-weight:bold;
}

.home_heading {
	 text-decoration : none;
    font-size: 14pt;
	 font-family: georgia;
    font-weight: bold;
    color:#7898B8;
}

a.main_link:link, a.main_link:visited, a.main_link:active{
   text-decoration : none;
	color: #FFFFFF;
	font-family: georgia;
	font-weight: bold;
}

a.main_link:hover{
   text-decoration : underline;
}


a.footer_link:link,a.footer_link:visited,a.footer_link:active{
	color:#7898B8;
	text-decoration : none;
	font-family: georgia;
	font-weight: bold; 
}

a.footer_link:hover{
   text-decoration : underline;
}

table {
    border: none;
}

.header{ 
	background-color:#7898B8; 
	font-size:14pt; 
	color:#FFFFFF; 
	font-family:Verdana 
}

input, select, textarea {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    border-width: thin;
    border-color: #C3D8DF;
}

.visible {
    display: visible;
}

.invisible {
    display: none;
}


