html,body {
	background: #B3F1FF url('../images/bg.jpg') top left repeat-x fixed;
	padding: 0px;
	margin: 0px;
	color: #2E2E2E;
	font-size: 12px;
	font-family: Arial;
	}

.menuOut {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}

.menuOver {
	color: #56C2DB;
	font-weight: bold;
	font-size: 14px;
	}

.inputStyle {
	background: #ECE6D6;
	border: 1px #087892 solid;
	width: 120px;
	height: 12px;
	font-size: 9px;
	font-weight: bold;
	color: #2E2E2E;
	}

.contactStyle {
	background: #ECE6D6;
	border: 1px #087892 solid;
	width: 145px;
	height: 12px;
	font-size: 9px;
	font-weight: bold;
	color: #2E2E2E;
	}

.areaStyle {
	background: #ECE6D6;
	border: 1px #087892 solid;
	width: 145px;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #2E2E2E;
	}

table,tr,td {
	color: #2E2E2E;
	font-size: 12px;
	font-family: Arial;
	}

a {
	text-decoration: none;
	color: #117D95;
	}

a:hover {
	text-decoration: none;
	color: #3D444E;
	}

.Must {
	color: red;
	font-weight: bold;
	font-family: Tahoma;
	}
	
.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	}

select {
	font-size: 12px;
	font-family: Arial;
	}

.appBar {
	background: #EDEDED;
	border: 1px #AEAEAE solid;
	font-family: Arial;
	font-size: 12px;
	}