﻿@import url("layout.css");

/* Main Body Styles */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Menu Styles */

#menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#menu a:hover {
	color: #000000;
	font-weight: bold;
}

#menu a:link {
	color: #000000;
}

#menu a:visited {
	color: #000000;
}

/* Extras Style */

#extras {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
}
#extras a:hover {
	color: #215D03;
	font-weight: bold;
	text-decoration: underline;
}
#extras a:link {
	color: #215D03;
	text-decoration: none;
}

#extras a:visited {
	color: #215D03;
	text-decoration: none;
}

/* Header Styles */

h4 {
color: #215D03;
text-decoration: none;
line-height: 120%;
font-weight: normal;
font-family : Georgia;
font-size : 14pt;
}

h3 {
color: #215D03;
text-decoration: none;
line-height: 100%;
font-weight: bold;
font-family : georgia;
font-size : 10pt;
}

h2 {
color: #000000;
text-decoration: none;
font-weight: Bold;
font-family : georgia;
font-size : 14pt;
}

h1 {
color: #000000;
text-decoration: none;
font-weight: Bold;
font-family : georgia;
font-size : 16pt;
}

/* Other Body Img Styles */

body img {
	padding: 0px;
	border: 1px solid #000000;
}

/* Bold + Italic Styles */

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Content Link Styles */

#content a:hover {
	color: #215D03;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link {
	color: #215D03;
	text-decoration: none;
}

#content a:visited {
	color: #215D03;
	text-decoration: none;
}

/* Footer Styles */

#footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#footer a:hover {
	color: #215D03;
	text-decoration: underline;
}

/* Body Link Styles */
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #215D03;
}

