/* dev */

body {
	font-family: verdana;
	font-size: 8pt;
	background-color: #a6a6a6;
	background-image: url(images/page2.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 51px;
	margin: 0px;
	/*color: rgb(110,110,110);*/
	color: black;
}
a {text-decoration: none; color: blue;}
a:visited { color: blue; }
a:hover {  color: #7F0700; text-decoration: underline; }
a:active {  color: #7F0700; }

.blueGreyTitle {
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color:#9D2323;
}
.menu {
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #9D2323;
	border: #9D2323 solid 1px;
	background-color: #eee;
}
.left_menu a {
	color: #9D2323;
}
.left_menu a:visited {
	color: #9D2323;
}
.left_menu a:hover {
	color: #a4a4a4;
	text-decoration: none;
}

.Title, h1 {
	font-size: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;	
	color: #777;	
}
h2 {
    font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #555;
	padding-bottom: 5px;
	padding-top: 10px;
}
h3 {
    font-size: 10pt;
	color: black;
	font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif ;
	margin: 0px;
	color: rgb(157,35,35);
}
.red {
	color: rgb(157,35,35);
}
.cnTable, .copyTable {
	width: 600px;
}
.cnTableBody {
	text-align: left;
    FONT-SIZE: 8pt;
	background-color: #f3f3f3;
	padding: 4px;
	border: 1px solid white;	
}
.cnTableBodyCenter {
	text-align: center;
    FONT-SIZE: 8pt;
	background-color: #f3f3f3;
	padding: 4px;
	border: 1px solid white;
}
.cnTableBodyTitle {
	text-align: left;
    FONT-SIZE: 8pt;
    COLOR:  black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif ;
	font-weight: bold;
	background-color: #dddddd;
	padding: 4px;
	border: 1px solid white;
}
.Code {
    font-family: Courier, serif;
	color: #005599;
}

.right_link {
color: white;
}

.right_link a{
font-family: Trebuchet MS;
font-size: 13px;
font-weight: normal;
color: white;
text-decoration: none;
}

.right_link a:visited {
color: white;
text-decoration: none;
}
.right_link a:hover {
color: rgb(157,35,35);
text-decoration: none;
}

.left_link {
color: white;
}
.left_link a{
font-family: Trebuchet MS;
font-size: 13px;
font-weight: bold;
color: white;
text-decoration: none;
}

.left_link a:visited {
color: white;
text-decoration: none;
}
.left_link a:hover {
color: rgb(255,80,80);
text-decoration: underline;
}

/* top right links style*/
.top_link a{
 color: #a4a4a4;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}
.top_link {
 color: #a4a4a4;
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}
.top_link a:visited{
 color: #a4a4a4;
 text-decoration: none;
}
.top_link a:hover {
 color: rgb(157,35,35);
 text-decoration: none;
}