BODY {
	color: #7A7A7A;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(/images/dkgry_bg.gif);
	margin: 0;
}

p {
	color: #7A7A7A;
	margin: 0;
}

img.border{
	border: 1px solid #63617B;
}

p.text {
	font-size: 8pt;
	margin-left: 20px;
	margin-right: 25px;
	text-align: justify;
}

p.text1 {
	font-size: 8pt;
	margin-left: 45px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 12px;
}
p.text2 {
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 45px;
	text-align: justify;
	display: list-item;
	list-style-position: inside;
	list-style: square;
	line-height: 14pt;
}
p.footer{
	color: #686868;
	font-size: 8pt;
   padding: 10px;
}
p.tabletext1{
	color: #7A7A7A;
	font-size: 8pt; 
	margin-top: 6px;
}

p.formdisplaytext{
	font-size:8pt;
	text-align: right;
	margin: 4px;
}
.formtext{
border: 1px solid #ccc;
background: #f7f7e7;
}

A {
	color: #5A719C;
	text-decoration: none;
}

A:HOVER {
	color: #942829;
}

a.tablelinks{
	color: #7A7A7A;
	font-size: 8pt; 
	margin-top: 6px;
}

a.tablelinks:hover{
	color: #942829;
	font-size: 8pt; 
	margin-top: 6px;
}

img{
   margin-top: 3px;
}

#centretable {
	font-size: 8pt;
	text-align: justify;
	margin-left: 15px;
	margin-right: 10px;

}

#container{
	width: 780px;
	height: auto;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}

#header      {
	width: 780px;
	height: 215px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#menu{
	width: 780px;
	height: 39px;
	background-image: url(/images/menu_bg.gif);
	background-repeat: no-repeat;
}

#rightcontaintarea{
	width: 220px;
	height: auto;
	background-color: #fff;
	float: right;
	margin-left: 0;
	margin-right: 0;
	
}

#containtarea{
	width: 550px;
	height: auto;
	float: left;
}

#footer{
	width: 780px;
	height: 48px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}
#containertable{
	width: 75%;
	height: auto;
	margin-left: 10px;
	
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:35px;
	font-size:8pt;
	line-height:18px;
	list-style-image: url(/images/bullet.gif);
}
/* IE Hack - Hide from IE5-mac. Only IE-win sees this. \*/
* html ul{
	margin-left:80px;
}
/* End hide from IE5/mac */
#centretable{
	font-size: 8pt;
	text-align: justify;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0;
}
#dropmenudiv{
position:absolute;
border: 1px solid #ABABAB;
border-bottom-width: 0;
font:normal 12px Verdana;
background:#F0f;
margin-top:4px;
margin-left :-5px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #ABABAB;
padding: 1px 0;
text-decoration: none;
text-indent: 15px;
line-height:24px;
font-size:8pt;
color:#8C9DB1;
font-weight:normal;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #737085;
color:#fff;
}