body {
    background-image: url('/img/background.gif');
    background-repeat: repeat;
    font-family : verdana, arial, helvetica, sans-serif;
}
b {
	font-weight : bold;
}

u  {
	text-decoration : underline;
}

i  {
	font-style : italic;
}
a {
    color : #003300;
}
a:visited {
    color : #003300;
}
a:hover {
    color : #339999;
}
a:active {
    color : #339999;
}
.GreenLink {
    color : #339999;
    font-weight : bold;
}
.GreenLink:visited {
    color : #339999;
    font-weight : bold;
}
.GreenLink:hover {
    color : #00cccc;
    font-weight : bold;
}
.GreenLink:active {
    color : #00cccc;
    font-weight : bold;
}
.GreenText {
    font-size : 13px;
    font-family : verdana, arial, helvetica, sans-serif;
    color : #339999;
    font-weight : bold;
}
.NormalBody {
	font-size : 13px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
}
.SmallBody {
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
}

.Welcome {
	font-size : 14px;
	font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
	color : #339999;
}
.FormQuestion {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size   : 13px;
    color  : #000000;
}
.FormQuestionSmall {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size   : 13px;
    color  : #000000;
}

.FormInput {

}