body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #131313;
}
body,td,th { font-family: Arial; color: #000000; font-size: 12px}

a:link { text-decoration: underline; color: #156B8B}
a:visited { text-decoration: underline; color: #156B8B}
a:active { text-decoration: underline; color: #156B8B}

a.footer:link { text-decoration: underline; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
a.footer:visited { text-decoration: underline; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
a.footer:hover { text-decoration: underline; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
a.footer:active { text-decoration: underline; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.footerwhite {size: 14px; color:#FFFFFF}

.fourteen {font-size: 14px}
.sixteen {font-size: 16px}
.eighteen {font-size: 18px}
.nineteen {font-size: 19px}
.twenty {font-size: 20px}
.twentyfive {font-size: 25px}
.thirty {font-size: 30px}
.forty {font-size: 40px}
.fifty {font-size: 50px}

.confirmation {font-size: 40px; color:#FFFFFF}
.confirmation2 {font-size: 25px; color:#FFFFFF}

.buttonL
{
    height: 46px;
    width: 201px;
    background: red url('/images/red_button.png');
    text-align: center;
    padding-top: 25px;
    font-size: 24px;
    float: left;
    color: white;
    cursor: pointer;
}
.buttonL:hover
{background: red url('/images/green_button.png');}
.buttonR
{
    height: 46px;
    width: 201px;
    background: red url('/images/red_button.png');
    text-align: center;
    padding-top: 25px;
    font-size: 24px;
    float: right;
    color: white;
    cursor: pointer;
}
.buttonR:hover
{background: red url('/images/green_button.png');}


INPUT, SELECT, TEXTAREA {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 18px;
	padding: 8;
}
.question {
	background-color: #FFFF66;
}

.border {
	border: 1px solid #000000;
}

.email {
	font-family: arial, helvetica;
	font-size: 20px;
    border: 1px solid #FFFFFF
}
