.whitesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.yellosmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCC00;
	font-weight: bold;

}
.bluebig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: 091C5D;
	font-weight: bold;
}
.blacksamll {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
}
.graysmall {


	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: normal;
}
a.main:link {
	color: #333333;
	text-decoration: underline;
}
a.main:visited {
	color: #000000;
	text-decoration: underline;
}
a.main:hover {
	color: #990000;
	text-decoration: underline;
}.redbg {
	background-attachment: fixed;
	background-image: url(images/redbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	border: 1px solid;
}
.rightbdr {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}
