@charset "utf-8";
/* CSS Document */

html {
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	}
body {
	margin:0 auto;
	width:980px;
	padding:10px;
	text-align:left;
	background-color:#00000;
	border:1px #EAEAEA solid;
	border-width:0 1px;
	font:12px Arial,Helvetica,sans-serif;
	color:#000000
	}
h3{
	font-size:22px;
	font-weight:bold;
	color:#FFFF00;
	margin:0px 0px;
	padding:0px 0px;
	}

#link a{
	background-image:url(Images/arrow_07.png);
	background-repeat:no-repeat;
	padding-left:30px;
	height:24px;
	background-color:#0066CC;
	border-bottom:dotted 1px #fff;
	display:block;
	width:87%;
	list-style:outside;
	text-align:left;
	line-height:26px;
	color:#fff;
	text-decoration:none;
	}
#link a:hover{
	background-color:#0099FF;
	}
.TDBdr{
	border-bottom:solid 1px #333;
	}
h4{
	font-size:13px;
	font-weight:bold;
	margin:0px 0px;
	padding:0px 0px;
	}
.txt{
	line-height:22px;
	text-align:justify;
	}	
.lnk{
	color:#003399;
	text-decoration:none;
	}	
.lnk:hover{
	color:#000000;
	text-decoration:underline;
	}	
.ftr{
	color:#FFFFFF;
	}	
