﻿p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

 p.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited { color: #FFFFFF; }

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFCC00;
}

a.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #FFCC00;
	text-decoration: none;
}

a.topnav:visited { color: #FFFFFF; }

a.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited { color: #FFFFFF; }

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #FFCC00;
}

#divProgress
{
    position: relative;
    width: 200px;
    height: 20px;
    background-image: url(http://gearingsolutions.tornadosoft.com/images/progress_bg.gif);
    background-repeat: repeat-x;
    border: solid 1px #5D5D5D;
    font-family: Arial;
    font-size: 8pt;
}

#mainTable
{
    font-family: Arial;
    font-size: 10pt;
    color: Black;
}

.heading
{
    font-family: Arial;
    font-size: 16pt;
}

.subHeading
{
    font-family: Arial;
    font-size: 14pt;
    color: #0B0B92;
}.FormCell {
	padding: 25px;
}
.FormQuestion {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #333;
	border-width: 2px;
	background-color:#FFF;
}
.FormTextArea {
	min-width: 70%;
}
.FormCalc {

}
