﻿body
{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#52524e;
}	

input.normal
{
    width:250px;
    height:15px;
    font-family:Verdana;
    color:#52524e;
    font-size:10px;
    text-indent:4px;
}

input.events
{
    width:150px;
    height:15px;
    font-family:Verdana;
    color:#52524e;
    font-size:10px;
	border:1px;
	border-color:#006600;
	border-style:solid;
}

select.events
{
    width:150px;
    height:20px;
    font-family:Verdana;
    color:#52524e;
    font-size:10px;
	border:1px;
	border-color:#006600;
	border-style:solid;	
}

textarea.commentBox
{
    width:250px;
    height:100px;
    font-family:Verdana;
    color:#52524e;
    font-size:10px;
    text-indent:4px;
}

input.formButton
{
	background-color:#ffffff;
	border:solid;
	border-width:1px;
	border-color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:12px;
	margin-left:4px;
}	
.greenTitle
{
    font-size:12px;
    color:#849a08;
    font-weight:bold;
    text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif
}