body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: black;
	background: #F1DBAC url(/images/loading.gif) center no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #DDB86A;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #F3DBAC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-track-color: #F1DBAC;
}

.details {
	DISPLAY: block;
	BACKGROUND: url(images/enlarge.png) no-repeat 0px 0px;
	WIDTH: 108px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
	text-decoration: none;
}

.details:hover {
	DISPLAY: block;
	BACKGROUND: url(images/enlarge-hover.png) no-repeat 0px 0px;
	WIDTH: 105px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
	text-decoration: none;
}

.details:visited {
	DISPLAY: block;
	BACKGROUND: url(images/enlarge.png) no-repeat 0px 0px;
	WIDTH: 108px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
	text-decoration: none;
}

.details:visited :hover {
	DISPLAY: block;
	BACKGROUND: url(images/enlarge-hover.png) no-repeat 0px 0px;
	WIDTH: 105px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
	text-decoration: none;
}

TD {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: black;
}

TH {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

H2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	COLOR: black;
	font-weight: bold;
}

.h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 19px;
	line-height: 22px;
	text-decoration: none;
}

.h3:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 19px;
	line-height: 22px;
	text-decoration: underline;
}

.h3:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 19px;
	line-height: 22px;
	text-decoration: none;
}

.h3:visited :hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 19px;
	line-height: 22px;
	text-decoration: underline;
}

.box {
	BACKGROUND-color: #ddb86a;
	border-COLOR: black;
	BORDER-BOTTOM: gray 2px solid;
	BORDER-LEFT: gray 2px solid;
	BORDER-RIGHT: gray 2px solid;
	BORDER-TOP: gray 2px solid;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 8pt;
	FONT-weight: bold;
	FONT-VARIANT: normal;
	TEXT-ALIGN: right;
	WIDTH: 115px;
	height: 300px;
	padding: 0px 0px 0px 0px;
}

select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EEF3F6;
}

.select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #dedede;
	font-size: 12px;
	color: #000000;
	background-color: #f5f5f5
}

.empty {
	border: 0px #ffffff solid;
	background-color: #ffffff;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EEF3F6;
	overflow: auto;
}

input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EEF3F6;
}

input.radio {
	border: none;
	color: #000000;
	background-color: #FBF4E6;
}

.std {
	background-color: #FBF4E6;
}

.light {
	background-color: #FBF4E6;
}

.darker {
	background-color: #F1DBAC;
}

.gold {
	background-color: #ddb86a;
}

a {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	COLOR: #0000CC;
	text-decoration: none;
}

a:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #CC0033;
}

a:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #CC0033;
}

a:visited:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #CC0033;
}

div.dl1 {
	border-top: 2px solid #F1DBAD;
	background: #ddb86a;
	FONT-SIZE: 11px;
	font-weight: bold;
}

.languagestopSel {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #222222;
	font-weight: bold;
	background: #fbf4e6;
	FONT-SIZE: 11px;
	border-right: 1px solid black;
	padding-right: 3px;
	padding-left: 3px;
}

a.dl3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	font-SIZE: 11px;
	background: #fbf4e6;
	border-right: 1px solid black;
	padding-right: 3px;
	padding-left: 3px;
}

a.dl3:visited {
	text-decoration: none;
	COLOR: #222222;
}

a.dl3:hover {
	text-decoration: none;
	COLOR: #0000CC;
}

a.dl3:visited :hover {
	text-decoration: none;
	COLOR: #0000CC;
}

.dl2 {
	FONT-SIZE: 11px;
}

a.dl4 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #222222;
	font-weight: bold;
	FONT-SIZE: 11px;
	border-right: 1px solid black;
	padding-right: 3px;
	padding-left: 3px;
}

a.dl4:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #0000CC;
	font-weight: bold;
	FONT-SIZE: 11px;
}

a.dl4:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #222222;
	font-weight: bold;
	FONT-SIZE: 11px;
}

a.dl4:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	COLOR: #0000CC;
	font-weight: bold;
	FONT-SIZE: 11px;
}

.small {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 12px;
	COLOR: black;
}

a.small {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #0000CC;
	FONT-SIZE: 12px;
}

a.small:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #ff0000;
	FONT-SIZE: 12px;
}

a.small:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #0000CC;
	FONT-SIZE: 12px;
}

a.small:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	COLOR: #ff0000;
	FONT-SIZE: 12px;
}

.small2 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #0000CC;
}

a.small2:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #FF0000;
	font-size: 10px;
}

a.small2:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #660000;
	font-size: 10px;
}

a.small2:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #FF0000;
	font-size: 10px;
}

.leftbar {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.leftbar:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.leftbar:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.leftbar:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.leftbartheme {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.b11black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 14px;
	COLOR: black;
	text-decoration: none;
}

a.b11black:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 14px;
	COLOR: #0000cc;
	text-decoration: none;
}

a.b11black:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	text-decoration: none;
}

a.b11black:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 14px;
	text-decoration: none;
}

.g12px {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 14px;
	COLOR: black;
	text-decoration: none;
}

.b11black2 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 14px;
	COLOR: black;
	text-decoration: none;
}

div.b11black2 h1{
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	margin: 0px;
	display: inline;
}

.b11black3 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: black;
	text-decoration: none;
}

a.b11black3:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #0000cc;
	text-decoration: none;
}

a.b11black3:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 11px;
	text-decoration: none;
}

a.b11black3:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 11px;
	text-decoration: none;
}

.inputText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px #dedede solid;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #f5f5f5;
}

TD.rightt {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: black;
}

.b13 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 13px;
	LINE-HEIGHT: 15px;
	COLOR: black;
	text-decoration: none;
}

a.b13 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 13px;
	LINE-HEIGHT: 15px;
	COLOR: black;
	text-decoration: none;
}

a.b13:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 13px;
	LINE-HEIGHT: 15px;
	COLOR: #0000cc;
	text-decoration: none;
}

a.b13:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 13px;
	LINE-HEIGHT: 15px;
	text-decoration: none;
}

a.b13:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 13px;
	LINE-HEIGHT: 15px;
	text-decoration: none;
}

a.userlist {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	COLOR: black;
	text-decoration: none;
}

a.userlist:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	COLOR: #0000cc;
	text-decoration: none;
}

a.userlist:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 12px;
	LINE-HEIGHT: 14px;
	text-decoration: none;
}

a.userlist:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 12px;
	LINE-HEIGHT: 14px;
	text-decoration: none;
}

.aablack {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	COLOR: black;
	text-decoration: none;
}

.aablack:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	COLOR: #0000cc;
	text-decoration: none;
}

.aablack:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	text-decoration: none;
}

.aablack:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	text-decoration: none;
}

TD.b14 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

.bb20black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 20px;
	COLOR: black;
	font-weight: bold;
	TEXT-DECORATION: none;
}

TR.msg {
	font-weight: bold;
}

TH.b14 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

TD.med {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: black;
}

TD.sml {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
}

TD.block {
	line-height: 12pt;
	text-align: justify;
}

TD.faq {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: gray;
	font-weight: bold;
}

.bb16black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 16px;
	COLOR: black;
	line-height: 20px;
	text-decoration: none;
}

.arial16bold {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 16px;
	COLOR: black;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

.b16red {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.b16blue {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: 0000CC;
	font-weight: bold;
}

a.b16blue {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: 0000CC;
	font-weight: bold;
}

a.b16blue:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}

a.b16blue:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0000CC;
	font-size: 16px;
	text-decoration: none;
}

a.b16blue:visited :hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}

.b14blue {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	COLOR: #0000CC;
}

.b14black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	COLOR: #000000;
}

a.b14black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	COLOR: #000000;
}

a.b14black:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	COLOR: #CC0033;
}

a.b14black:visited {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	COLOR: #000000;
}

a.b14black:visited :hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	COLOR: #CC0033;
}

.b16bold {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 16px;
	COLOR: black;
	font-weight: bold;
}

.styb1bp0050 {
	border-top: 1px solid black;
	padding: 0px 0px 5px 0px;
}

.stym00180 {
	margin: 0px 0px 18px 0px;
}

.styp0050 {
	padding: 0px 0px 5px 0px;
}

.styp5000 {
	padding: 5px 0px 0px 0px;
}

.styp6060 {
	padding: 6px 0px 6px 0px;
}

.styp7080 {
	padding: 7px 0px 8px 0px;
}

.styp7070 {
	padding: 7px 0px 7px 0px;
}

.styp0080 {
	padding: 0px 0px 8px 0px;
}

.styp0505 {
	padding: 0px 5px 0px 5px;
}

.styp1010 {
	padding: 1px 0px 1px 0px;
}

.styp0303 {
	padding: 0px 3px 0px 3px;
}

.styp3030 {
	padding: 3px 0px 3px 0px;
}

.styp0606 {
	padding: 0px 6px 0px 6px;
}

.styp00100 {
	padding: 0px 0px 10px 0px;
}

.styp013013 {
	padding: 0px 13px 0px 13px;
}

.styp013013ma {
	padding: 0px 13px 0px 13px;
	cursor: pointer;
	cursor: hand;
}

.styp0000 {
	padding: 0px 0px 0px 0px;
}

.goldl1 {
	padding: 6px 0px 0px 0px;
}

.goldl2 {
	padding: 7px 0px 7px 0px;
}

.n2 {
	background-image: url(/images/bg-left-bar2.gif);
	line-height: 18px;
	padding-left: 9px;
}

.n3 {
	padding-left: 9px;
}

.n4 {
	line-height: 1px;
	background-image: url(/images/dot.gif);
	padding: 1px 0px 1px 0px;
}

.n5 {
	background-image: url(/images/menuplus.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 9px;
}

.n6 {
	background-color: #FBE7BC;
	padding-left: 9px;
}

.n7 {
	background-color: #FBE7BC;
	line-height: 1px;
	background-image: url(/images/dot.gif);
	padding: 1px 0px 1px 0px;
}

.home1 {
	background-color: #FFFFFF;
	border-left: 1px solid #F1DBAC;
	border-top: 1px solid #F1DBAC;
	border-right: 1px solid #F1DBAC;
	width: 100%;
}

.home2 {
	background-color: #FFFFFF;
	border-left: 1px solid #F1DBAC;
	border-bottom: 1px solid #F1DBAC;
	border-right: 1px solid #F1DBAC;
}

.home3 {
	padding: 12px 0px 0px 0px;
}

.home4 {
	border-top: 1px solid black;
	margin: 0px 10px 5px 10px;
}

.home4h {
	border-top: 1px solid black;
	margin: 0px 10px 5px 10px;
}

.home5 {
	margin: 3px 0px 5px 0px;
}

.home6 {
	padding: 18px 0px 0px 0px;
}

.home7 {
	margin: 0px 0px 0px 18px;
}

.home7h {
	margin: 0px 18px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.home8 {
	margin: 0px 0px 0px 18px;
	padding: 6px 0px 6px 0px;
}

.home8h {
	margin: 0px 18px 0px 0px;
	padding: 6px 0px 6px 0px;
}

.home9 {
	padding: 7px 0px 7px 0px;
	text-align: center;
}

.home10 {
	padding: 0px 0px 8px 0px;
	text-align: center;
}

.ul1 {
	line-height: 1px;
	background-image: url(/images/dot.gif);
	padding: 1px 0px 1px 0px;
	margin: 3px 0px 3px 0px;
}

.menua {
	cursor: pointer;
	margin: 2px;
	cursor: hand;
}

.ig1 {
	font-weight: bold;
	background =color: #FFFFFF;
	border: 1px solid black;
}

.ig2 {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background-color: #D6D6D6;
	border: 1px solid black;
}

.ig3 {
	font-weight: bold;
	background =color: #FFFFFF;
	border: 1px solid black;
}

.search {
	color: #0000CC;
	text-decoration: underline;
}

.search:hover {
	color: #0000CC;
	text-decoration: underline;
}

.search:visited {
	color: #0000CC;
	text-decoration: underline;
}

.search:visited :hover {
	color: #0000CC;
	text-decoration: underline;
}

.box-links {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FILTER: progid :           DXImageTransform .           Microsoft .     
		
		
		  
		Gradient(GradientType =           0, StartColorStr =           'white',
		EndColorStr =     
		     '#b6b6b6');
	BORDER-LEFT: silver 1px solid;
	CURSOR: arrow;
	COLOR: black;
	BORDER-BOTTOM: gray 1px solid;
	FONT-FAMILY: Arial;
	HEIGHT: 17px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}

.box-links:hover {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FILTER: progid :           DXImageTransform .           Microsoft .     
		
		  
		
		Gradient(GradientType =           1, StartColorStr =           '#b6b6b6'
		, EndColorStr =     
		     'white');
	BORDER-LEFT: silver 1px solid;
	CURSOR: arrow;
	COLOR: black;
	BORDER-BOTTOM: gray 1px solid;
	FONT-FAMILY: Arial;
	HEIGHT: 17px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}

.box-links:visited {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FILTER: progid :           DXImageTransform .           Microsoft .     
		
		
		  
		Gradient(GradientType =           0, StartColorStr =           'white',
		EndColorStr =     
		     '#b6b6b6');
	BORDER-LEFT: silver 1px solid;
	CURSOR: arrow;
	COLOR: black;
	BORDER-BOTTOM: gray 1px solid;
	FONT-FAMILY: Arial;
	HEIGHT: 17px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}

.box-links:visited :hover {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FILTER: progid :           DXImageTransform .           Microsoft .     
		
		
		  
		Gradient(GradientType =           1, StartColorStr =           'white',
		EndColorStr =     
		     '#b6b6b6');
	BORDER-LEFT: silver 1px solid;
	CURSOR: arrow;
	COLOR: black;
	BORDER-BOTTOM: gray 1px solid;
	FONT-FAMILY: Arial;
	HEIGHT: 17px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}

.koteret {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: black;
	FONT-FAMILY: David;
	HEIGHT: 17px;
	TEXT-DECORATION: none
}

.small3 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	HEIGHT: 11px;
}

.newcat {
	DISPLAY: block;
	BACKGROUND: url(images/artncat_hover.jpg) no-repeat 0px 0px;
	WIDTH: 88px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: black;
	text-decoration: none;
}

.newcat:hover {
	DISPLAY: block;
	BACKGROUND: url(images/artncat.jpg) no-repeat 0px 0px;
	WIDTH: 88px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: black;
	text-decoration: none;
}

.newcat:visited {
	DISPLAY: block;
	BACKGROUND: url(images/artncat_hover.jpg) no-repeat 0px 0px;
	WIDTH: 88px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: black;
	text-decoration: none;
}

.newcat:visited :hover {
	DISPLAY: block;
	BACKGROUND: url(images/artncat.jpg) no-repeat 0px 0px;
	WIDTH: 88px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: black;
	text-decoration: none;
}

.thiscat {
	DISPLAY: block;
	BACKGROUND: url(images/artncat.jpg) no-repeat 0px 0px;
	WIDTH: 88px;
	HEIGHT: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.bb30black {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 30px;
	COLOR: black;
	font-weight: bold;
	TEXT-DECORATION: none;
}

.tabs {
	border-bottom: 1px solid #DDB86A;
	margin: 0 0 1.5em;
	padding: 0 0 2.6em 1em;
}

ul.tabs {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.tabs li {
	background: transparent url(/images/tabs_bg.png) repeat scroll 100%
		-50px;
	display: inline;
	float: left;
	line-height: 2.3;
	margin-right: 0.1em;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.tabs li a,.tabs li span {
	background: transparent url(/images/tabs_bg.png) repeat scroll 0 -150px;
	color: #000000;
	display: block;
	float: left;
	padding: 0.25em 0.7em 0;
	text-decoration: none;
}

.tabs li.selected {
	background: transparent url(/images/tabs_bg.png) repeat scroll 100% 0;
	font-weight: bold;
	top: 0.2em;
}

.tabs li.selected a,.tabs li.selected span {
	padding: 1px 1em;
}

.tabs li.title {
	background: transparent;
	display: inline;
	float: left;
	line-height: 2.35;
	margin-right: 0.7em;
	padding: 0.2em;
	position: relative;
	font-weight: bold;
}

ul.tabsv {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
}

ul.tabsv li.selected {
	list-style-image: url( /flags_in/flag_pointer.gif );
	list-style-position: outside;
	list-style-type: none;
}

ul.tabsv li.selectedl {
	list-style-image: url( /flags_in/flag_pointerl.gif );
	list-style-position: outside;
	list-style-type: none;
}

a.button {
	font-size: 22px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}

a.button span.lb {
	background: transparent url(/images/button.png) no-repeat scroll 0px 0px
		;
	padding: 5px 0 5px 29px;
}

a.button span.rb {
	background: transparent url(/images/button.png) no-repeat scroll 0 0;
	background-position: 100% -0px;
	padding: 5px 20px 5px 0;
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle,.ddsubmenustyle ul {
	/*topmost and sub ULs, respectively*/
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a {
	display: block;
	width: 160px;
	color: black;
	background-color: #F1DBAC;
	text-decoration: none;
	padding: 4px 6px;
	border-bottom: 1px solid black;
}

* html .ddsubmenustyle li a { /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover {
	background-color: black;
	color: white;
}

/* ######### Neutral CSS  ######### */
.downarrowpointer {
	/*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer {
	/*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
div.mattblackmenu {
	position: absolute;
	left: 4px;
	top: 94px;
}

.mattblackmenu ul {
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	background: #DDB86A;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li {
	display: inline;
	margin: 0;
}

.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	background: #DDB86A;
	color: black;
}

.mattblackmenu li a:visited {
	color: black;
}

.mattblackmenu li a:hover {
	background: #DDB86A; /*background of tabs for hover state */
}

.mattblackmenu a.selected {
	background: #DDB86A;
	/*background of tab with "selected" class assigned to its LI */
}

#time {
	position: absolute;
	right: 4px;
	top: 96px;
	font-size: 12px;
	font-style: italic;
}

.banners {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: black;
	text-decoration: none;
}

div.adtext,div.adimg {
	color: black;
		border: none;
	border-top: 3px solid black;
	background-color: white;
	margin: 0px;
	width: 120px !important;
	font-size: 11px;
	text-align: center;
	padding: 0px;
}

div.adtext a:link,div.adtext a:visited,div.adtext a:hover,div.adtext a:active
	{
	color: #0000CC;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	margin: 4px;
}

div.adtext .adb {
	margin: 0px 4px;
	text-align: center;
}

div.adtext .adc {
	font-size: 10px;
	text-align: center;
	padding: 4px;
}

div.adimg img {
	border: none;
  	text-align:center;
    display:block;

}
div.adimg  {
	overflow: hidden;
}


.adw {
	background-color: #E8E8E8;
	color: black;
	font-weight: bold;
	height: 13px;
	text-align: center;
}

div.adw a:link,div.adw a:visited,div.adw a:hover,div.adw a:active
	{
	color: black;
	cursor: pointer;
	margin: 2px;
	text-decoration: none;
}