﻿/* colors #63b469 = green, #7E807D = gray, #f8951d = orange */

/* HTML Selectors */
body
{
	padding: 0px;
	margin: 10px;
}

body, input, select, textarea, li, td
{
	font:normal 14px Arial,Geneva,Helvetica,sans-serif;
	color: #333;
}

input, select
{
	border: solid 1px #333;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1, h2
{
	font-family: "Open Sans Condensed", "Arial Condensed", Palatino, "Palatino Linotype", serif;
}

h1
{
	font-size: 28pt;
	font-weight: bold;
	color: #63b469;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

h2, h3, h4
{
	padding: 4px 0px;
	margin: 0px;
}

h2,
h2 a
{
	font-size: 20pt;
	font-weight: normal;
	color: #7E807D;
}

h3
{
	font-size: 14pt;
	font-weight: normal;
}

caption
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

strong
{
	font-weight: bold;
}

a, a:link, a:visited
{
	color: #63b469;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

.blank p
{
	line-height:150%;
	padding:2px 0px;
	margin:0px;
}
