.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.brett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699cc;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.FooterSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
.yrepeat {
	background-repeat: repeat-y;
}


.menubg {
	background-repeat: repeat-y;
	background-position: 25px;
}
.menuLink {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF; text-decoration: none; }
a.menuLink:link {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF;  text-decoration: none; }
a.menuLink:visited {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF;  text-decoration: none; }
a.menuLink:active {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF;  text-decoration: none; }
a.menuLink:hover {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #cc9966; text-decoration: underline; } 

.footerlink {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFFFF; text-decoration: none; }
a.footerlink:link {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFF00;  text-decoration: underline; }
a.footerlink:visited {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFF00;  text-decoration: underline; }
a.footerlink:active {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFF00;  text-decoration: underline; }
a.footerlink:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FF0000; text-decoration: underline; }

.Button {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #000033; }
a.Button:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #000033; text-decoration: underline; }
a.Button:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #000033; text-decoration: underline; }
a.Button:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #000033; text-decoration: underline; }
a.Button:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #cc9966; text-decoration: underline; }

a:link {color: #336699;  text-decoration: underline; }
a:visited { bold;color: #336699;  text-decoration: underline }
a:active {color: #336699;  text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: underline; } 

.Field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #993333;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #DDDDDD;
}
#mainForm
{
        position: relative;
        border: 1px;
        border-style: solid;
        margin: 0 auto;
        text-align: left;
        width: 70%;
        background-color: #ffffff;
}

ul.mainForm
{
        list-style-type: none;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size:15px;
}

li.mainForm
{
        padding-bottom: 10px;
}
#mainFormError
{
        position: relative;
        border: 1px;
        border-style: solid;
        margin: 0 auto;
        text-align: left;
        width: 70%;
}



input.mainFormError
{
        background-color: #FADADD;
}


textarea.mainFormError
{
        background-color: #FADADD;
}


select.mainFormError
{
        background-color: #FADADD;
}
#formHeader
{
        position: relative;
        width: 100%;
        background-color: #000033;
        margin:0 0 0 0;
        padding-bottom: 10px;
}

p.formHeader
{
        text-align: right;
        margin:0 0 0 0;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-weight:normal;
        color: #ffffff;
        font-size:25px;
        position:relative;
        left:-5px;
        top:4px;
        letter-spacing: 2px;
}
#formFields
{
        position: relative;
        width: 100%;
        background-color: #ffffff;
        margin:0 0 0 0;

}

label.formFieldQuestion
{
        line-height:125%;
        padding:0 4px 1px 0;
        border:none;
        display:block;
        font-size:95%;
        font-weight:bold;
}

label.formFieldOption
{
        font-size:90%;
        display:block;
        line-height:1.0em;
        margin:-19px 0 0 25px;
        padding:4px 0 5px 0;
        width:90%;
}



input.formFieldStyle
{
        display:block;
        line-height:1.4em;
        margin:8px 0 0 3px;
        width:13px;
        height:13px;
}

