a:link, a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none
}
a:hover, a:active{
	color:#FFFFFF;
	text-decoration:underline
}

.tline {
	background-image: url(oxc_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.wcam {
	background-image: url(oxc_wcm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tophd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	line-height: 20px;
}
.bords {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
/*--------------------------------*/
a.thumb img {border: 2px solid #000000;	filter: Alpha(Opacity=85, FinishOpacity=85, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100)} 
a.thumb:hover img {	border: 2px solid #FFFFFF; filter: Alpha(Opacity=100, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100)}
a.thumb:visited img {filter: Gray}
/*--------------------------------*/
#navc_a ul, #navc_b ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navc_a li, #navc_b li { margin: 0; }

#navc_a a
{
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #333;
	width: 170px;
	background-color: #FFFFFF;
	background-image: url(oxc_b.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
}

#navc_a a:hover
{
	border: 1px solid #333;
	background-color: #000000;
	background-image: url(oxc_w.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	
}
/*--------------------------------*/

/*---right menu-----------------------------*/
#navc_b a
{	
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #333;
	width: 170px;
	background-color: #FFFFFF;
	background-image: url(oxc_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	text-align: right;
}

#navc_b a:hover
{
	border: 1px solid #333;
	background-color: #000000;
	background-image: url(oxc_w.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	
}
/*--------------------------------*/

