.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: #0066CC;
	text-decoration: underline;
}
a.main:visited {
	color: #003366;
	text-decoration: underline;
}
a.main:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.top:link {
	color: #000033;
	text-decoration: underline;
}
a.top:visited {
	color: #000033;
	text-decoration: underline;
}
a.top:hover {
	color: #FFffff;
	text-decoration: underline;
}
.menubg {
	background-attachment: fixed;
	background-image: url(images/menu_bottom2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.black2samll {


	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
}
.allbdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
