.txtbig {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.txtsmall {
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.txtmed {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
.txtmedblue {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	}
.redlink {
	font-size: 9px;
	weight: bolder;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
.link {
	font-size: 9px;
	weight: bolder;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.link a:link {
	color: #000000;
	text-decoration: none;
} 

.link a:visited {
	color: #000000;
	text-decoration: none;
}

.link a:hover {
	color: #FF0000;
	text-decoration: none;
}

.link a:active {
	color: #000000;
	font-weight: bold;
	}
.terms {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.box {
	color: #333399;
	text-transform: none;
	background-color: #FFFFFF;
	border: thin solid #336699;
}
.txtBIGBOLD {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-style: normal;
}
.BIGCAPS {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
}
