/* BODY */

body
{
background-color: #fff;
font-family: verdana,arial,helvetica,sans-serif;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* HTML Links */

a:link
{
color:#3868B1;
text-decoration: none;
}

a:visited
{
color:#3868B1;
text-decoration: none;
}

a:hover
{
color:#ff9900;
text-decoration: none;
}

a:active
{
text-decoration: none;
}

/* Branding Bar */

.branding
{
background-image : url(images/brandingBG.gif);
}

/* NavBar */

.navbar
{
background-color : #C8EA84;
}

/* Main Body Background */

.homebody
{
background-color : #FF9900;
}

/* 1,2,3 Background */

.123BG
{
background-color : #999999;
}

/* Intro - Homepage */

.intro
{
font-size: 11px;
color:#666666;
padding-right: 10px;
line-height: 15px;
}

/* Main Text */

.bodyText
{
font-size: 12px;
color: #336600;
line-height: 20px;
}

/* Text with Box Border */

.boxText
{
border: 1px solid;
padding: 5,5,5,5;
border-color: #336600;
background: #efefef;
}

/* Standard White Title */

.bodyTextTitleW
{
font-family: verdana, arial, sans-serif;
font-size:12px;
font-weight: bold;
color:#ffffff;
}

/* Input Fields */

input.survey
{
font-family: verdana, arial, sans-serif;
font-size:11px;
width: 200px;
}


.intro1
{
font-size: 11px;
color:#666666;
line-height: 15px;
}