﻿h3 
{
    font-family: Tahoma, Arial, Times New Roman;
    color: #76a315;
    font-size: 14pt;
    font-weight:normal;
    padding: 10px 10px 15px 15px;
	text-shadow: 3px 1px 1px #EFFFA0;
}

h4 
{
    font-family: Tahoma, Arial, Times New Roman;
    color: #76a315;
    font-size: 13pt;
    font-weight:normal;
    padding: 10px 10px 15px 15px;
}

p, li, span, label
{
    color: #2c2c2c;
}

p, a, li, span, label
{
    line-height: 20px;
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 13px;
}

p.large
{
    font-size: 14px;
}

a
{
    text-decoration: underline;
    color: #76a325;
}

a:hover
{
    color:#b4e000;
    text-decoration: none;
}

em
{
    font-weight: normal;
    font-style:normal;
    color: #76a325;
}

.Error, h3.Error
{
    color: #FB830B;
}

a#SignUpButton
{
    font-family: Tahoma, Arial, Times New Roman;
    color: #76a315;
    font-size: 14pt;
    font-weight:normal;
    padding: 10px 10px 15px 15px;
	box-shadow: 0px 0px 5px #EFFFA0;
	text-decoration: none;
	text-shadow: 0px 0px 1px #EFFFA0;
	border: 3px solid #96c335;
	border-radius: 10px;
	width: 140px;
	text-align: center;
	margin: 40px;
	display: block;
	margin-left: auto; margin-right: auto;
}
a#SignUpButton:hover
{
	box-shadow: 0px 0px 18px #EFFF80;
	text-shadow: 0px 0px 5px #EFFF90;
	font-size: 15pt;
}
