@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana;
	color: #A09D9D;
	font-size: 11px;
	background-image: url(images/body_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #A09D9D;
	margin:0px;
}
a.top:link {
	color: #A09D9D;
	text-decoration: none;
}

a.top:visited {
	color: #A09D9D;
	text-decoration: none;
}

a.top:hover {
	text-decoration: underline;
}

input.srch {
	float:left;
	font:11px tahoam , Arial, Helvetica, sans-serif;
	color:#6E6D6D;
	background-color:#EFF1F1;
	width:145px;
	height:20px;
	border-bottom:1px solid #B7C0C3;
	border-right:1px solid #B7C0C3;
	border-top:1px solid #B7C0C3;
	border-left:0;
	}
.grey {
	color: #0E75C0;
}

input.esrch {
	float:left;
	font:11px tahoam , Arial, Helvetica, sans-serif;
	color:#6E6D6D;
	background-color:#EFF1F1;
	width:142px;
	height:16px;
	border-bottom:1px solid #B7C0C3;
	border-right:1px solid #B7C0C3;
	border-top:1px solid #B7C0C3;
	border-left:0;
	margin-right:3px;
	}
a.menu {
	float:left; 
	height:29px; 
	color:#FFFFFF; 
	text-decoration:none; 
	text-align:center; 
	font:Arial, Helvetica, sans-serif 11px; 
}

a.menu:hover {
	color:#D9F3FC;
	text-decoration:none;
}

img {
	border:none;
	border-width:0px;
	}

td.lmenu {
	background-image:url(images/lp_blk1.gif);
	color:#007BB6;
	font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	padding-left:8px;
}

a.lemenu {
	background-image:url(images/lp_blk1.gif);
	width:183px;
	height:25px;
	display:block;
	text-indent: 15px;
	color:#037BA4;
	padding-top:5px;
	margin-top:10px;
	}

#tabs {
	float:left;
	width:100%;
	font-size:11px;
	font-family:arial, Helvetica, sans-serif;
	line-height:normal;
	border-bottom:0px solid #666;
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	color:#ffffff;
	font-weight:bold;
	margin-left:11px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(images/menu_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(images/menu_right.png) no-repeat right top;
	padding:8px 18px 6px 8px;
	margin-right:5px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#D9F3FC;
	}

#tabs a:hover {
	background-position:0% -0px;
	color:#D9F3FC;
	}

#tabs a:hover span {
	background-position:100% -0px;
	color:#D9F3FC;
	}