/* CSS Document */

/* defined in html_head.asp
html, body {
	height:100%;
	margin:0px;
	background-image: url(/images/bg_new.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background:#FFF;
}
*/
 .printonly { display: none; }

#fixedPanel {
 	top:30px;
	left:20px;
	width:160px;
	font-family:   Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight:normal;
	line-height:24px;
	color: #333;
	padding-left: 0px;
	padding-top: 0px;
	
}

.submenu  {
		text-transform: none;
		line-height:16px;
		margin-bottom:6px;
		font-size: 12px;

}

#fixedBg {
 	top:30px;
	left:15px;
 	bottom:30px;
	width:170px;
	background-color: #fff;
	filter:alpha(opacity=75); 
	-moz-opacity:.75;
	opacity:.75;
	
}
#fixedPanel2 {
 	bottom:30px;
	left:25px;
	width:120px;
	height:180px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:17px;
	color: #000;
	padding-left: 5px;
	margin-bottom: 5px;
}

#TypeHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-left: 190px;
	overflow:hidden;
}

#Type1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	width: 790px;
	margin-top: 30px;
	margin-left: 190px;
}

#Type2 {
	padding: 0px;
	width: 600px;
	margin-top: 30px;
	margin-left: 190px;
	position:absolute;
	border: solid 0px #DDD;
}

#Type3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	width: 285px;
	margin-top: 30px;
	margin-left: 795px;
	position:absolute;
	border: solid 0px #000;
}

#Type4 {
	padding: 0px;
	margin-top: 30px;
	margin-left: 500px;
	position:absolute;
	visibility:hidden;
}

#Type1 p {
	margin: 0px 0px 6px;
}

#fixedPanel p {
	margin: 0px;
}

#Type1 table {
	margin: 0px 0px 10px;
}

#Type2 td {
	padding: 0px 0px 10px;
}
#Type2 table {
	right: 0px;
	}

#Type3 p {
	margin: 0px 0px 6px;
}

#Type3 table {
	margin: 0px 0px 20px;
}

#fixedPanel  a {
	color: #000;
	text-decoration: none;
}
#fixedPanel  a:hover {
	text-decoration: underline overline;
}

#fixedPanel2  a {
	color: #000;
	text-decoration: none;
}
#fixedPanel2  a:hover {
	text-decoration: underline overline;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

td.coltxt {
	padding:0px 5px 5px 5px ;
}

img.r2px {
	border-right:solid 2px #000000;
}

img.border0px {
	border:solid 0px #000000;
}

img.border1px {
	border:solid 1px #000000;
}

.imgList {
	border:solid 0px #000000;
	margin-bottom:10px;
}
.menuSelected {
	font-weight:normal;
	color:#bb0000;
	}
.low {
	text-transform:lowercase;
}
.trans75 {
	background-color: #FFF;
	filter:alpha(opacity=75); 
	-moz-opacity:.75;
	opacity:.75;
	padding:0px;
}
.trans60 {
	background-color: #FFF;
	filter:alpha(opacity=60); 
	-moz-opacity:.60;
	opacity:.60;
	padding:0px;
}
.category {
	font-weight: bold;
	text-transform: uppercase;
}
.ohidden {
	overflow:hidden;
	width:100%;
}
.title {
	font-weight: bold;
	text-transform: none;
}
.quartal {color: #999}
