body {
	margin-top: 20px;
	padding: 0px;
	background-color : #604a47;
}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: white;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	letter-spacing: 6px;
}
h2 {
	font-family:  "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	letter-spacing: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	margin: 0px;
	padding: 0px 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color : #345687;
}

.mainTable {
	 border: 1px solid #E37E00;
}	 

.font18 {
	font : larger Arial, Helvetica, sans-serif;
	color : #F5FFFA;
}
.font14 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.font12b {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.font10w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
.font10r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	margin: 0px;
	padding: 0px;
}
.font12w {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: white;
	margin: 0px;
	padding: 0px;
}
.font6 {
	font : 6px Arial, Helvetica, sans-serif;
	color : white;
}
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #244471;
}
.font6 {
	 font-size:6px;
}
.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: orange;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a.blueA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
a.blueA:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: red;
	text-decoration: underline;
}
a.leftA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff4193;
	text-decoration: none;
}
a.leftA:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.topShadow {
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.leftShadow {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightShadow {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.botShadow {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/OFF2.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#4e0115;
	text-decoration:none;
	font-weight:bold;
	padding:12px 19px 0 20px;
	height:24px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/HOVER2.gif") no-repeat top right;	
	}
