body{
 background-color: White;
 margin: 0;
}
table{
 width: 100%;
}
td{
 vertical-align: top;
}
table td.left_bg{
 background-image: url('../images/left.gif');
 background-repeat: repeat-y;
 width: 74px
}
table td.top_bg{
 width: 100%;
 background-image: url('../images/top_bg.gif');
 background-repeat: repeat-x
}
table td.menu{
 background-color: #000000;
 height: 25px;
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 text-transform: uppercase;
 font-size: 9pt;
 font-weight: bold;
 padding : 5 0 0 10;
}
.menu a:link{
 color: white;
 text-decoration: none;
 font-size: 12px;
}
.menu a:visited{
 color: white;
 text-decoration: none;
 font-size: 12px; 
}
.menu a:hover{
 color: #FF6000;
 font-size: 12px; 
}
table td.down_left{
 background-color: black;
 height: 70px;
 width: 272px;
 color: white;
 text-transform: uppercase;
 font-family: Georgia;
 font-size: 8pt;
 vertical-align: middle;
 padding : 0 0 0 70;
}
table td.down_right{
 background-image: url('../images/down.gif');
 background-repeat: repeat-x;
 vertical-align: middle;
 text-align: right;
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 text-transform: uppercase;
 padding-right: 10
}
table td.hd{
	vertical-align: middle;
	text-align: left;
	background-color: #CCCCCC;
	color: #7F3737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: none;
	padding-right: 10;
	padding-left: 5;
	font-weight: bold;
}
.down_right a:link{
 color: Black;
 text-decoration: none;
 font-size: 11px;
}
.down_right a:visited{
 color: Black;
 text-decoration: none;
 font-size: 11px; 
}
.down_right a:hover{
 color: white;
 font-size: 11px; 
}

a:link, a:visited{
	color: #760000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*text-decoration: none;*/
	font-size: 10px;
	font-weight: bold;	
}

a:hover{
	color: #9E1515;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;		
}
h1{
	font: bold 24px Arial, sans-serif;
	color: #7D7D7D;
	text-decoration: none;
	margin: 0px;
	padding-left: 5px;
	padding-top: 30px;
	margin-top: 0px;
}
h2{
	font: bold 16px Arial, sans-serif;
	color: #7D7D7D;
	text-decoration: none;
	margin: 0px;
	padding-left: 5px;
	padding-top: 30px;
	margin-top: 0px;
}
.right{
    padding:15;
    text-align:justify;
}
.cyt{
	font: bold 12px Arial, sans-serif;
	font-style: italic;
  	padding-left: 15px;
}
.comtext{
	font: 12px Arial, sans-serif;
	color: #7F3737;
	padding-left: 15px;
	text-align: justify;	
}