/* HTML Elements */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	background-image: url(Images/bg.png);
	border: medium none #FFFFFF;
}

td, th {	
	font-size: 80%;
	color: #000;
}

a, a:link {
	color: #144822;
	text-decoration: underline;
}

a:visited {
	color: #144822;
}

a:hover {
	color: #FF0033;
}

a:active {
	color: #144822;
}

h1 {
	color: #144822;
	font-size: 175%;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #144822;
	font-size: 125%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	color: #0D441D;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

textarea {
	font-family: "Times New Roman", Times, serif;	
	font-size: 100%;
}

p, blockquote {
}

b, strong {
	font-weight: bold;
}

/* Form Elements */
form {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
}

input, textarea, select, option {
	font-size: 100%;
}

li {
}


/* Additional Classes */

.sidebarCaption {
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebarCaption ul {
	margin-top: -17px;
	margin-bottom: -15px;
	margin-left: 17px;
	list-style-position: outside;
	list-style-image: url(Images/checkmark.gif);
}

