.default
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
.bigred
{
    FONT-SIZE: 15px;
    COLOR: #990000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
.bigblack
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
A.link:link
{
    FONT-SIZE: 11px;
    COLOR: #990000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
A.link:visited
{
    FONT-SIZE: 11px;
    COLOR: #990000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
A.link:hover
{
    FONT-SIZE: 11px;
    COLOR: #ff0000;
    FONT-FAMILY: verdana, Arial, Helvetica, chicago, sans-serif
}
.feature {
	padding: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
    background-position: top left;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	background-color: #003366;
	margin: 0px;
	color: #FFFFFF;

}
.backgroundTopLeft {  background-attachment: fixed; background-repeat: repeat-y; background-position: left top}
.bgTopNoRepeat {  background-attachment: fixed; background-repeat: no-repeat; background-position: center top}
.TopRightNoRepeat {  background-attachment: fixed; background-repeat: no-repeat; background-position: right top}
.notsure {  background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
.toprepeat {  background-attachment: fixed; background-repeat: repeat; background-position: center center}
