/* Common */
body {
	margin:0px;
	background-color:#DA5922;
}
.cursor {
	cursor:pointer;
	cursor:hand;
}
img {
	behavior: url("css/pngbehavior.htc");
} 
.normalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BA1F05;
}

/* Links */
A:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2341A3;
}
A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2341A3;
}
A:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2341A3;
}
A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2341A3;
}

A.footerLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BA1F05;
}
A.footerLink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BA1F05;
}
A.footerLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BA1F05;
}
A.footerLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BA1F05;
}
/* Forms */

.formInput {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9px;
	background-color: #ffffff;
	color : #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
}

.formButton {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9px;
	background-color: #EEEEEE;
	color : #003EA5;
	border-style : outset;
	border-width : 2px;
}

/* Transparancy Images */
.topNavBarBg {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/menu_bg.png',);
}
.topNavBarBg[class] {
  background-image:url('../img/menu_bg.png');
}
.topNavBarBg* {
	position:relative;
}