body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-image:url(images/bg.gif);

}
.main{
	border:2px solid #FCFBF9;
	width:100%;
	margin:0px auto;
	padding:0;
	background-color:#FFFFFF;
	color:#000000;
}
a{
	color:#000000;
	background-color:inherit;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
.top{
	background-color:#862421;
	color:#FFFFFF;
	height:120px;
	/*background-image:url(images/logo_zhark.jpg);
	background-position:left;
	background-repeat: no-repeat;*/
}
.name{
	padding:20px 0 0 50px;
	color:#000000;
	background-color:inherit;
	font-size:28px;
}
.t_bg{
	background-image:url(images/t_bg.gif);
	background-repeat:repeat-x;
	height:4px;
}
.t_bg2{
	background-image:url(images/t_bg2.gif);
	background-repeat:repeat-x;
	height:4px;
}
.menu{
	padding:5px 10px;
	background-color:#F6F5E3;
	color:#000000;
}
.menu a{
	background-image:url(images/m_bg.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 5px 0 10px;
	margin:0 15px 0 0;
	font-size:12px;
	color:#000000;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:none;
	color:#9E0F01;
	background-color:inherit;
	border-bottom:1px solid #9E0F01;
	background-image:url(images/m_bg2.gif);
}
.lt{
	position:relative;
	float:left;
	width:17%;
}
.ct{
	position:relative;
	float:left;
	width:63%;
}
.rt{
	position:relative;
	float:right;
	width:20%;
}
.c1{
	border-top:1px solid #9E0F01;
	border-right:1px solid #9E0F01;
	border-bottom:1px solid #9E0F01;
	margin:3px 3px 3px 1px;
	padding:0 10px 10px 10px;
	background-color:#F6F5E3;
	color:#000000;
}
.c2{
	margin:3px 0;
	text-align:justify;
	padding:10px;
}
.c3{
	border-top:1px solid #9E0F01;
	border-left:1px solid #9E0F01;
	border-bottom:1px solid #9E0F01;
	margin:3px 1px 3px 3px;
	padding:10px;
}
.title1{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0px;
}
.c1 ul li a{
	color:#000000;
	background-color:inherit;
	font-weight:normal;
	text-decoration:none;
}
.c1 ul li a:hover{
	color:#9E0F01;
	background-color:inherit;
}
.c1 ul{
	padding:0;
	margin:0 0 0 25px;
}
.c1 li{
	border-bottom:1px solid #000000;
}
.title2{
	font-size:16px;
	font-weight:bold;
	color:#9E0F01;
	background-color:inherit;
}
.footer{
	position:relative;
	clear:left;
	height:10px;
	background-image:url(images/t_bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F6F5E3;
	color:#000000;
	padding:12px 0 9px 5px;
	font-size:10px;
}
.footer a{
	font-size:10px;
}
.title3{
	font-size:12px;
	font-weight:bold;
}
.cp1{
	float:left;
}
.cp2{
	float:right;
	padding-right:20px;
}


/*
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  /*font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/

}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(images/th_bck.gif) repeat-x;
  color                 : #666;
	padding               : 5px 5px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 3px 3px;
 /* color                 : #666;*/
}

/*
tbody tr.odd td
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}
*/

/*
tbody tr:hover
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}
*/


tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
/*
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
*/
table a:active
{
	color                 : #003366;
}