/* Layout Stylesheet */ 

body {
	margin-bottom:20px;
	margin-top: 0px;
	color: #333333;
	text-align:center;
	padding:0;
	background-color: #AB96B3;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
 }

#outer {
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
 }

#hdr {
	height: 337px;
	background: transparent url(img/header3.png);
	background-repeat: no-repeat;
	background-position: center top;
 }

#bodyblock {
	position:relative;
	color: #d374e5;
	width:800px;
	padding:0;
	border: 0px;
	background: transparent url(img/bg2.gif);
 }

#l-col {
	float:left;
	color: #96C;
	width:203px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
 }

#cont {
	width:555px;
	color: #632a99;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 10px;
}

#ftr {

	background: transparent url(img/bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:25px;
	color: #333333;
	margin:0;
 }
 
.clearboth {
	clear: both;
}

#dinfo {
	height: 200px;
	border: 1px dotted #3e8693;
	background-color: #8cbfc9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #15545f;
	overflow: auto;
}


td {
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
}

#tnt_pagination {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:2px outset #F0F;
	margin-left:10px;
	text-decoration:none;
	background-color:#BC9BDD;
	color:#7E3FBE;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#96C;
	border:2px inset #F0F;
	color:#BC9BDD;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #3e8693;
	margin-left:10px;
	text-decoration:none;
	background-color:#8cbfc9;
	color:#15545f;
	cursor:default;
}