body {
	margin-bottom: 0px;
	font-family: arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
        background-image: url(bg.jpg);
        background-repeat: repeat-x        
}

a:link {
	color: F8C938;
	font-family: ARIAL;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	color: #FFF;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: f8c938;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.menu:link {

	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #C2D264;
	text-decoration: none;
}
a.menu:hover {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
        
}
a.menu:visited {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #C2D264;
	text-decoration: none;
}
a.webwiz:link {

	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #ACAF9E;
	text-decoration: none;
}
a.webwiz:hover {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #ACAF9E;
	text-decoration: none;
        
}
a.webwiz:visited {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #ACAF9E;
	text-decoration: none;
}
a.a:link {

	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #364044;
	text-decoration: underline;
}
a.a:hover {
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
        
}
a.a:visited {
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #364044;
	text-decoration: underline;
}
a.b:link {

        font-family: tahoma;
        font-size: 9pt;
	font-weight: normal;
	color: #C2D264;
	text-decoration: underline;
}
a.b:hover {
        font-family: tahoma;
        font-size: 9pt;
	font-weight: normal;
	color: #C2D264;
	text-decoration: underline;
        
}
a.b:visited {
        font-family: tahoma;
        font-size: 9pt;
	font-weight: normal;
	color: #C2D264;
	text-decoration: underline;
}
a.c:link {

	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}
a.c:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #070CD7;
	text-decoration: none;
        
}
a.c:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}




a.e:link {

	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: C00000;
	text-decoration: none;
}
a.e:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
        
}
a.e:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: C00000;
	text-decoration: none;
}



a.f:link {

	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: 070CD7;
	text-decoration: none;
}
a.f:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #070CD7;
	text-decoration: none;
        
}
a.f:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: 070CD7;
	text-decoration: none;

}


.tablebg {

	background-image: url("CT002-left_10.jpg");
	background-repeat: no-repeat;

}
}
#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 16px 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;
}