
/******************************************
			Header Classes
******************************************/
h1 {
	color: ;
	font-size: 1.9em;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	color: ;
	font-size: 1.2em;
	padding: 0px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a.button:link { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;}
a.button:visited { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;}
a.button:active { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;}
a.button:hover{ text-decoration: underline;  color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;}

a.button-left:link { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: left;}
a.button-left:visited { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: left;}
a.button-left:active { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: left;}
a.button-left:hover{ text-decoration: underline;  color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: left;}

a.button-right:link { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: right;}
a.button-right:visited { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: right;}
a.button-right:active { text-decoration: none; color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: right;}
a.button-right:hover{ text-decoration: underline;  color: ; font-weight:bold;background-image: none;background-color: ;border: solid 1px white;float: right;}

#logo {
	margin-left: 35px;
	height: 136px;
}
#header_custom {
	height: 136px;
	*height: 135px;
}
#header_left 
{
	background-color: ;
	float: left;
	width: 486px;
	height: 135px;
}
.txtLogo {
    font-family: Georgia,serif;
    font-weight: bold;
    font-size: 1.7em;
    color: black;
}
#header_right
{
    font-family: Georgia,serif;
	background-color: ;
	color: ;
	float: right;
	texts-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 414px;
	height: 135px;
}
