body {
	margin: 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.smallText {
	font-size: 10px
}
.formFields {
	height:18px;
	font-size:10px;
	width: 130px;
}

.formButtons {
	cursor:pointer;
	padding: 5px 5px;
	border:none;
	text-decoration:none;
}
.bodyText {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 350px;
	margin-left: 20px;
}

.bottomBar {
	color: #FFFFFF;
	font-size: 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 18px;
	/*font-family: "Times New Roman", Times, serif;*/
}
.style3 {
	font-size: 12px;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
/* news ticker */
.newsTicker {
	font-size: 11px;
	overflow: hidden;
	/*background-image:url(news.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	
	width: 700px;
	height: 15px;
}


.bg{
	background-image:url(../images/menu_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.newsTicker:hover {
	font-size: 11px;
	overflow: hidden;
	background-color: #FFF6A6;
	width: 760px;
	height: 15px;
}
.newsTicker a{
	color:#000000;
	text-decoration:none;
}
.newsTicker a:hover{
	color:#E26B23;
	text-decoration:underline;
}

