/* CSS Document */

body{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	background:url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
}

.text{
	font-family: tahoma;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	text-align:justify;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.heading{
	font-family: tahoma;
	font-size: 13pt;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	color:#F19C28;
}
/*.link{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent:40px;
	margin: 0px;
	padding: 0px;
}

.link:hover{
	color: #BD0000;
}*/

.link{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent:40px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-image: url(../images/link_bg.jpg);
	background-repeat:no-repeat;
	display: block;
	height: 23px;
	width: 219px;
}

.link:hover{
	color: #BD0000;
    background-image: url(../images/link_bg1.jpg);
}

.link_text{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#0000FF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.link_text:hover{
	color: #BD0000;
}


ul{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
}

li{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #416AE3;
	text-decoration: none;
	list-style-type: square;
	line-height: 17px;
}


.footer{
	font-family: tahoma;
	color: #FFFFFF;    
}

.footer_link{
	color:#F8BF70;
	font-family: tahoma;
	text-decoration: none;
}

.footer_link:hover{
	color: #BD0000;
}