/* CSS Document */


/*********************************************** TEXT/LINK ******************************************************/

.body_txt {
	font:11px Tahoma, Arial, Verdana;	color:#333333;	letter-spacing:0.05em;	line-height:17px;
	}

.body_txt A, .body_txt A:visited {
	color:#333333;	text-decoration:none;
	}
	
.body_txt A:hover {
	color:#666666;	text-decoration:none;
	}

.sub_head {
	font:12px Arial, Helvetica, sans-serif;	color: #FF6600;	line-height:18px;	letter-spacing:.05em;
	}
	
.cat_txt
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	 color:#990000;	line-height:17px;	font-weight:bold;	letter-spacing:0em;
	}
.cat_txt A, .cat_txt A:visited {
	color:#990000;	text-decoration:none;
	}
	
.cat_txt A:hover {
	color:#990000;	text-decoration: none;
	}
	
.body_head
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:11px;	color:#990000;	line-height:17px;	text-transform:capitalize;	letter-spacing:normal;
	}
	
.body_head A, .body_head A:visited {
	color:#990000;	text-decoration:none;
	}
	
.body_head A:hover {
	color:#990000;	text-decoration: underline;
	}
	

	
.poll_txt {
	font:10px Tahoma;	color: #333333;	margin:0px;	padding:0px; font-weight:bold;	font-variant:
	}



/*********************************************** FORM FIELD *****************************************************/

.form_field_1 {
	width:150px;	height:18px;	font:11px Tahoma, Arial, Verdana;	color:#333333;
	}
	
.form_field_2 {
	width:180px;	height:80px;	font:11px Tahoma, Arial, Verdana;	color:#333333;
	}

/*********************************************** BORDER *****************************************************/
.tbl_bdr
{
border:1px solid #0099FF;
}
.down_bdr
{
border-bottom:1px solid #000000;
}
