/* CSS Document */

body {
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.h1 {
	font-size: 28px;
	font-weight: bolder;
	color: #000000;
	padding-top: 30px;
	text-decoration: none;
}
.h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.h3 {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	padding-top: 20px;
	text-decoration: none;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.menu, a.menu{
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #666666;
	padding-left: 6px;
}
a.menu:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #ff6600;
	padding-left: 6px;
}
.submenu, a.submenu{
	font-size: 13px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	padding-left: 26px;
}
a.submenu:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 26px;
}
.orange {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

a.orange {
	color: #FF6600;
	text-decoration: none;
}
a.orange:hover {
	color: #666666;
	text-decoration: underline;
}
.orange_txt {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}

a.orange_txt {
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}
a.orange_txt:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.gray {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.gray {
	color: #666666;
	text-decoration:underline;	
}
a.gray:hover {
	color: #FF6600;
	text-decoration:underline;	
}
.text_o {
	color: #666666;
}
.details {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
a.details {
	color: #FF6600;
	text-decoration: underline;
}
a.details:hover {
	color: #000000;
	text-decoration: underline;
}
.comment, a.comment {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.comment:hover {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
.onblack {
	font-size: 9px;
	color: #999999;
	text-decoration:none;
	padding-left: 5px;
}
a.onblack:hover {
    text-decoration: none;
	color: #FF6600;
}
.arrow {
    font-size: 14px;
	text-decoration: none;
	color: #FF6600;
}
.arrow, a.arrow, a.arrow:hover {
    font-size: 14px;
	text-decoration: none;
	color: #FF6600;
}