﻿/* colors #63b469 = green, #7E807D = gray, #f8951d = orange */

/* HTML Selectors */
body
{
	padding: 0px;
	margin: 10px;
}

body, input, select, textarea, li, td
{
	font:normal 12px Verdana,Arial,Geneva,Helvetica,sans-serif;
	color: #333;
}

input, select
{
	border: solid 1px #333;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4
{
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	padding: 4px 0px;
	margin: 0px;
}

h1
{
	font-size: 20pt;
	font-weight: normal;
	color: #63b469;
}

h2,
h2 a
{
	font-size: 16pt;
	font-weight: normal;
	color: #7E807D;
}

h3
{
	font-size: 12pt;
	font-weight: normal;
}

caption
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a, a:link, a:visited
{
	color: #63b469;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
