/* Fonts */
address,blockquote,body,caption,center,dd,dir,div,dl,dt,form,menu,ol,p,th,td,ul,textarea,input,select {
	color : #474747;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
}

/* Elements */
a,
a:link,
a:visited,
a:active{
	color : #474747;
	text-decoration : underline;
}

a:hover{
	color : #474747;
	text-decoration : none;
}

form{
	margin : 0;
	padding : 0;
}

h1,h2,h3,h4,h5,h6{
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
}

h1{
	font-size : 24px;
}

h2{
	font-size : 21px;
}

h3{
	font-size : 18px;
}

h4{
	font-size : 16px;
}

h5{
	font-size : 14px;
}

h6{
	font-size : 12px;
}

/*Classes*/
.footer{
	color: #787878;
}
.homeheader{
	font-size: 18px;
	color: #C72727;
	font-weight: bold;
}
.subheader{
	font-size: 16px;
	color: #C72727;
	font-weight: bold;
}
.subnav{
	font-weight: bold;
	color: #343C47;
	font-size: 10px;
}
.subnav a,
.subnav a:link,
.subnav a:visited,
.subnav a:active{
	text-decoration : none;
	color: #343C47;
}

.subnav a:hover{
	text-decoration : underline;
	color: #343C47;
}
.footernav{
	font-weight: bold;
	color: #787878;
	font-size: 10px;
}
.footernav a,
.footernav a:link,
.footernav a:visited,
.footernav a:active{
	text-decoration : none;
	color: #787878;
}

.footernav a:hover{
	text-decoration : underline;
	color: #787878;
}
