@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #2A2A2A;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
    }
li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	bottom: auto;
	vertical-align: middle;
    }
p { 
    margin:0px;
	padding:opx;
    }
img { 
    border:none;
	}
.bodybg {
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	}
.blackText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
     }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #797979; 
	padding-left:30px;
	padding-right:30px;
	text-decoration: none;
    }
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
    }
.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
    }
.textfield{
	border: 1px solid #AB8C00;
	width: 250px;
}
.textarea{
	border: 1px solid #9C830C;
	width: 250px;
}
.leftshadow {
	background-image: url(../images/left_shadow.gif);
	background-repeat: repeat-y;
}
.rightshadow {
	background-image: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
}
