body, p, br, tr, td, ul, ol, div,  textarea,reset,submit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	margin: 0px;
	padding: 10px;
}
.header {
	background-color: #A7CFAF;
	border-bottom: solid 1px white;
}
.footer {
	border-top: solid 1px #2F5E96;
	border-bottom: solid 1px #2F5E96;
	height: 25px;
	line-height: 25px;
	background: #ECF3F9;
}
.menubg {
	background: #6497CA;
	padding: 4px;
}
.white16 {
	font-size: 16px;
	color: white;
}

/* MENU  */
#menu a {
display:block;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: bold;
color:#2F5E96;
background-image: url(btn_bg.gif);
background-repeat: repeat-x;

border: solid 1px #7A7A7A;
}

#menu a:hover {
color:#2F5E96;
background:#C3D3E2;
background-image: url(tick.gif);
background-repeat: no-repeat;
}

#menu ul {
padding:0;
margin:0;
height: 23px;
line-height:23px;
}

#menu li {
list-style:none;
margin:0;
padding:0;
padding-bottom: 2px;
}
/* MENU END */

.cont {
	background-color: #F3F9F4;
	border-left: solid 1px #2F5E96;
	border-right: solid 1px #2F5E96;	
	padding: 5px;
}
.black15 {
	font-size: 15px;
}
.form {
	background-color: white;
	border: solid 1px #2F5E96;
	padding-left: 2px;
	padding-right: 2px;	
	width: 200px;
}

.var_field {
	border: solid 1px #2F5E96;
	width: 200px;
}
.var_field_ {
	background-color: white;
	border: solid 1px #2F5E96;
	padding-left: 2px;
	padding-right: 2px;	
	width: 350px;
}

.formHTMLAREA {
	background-color: white;
	border: solid 1px #2F5E96;
	padding-left: 2px;
	padding-right: 2px;	
	width: 400px;
	height: 150px;
}

.formSM {
	background-color: white;
	border: solid 1px #2F5E96;
	width: 80px;
}
input:focus {
	background: #ECF3F9;
}
.submitBTN {
	background-image: url(btn_bg.gif);
	height: 23px;
	line-height: 23px;
	border: solid 1px #7A7A7A;
	font-weight: bold;
	
}

span.link a
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: blue;
	font-weight: normal;
}
.err{
color:#000000; 
background: #E98969;
}
.headersub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
                color:#FFFFFF;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 5px;
	text-align: left;
	word-spacing: 7px;
  padding: 0px 0px -30px 0px;

	}



.headersub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
                color:#	0000FF;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 5px;
	text-align: left;
	word-spacing: 7px;
	padding: 0px 0px 30px 0px;
	}


.glowtext{
filter:glow(color=FFFFFF,strength=3);
width:100%;
}




	a.buttonbar:link, a.buttonbar:visited {
  font-family      : Trebuchet MS;
  font-size        : 13px;
  color            : #303030;
  border-bottom    : none;
  font-weight      : bold;
  padding-left     : 10px;
  padding-right    : 10px;
  line-height      : 21px;
}

a.buttonbar:hover {
  background-image : url(/images/over_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}


.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
			}
