/* CSS Document */

/*body{font-family:arial; font-size:12px; color:#454545; background-color:#2D3342; f6f6f6}*/
/*body{font-family:arial; font-size:12px; color:#454545; background-color:#999966;}*/
/*body{font-family:arial; font-size:12px; color:#484848; background-color:#999966;}*/

body{font-family:arial; font-size:12px; color:#353535; background-color:#999966;}
.maintable{width:1120px;}
textarea{overflow:auto;}
a{color:#454545; text-decoration:none;}
a:hover{text-decoration:underline;}
.leftside{width:170px; background:url(images/leftimage.jpg); background-repeat:no-repeat;}
.rightside{width:170px; background-color:#9d9b44; background:url(images/rightimage.jpg); background-repeat:no-repeat;}
h1{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.header{background:url(images/header.jpg); height:220px}
.bodycontent{padding:10px;}
.homecontentbg{background:url(images/homebody_bg.gif);}
.copyrights{font-family:tahoma; font-size:11px; color:#e0e0e0; padding-left:10px;}
.footer{background-color:#121424; height:40px;}
.footerlinks{font-family:tahoma; font-size:11px; color:#e0e0e0; background-color:#121424; text-decoration:none; text-align:right; padding-right:10px;}
.footerlinks a{color:#e0e0e0; text-decoration:none;}
.footerlinks a:hover{color:#e0e0e0; text-decoration:underline;}
.listheading1{font-family:arial; font-size:14px; font-weight:bold; line-height:2;}
.contactcontent{font:Arial, Helvetica, sans-serif; font-size:12px;}
.topmenu{color:#FFFFFF; vertical-align:bottom; height:200px;}
.topmenu a{color:#FFFFFF;}

/* Combobox */
.cmbbox
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 21px;
	width: 180px;
	border: 1px #999999 solid;
	background-color:white;
	}

/* Radio Button */
.radio
	{
	color : #FFFFFF;
	font-family:Verdana;
	font-size:11px;
	height: 12px;
	width: 12px;
	}

/* Textbox */
.txtbox
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 20px;
	width: 180px;
	border: 1px #999999 solid;
	background-color:#ffffff;
	}

/* TextArea */
.txtarea
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 72px;
	width: 280px;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
	}
