.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
}
.errorMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #669900;
	background-color: #66CC33;
}
.redFlag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	background-position: center;
	text-align: center;
}
.bigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #006666;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.columnTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.columnTitle:hover {
	color: #CC0000;
}
.cleanForm {
	border-left: 0;
	border-right-width: 0;
	border-top: 0;
	font-family: Arial,helvetica,sans-serif;
	font-size: 110%;
	background: Silver;
	text-align: center;
}
a:link {
	color: #666666;
}
a:visited {
	color: #CC66CC;
}
a:hover {
	color: #CC66CC;
}
a.help {
    cursor: help;
    text-decoration: none;
    color: #000000;
}
a.help:visited {
    color: #000000;
}
.formTitle {
	font-family: Verdana,Arial,helvetica,sans-serif;
	font-size: 60%;
	font-weight: normal;	
}
input {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
}
select {
	font-family: Verdana,Arial,helvetica,sans-serif;
	font-size: 60%;
	font-weight: normal;
}
textarea {
	font-family: Verdana,Arial,helvetica,sans-serif;
	font-size: 60%;
	font-weight: normal;
}
.textBoxFocus {
    background-color: #FFFFCC;
}
.textBoxBlur {
    background-color: #FFFFFF;
}
.textBoxError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
    background-color: #FF0000;
	text-align: justify;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: #000000
    }
.footerText {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 65%;
    color: #CCCCCC
    }
.footerLinks {
	color: #CCCCCC;
    text-decoration: none
    }