/* links format styles */
A {
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
	color : #333333;
}

A:hover{
	color : #000000;
	text-decoration : underline;
}

A.homelinks {
	font-family: sans-serif, Arial, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #333333;
	font-effect: engrave;
}

A.homelinks:hover{
	color : #cc0000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration : none;
}

A.sidelinks {
	font-family: Arial-narrow, sans-serif, Arial;
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #666666;
	font-effect: engrave;
}

A.sidelinks:hover{
	color : #999999;
	font-weight: bold;
	text-decoration : none;
}

A.news {
	font-family: arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
	color : #ff3333;
}

A.news:hover{
	color : #333333;
	text-decoration : underline;
}

A.greynews {
	font-family: arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
	color : #666666;
}

A.greynews:hover{
	color : #333333;
	text-decoration : underline;
}

A.footer {
	font-family: arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: normal;
	color : #ff3333;
}

A.footer:hover{
	color : #333333;
	text-decoration : underline;
}

/* text format styles */

.text  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #003333;
}

.redtext  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #ff3333;
}

.whitetext  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #ffffff;
	font-weight: bold;
}

.textbold {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	font-style: bold;
	color : #003333;
}

.news  {
	font-family : "arial", Verdana, geneva;
	font-size : 8pt;
	color : #000033;
}


.titles  {
	font-family: "arial", Verdana, geneva;
	font-size : 16px;
	font-weight : bold;
	color : #303060;
}

.lables {
	font-family: Arial-narrow, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1px;
	color: #666666;
	font-effect: engrave;
}

.smallupercase {
	font-family: Arial, Tahoma;
	font-size: 7pt;
	font-weight: bold;
	padding: 1px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #333333;
}

.subTitles {
	font-family: "arial", Verdana, geneva;
	font-size:12px; 
	font-weight:bold;
	color : #993333;
}

.numbers  {
	font-family: "arial", Verdana, geneva;
	font-size : 37px;
	font-weight : bold;
	color : #CC0000;
}

.numbersuper  {
	font-family: "arial", Verdana, geneva;
	font-size : 18px;
	font-weight : bold;
	color : #CC0000;
	vertical-align: super;
}

.numberupercase {
	font-family: Tahoma, Arial ;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
}

.money  {
	font-family : "arial", Verdana, geneva;
	font-size : 8pt;
	font-weight: bold;
	color : #666666;
	font-effect: engrave;
}

.footer  {
	font-family : "arial", Verdana, geneva;
	font-size : 10px;
	color : #003333;
}

/* form objects format styles */

.input.form {
	font-family: "arial", Verdana, Arial, geneva; 
	font-size: 11px; 
	border: 1 solid #666666;
}

select.redtext  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #da1003;
}

select.redtextlong  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #da1003;
	width: 152px;
}

select.blacktext  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #000000;
}

select.blacktextlong  {
	font-family : "arial", Verdana, geneva;
	font-size : 11px;
	color : #000000;
	width: 152px;
}

.searchButton {
	background-color: #ffffff;
	border-color: #da1003;
	border-style: solid;
	border-width: 1;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	width: 56px;
}
