A:link {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A:active {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
.Navlink {
	COLOR: #333333; CURSOR: default; FONT-FAMILY: arial; FONT-SIZE: 8pt; TEXT-DECORATION: none
}
A.Navlink:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.Navlink:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.Navlink:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A.Navlink:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

.Content
{  
	font-family: tahoma; 
	font-size: 70%; 
	color: #333333; 
}

.menubg {
	background:url(images/menu_bg.jpg) left top;
	height: 27px;
	border-top: 1pt solid #262626;
	border-right: 1pt none #262626;
	border-bottom: 1pt solid #262626;
	border-left: 1pt none #262626;
}

.Tbl_menu_bg
{  
	background-color: #F8C301; 
	height: 30px;
}

.body_bg
{  
	background-color: #F8C301; 
}

.box_bg_light
{  
	background-color: #FDD44F; 
}

.box_bg_dark
{  
	background-color: #EBAB00; 
}

.tbl_bodybg {
	background:url(images/body_bg.jpg) no-repeat center top;
}

.tbl_bodybg_small {
	background:url(images/body_bg_small.jpg) no-repeat center center;
}

.Content_bold
{  
	font-family: tahoma; 
	font-size: 70%; 
	color: #333333;
	font-weight: bold; 
}

.Content_big_bold
{  
	font-family: tahoma; 
	font-size: 18px; 
	color: #CA5100;
	font-weight: bold; 
}

.tbl_border_dotted
{
	border-top: 1pt none #262626;
	border-right: 1pt none #262626;
	border-bottom: 1pt dashed #262626;
	border-left: 1pt none #262626;
}

.tbl_border
{
	border-top: 1pt none #262626;
	border-right: 1pt solid #262626;
	border-bottom: 1pt none #262626;
	border-left: 1pt none #262626;
}


#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: 10px 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;
}
