body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#96BAF4;
	background-color: #FFF;
	background-image: url(../images/siteImages/bg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.wrapper{
	width: 958px;
	margin:0 auto 0 auto;
	padding:0;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #ffffff;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #6982AD;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }
