a, A:link, a:visited, a:active
		{color: #ffffff; text-decoration: none; font-family: bodoni; font-weight:bold; font-size: 14px}

	A:hover
		{color: #FFB75A; text-decoration: none; font-family: bodoni; font-weight:bold; font-size: 14px}
		
a.b, A.b:link, a.b:visited, a.b:active
		{color: #000000; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}

	A.b:hover
		{color: #CC0000; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}

a.c, A.c:link, a.c:visited, a.c:active
		{color: #ffffff; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}

	A.c:hover
		{color: #FFB75A; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}
		
.arialblue {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.arialblack {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.menublack {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.menublackbold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.arialblackbold {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.arialwhite {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}

.title{
padding-left:15px;
	font-family: bodoni;
	font-size: 18px;
	color: #181C76;
	font-weight:bold;
}



.lstbx{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	font-family:verdana;
	font-size: 8.5pt;
	color: #FFFFFF;
	width: 165px;
}

 .button{
	border: 1px solid #ffffff;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	width: 60px;
}
