@charset "iso-8859-1";
table { border:0px; border-collapse:collapse; } 
td {vertical-align:top; padding:0px; }


td, table, select,  input, textarea{
	font-family:tahoma;
	font-size:12px; 
	vertical-align:top;
	line-height:14px;
	color:#4E4E4E;
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:url(images/body_rep.gif) repeat-x #EAC28D}

ul{margin:0px; padding:0px; list-style:none; line-height:18px}
ul li a{ color:#B93900;  text-decoration:underline}
ul li a:hover{ text-decoration:none}

.footer { color:#FFFFFF;}
.footer a{ color:#E34212; text-decoration:underline}
.footer a:hover{ text-decoration:none}

a{ color:#B90302; text-decoration:underline}
a:hover{ text-decoration:none} 

span a{ color:#B93900}

b{ color:#B93900}

.form1 {
	width:134px;
	height:21px;
	color: #000000;
	border:#828282 1px solid;
	padding:2px 0 0 12px;
	background-color:#616161
}

.form input{
	width:189px;
	height:20px;
	color: #9C9C9C;
	border:#C1C1C1 1px solid;
	padding:1px 0 0 6px;
	background-color:#FFFFFF
}

.form textarea {
	width:189px;
	height:120px;
	color: #9C9C9C;
	overflow: auto;
	border:#C1C1C1 1px solid;
	padding:1px 0 0 6px;
	background-color:#ffffff
}

.boxBG {
	background-color:#6666CC
}

.boxHead {
	background-color:#6666CC;
	color:#FFFFFF
}


.gh1 {
	font-size:14px; 
}

.gh2 {
	font-size:12px; 
}


.ms {
	font-family: Monotype Corsiva;
	font-size: 18pt;
	line-height:22pt;
}



.trans50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*------------  CUSTOM MENU  -------------- */

#menu {
	font-size:12px;
}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 200px; /* Width of Menu Items */ 
	border-bottom: 1px solid #999999;
} 

#menu ul li { 
	position: relative;
} 

#menu li ul { 
	position: absolute; 
	left: 199px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0;
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background: #eac28d; /* IE6 Bug */ 
	padding: 3px 5px; 
	border: 1px solid #999999; 
	border-bottom: 0;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #fff; 
	background: #90643f; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #000; 
	background: #eac28d; /* IE6 Bug */ 
	padding: 3px 5px; 
	border: 1px solid #999999; 
	border-bottom: 0;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #fff; 
	background: #90643f; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#eac28d url("./images/r_arrow.gif") no-repeat right; cursor:default; } 
#menu ul a.submenu:hover {background:#90643f url("./images/r_arrow.gif") no-repeat right;}


/*===================  CUSTOM MENU ====================*/
