﻿H1{
	font-size: x-large;
	font-weight: bold;
}

H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium ;
	font-weight: bold;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small ;
	font-weight: bold;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small ;
	font-weight: bold;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small ;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
}

#masthead {
	background: #FFFFFF;
}

#top_nav {
	background: #FFFFC0;
	font-family: "Times New Roman";
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

#left_col {
	background: #FFFFFF;
}

#left_links {
	text-align: center;
	font-weight: bold;
	color: #606060;
	line-height: 25px;
}

#left_links a {
	font-size: small;
	color: #393939;
	text-decoration: none;
}

#page_content {
	background: #FFFFFF;
	vertical-align: top;
}

#footer {
	background: #EBEBEB;
	font-size: small;
	text-align: center;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
.font_arielblack {
	font-family: "Arial Black";
}
.font_timesnewroman {
	font-family: "Times New Roman";
}
.fontstyle_small {
	font-size: small;
}
.textalign_center {
	text-align: center;
}

