/* GLOBAL RESET */html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {  margin:0px;    padding:0px;    border:0px;    border-collapse:separate;    border-spacing:0px;}

BODY {
	margin-top: 0px;
	background-color: #DDD;
	
	font-family:"verdana";
	FONT-SIZE:10pt;
	color: #000;
}

h1 {
	color: #075ba7;
	font-size:14pt;
	font-weight:bold;
	padding-bottom: 15px;
	padding-left: 10px;
}

h2 {
	color: #075ba7;
	font-size:13pt;
	font-weight:bold;
	padding-bottom: 5px;
}

h3 {
	color: #075ba7;
	font-size:10pt;
	font-weight:bold;
	padding-bottom: 5px;
}

a:link {
	font-family:"verdana";
	font-weight:bold;
	FONT-SIZE:10pt;
	color: #000;
	text-decoration: none;
}

a:visited {
	font-family:"verdana";
	font-weight:bold;
	FONT-SIZE:10pt;
	color: #000;
	text-decoration: none;
}

a:hover {
	font-family:"verdana";
	font-weight:bold;
	FONT-SIZE:10pt;
	color: #000;
	text-decoration: underline;
}

.SHELL {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	text-align: left;
	border-left:1px solid #AAA;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	background-color: #FFFFFF;
}

.btn_shell {
	position:relative;
	float: left;
	width: 180px;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
}

.btn_left {
	position:relative;
	float: left;
	width: 5px;
}

.btn_center {
	position:relative;
	float: left;
	width: 150px;
	height: 21px;
	padding: 5px 5px 0px 5px;
	background-image:url('images/btn_center.png');
}

.btn_right {
	position:relative;
	float: left;
	width: 5px;
}

.menu_drop_wrap {
		position: absolute;
		color: #000000;
		top: 0px;
		left: 0px;
		padding: 7px 10px 10px 10px;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #777;
		border-left:1px solid #AAA;
		border-right:1px solid #888;
		border-bottom:1px solid #888;
		/*background-color: #FFF266;*/
		background-color: #9Fc9ec;
		z-index:1;
			
		FONT-SIZE: 9pt;
		font-weight: bold;
		font-family:"verdana";
		
		display:none;
}