body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
}
a {
	font-size: 11px;
}
a:link {
	color: #E2B400;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E2B400;
}
a:hover {
	text-decoration: none;
	color: #F4F8FC;
}
a:active {
	text-decoration: underline;
	color: #E2B400;
}


a.link_white {
	font-size: 10px;
}
a.link_white:link {
	color: #E2B400;
	text-decoration: underline;
}
a.link_white:visited {
	text-decoration: underline;
	color: #E2B400;
}
a.link_white:hover {
	text-decoration: none;
	color: #F4F8FC;
}
a.link_white:active {
	text-decoration: underline;
	color: #E2B400;
}


a.link_black:link {
	color: #8E730A;
	text-decoration: underline;
}
a.link_black:visited {
	text-decoration: underline;
	color: #8E730A;
}
a.link_black:hover {
	text-decoration: none;
	color: #000000;
}
a.link_black:active {
	text-decoration: underline;
	color: #8E730A;
}

a.link_black14:link {
	color: #8E730A;
	font-size: 14px;
	text-decoration: underline;
}
a.link_black14:visited {
	text-decoration: underline;
	font-size: 14px;
	color: #8E730A;
}
a.link_black14:hover {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
a.link_black14:active {
	text-decoration: underline;
	font-size: 14px;
	color: #8E730A;
}

a.link_big:link {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.link_big:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
a.link_big:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
a.link_big:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.txt_Orange_18 {
	color: #8E730A;
	font-size: 20px;
}
.txt_White_11 {
	color: #E2B400;
	font-size: 11px;
}

.txt_10 {
	font-size: 10px;
    color: #E2B400;
}

.txt_14 {
	font-size: 16px;
	color: #8E730A;
	font-weight: bold;
}

.txt_Blue12 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.border {
	border-top: 1px solid #8E730A;
	border-right: 1px solid #8E730A;
	border-bottom: 1px solid #8E730A;
	border-left: 1px solid #8E730A;
}

.border_up_dotted {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8E730A;
}

.border_under {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}

.border_under2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}

.box_lines_ {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E730A;
	border: 1px solid #8E730A;
	width: 175px;
}

.box_botton_ {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2B400;
	border: 1px solid #8E730A;
	width: 175px;
}

.box_lines_faq_ {
	background-color: #E6E5D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E730A;
	border: 1px solid #8E730A;
	width: 365px;
}

.box_botton_faq_ {
	background-color: #E6E5D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #8E730A;
	width: 365px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


.borderit img{
border: 1px solid #8E730A;
}

.borderit:hover img{
border: 1px solid black;
}

.borderit:hover{
color: #000; /* irrelevant definition to overcome IE bug */
border: 1px;
}