/* CSS Document */

body
	{
		margin: 0px;
		padding: 0px;
	}

.body_bg_shado
	{
		background: url(../images/body_bg_shado.gif);
		background-repeat: repeat-y;
		width: 784px;
	}

.bg_3
	{
		background: url(../images/3_bg.gif);
		background-repeat: repeat-x;
		height: 121px;
	}

.news_heading
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color:#838383;
	}

a.news_body:link
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color:#838383;
		text-decoration: none;
	}

a.news_body:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color:#838383;
		text-decoration: none;
	}

a.news_body:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color:#B6B6B6;
		text-decoration: none;
	}

a.view_all:link
	{
		font-family: Verdana, Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: #60A003;
		text-decoration: none;
	}

a.view_all:visited
	{
		font-family: Verdana, Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: #60A003;
		text-decoration: none;
	}

a.view_all:hover
	{
		font-family: Verdana, Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: #FF6603;
		text-decoration: none;
	}

.white_heading
	{
		font-family: Verdana, Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

.body_text
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #757575;
	}

.body_heading
	{
		font-family: Verdana, Tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #757575;
	}

.footer_bg
	{
		background: url(../images/footer_bg.gif);
		background-repeat: repeat-x;
		height: 54px;
	}

a.footer_text:link
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #7F7F7F;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
	}

a.footer_text:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #7F7F7F;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
	}

a.footer_text:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #7F7F7F;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: underline;
	}

.cright
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #BABABA;
		text-decoration: none;
	}

.body_top_heading
	{
		font-family: Verdana, Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #646464;
	}

.input_text
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		height: 16px;
		background: #ffffff;
		border: 1px;
	 	border-color: #6A6A6A;
	}

.input_text02
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		background: #ECECEC;
		border-top: 1px;
		border-top-color: #999999;
		border-right: 1px;
		border-right-color: #999999;
		border-bottom: 1px;
		border-bottom-color: #999999;
		border-left: 1px;
		border-left-color: #999999;
		width: 200px;
	}

.img_right
	{
		padding-left: 12px;
		padding-bottom: 8px;
	}
.hidden{
display:none;
}	

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
}

.ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #669900;
}

.submit
	{
		background: url(../images/submit_btn.jpg);
		background-repeat: no-repeat;
		height: 16px;
		width: 50px;
		border: 0px;
		margin: 0px;
	}

.reset
	{
		background: url(../images/reset_btn.jpg);
		background-repeat: no-repeat;
		height: 16px;
		width: 42px;
		border: 0px;
		margin: 0px;
	}
