/* CSS Document */

html, body, table.tbl1 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

table.tbl1 {
	border-style:double;
	border:double;
	border-width:thick;
	border-color:#FF6600;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

a.firstlink:active, a.firstlink:link {
	color:#FF3300;
	font-family:Tahoma, sans-serif;
	font-weight:bold;
	font-size:17px;
	border:thin;
}

a.firstlink:visited  {
	color:#1DC02C;
	font-family:Tahoma, sans-serif;
	font-weight:bold;
	font-size:17px;

}

.image {
	border-color:#FF3300;
}

tr.titletext {
	font-family:"Times New Roman", serif, fantasy;
	font-weight:bold;
	color:#000000;
	font-size:15px;
	
}

table.tbl4{
	font-family:"Times New Roman", serif, fantasy;
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

a.biglink:active, a.biglink:link {
	font-size:12px;
	font-family:Georgia;
	color:#FF3300;
	
}

a.biglink:visited {
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	color:#1DC02C;
}

a.smalllink:link, a.smalllink:active{
	font-size:10px;
	font-family:Georgia;
	font-weight:bold;
	color:#FF3300;
}

a.smalllink:visited{
	font-size:10px;
	font-family:Georgia;
	font-weight:bold;
	color:#1DC02C;
}

tr.freelinkstext {
	font-family:Georgia;
	font-weight:bold;
	color:#000000;
	font-size:11px;
	text-align:center;
	
}

td.titleheader{
	font-family:"Times New Roman", serif, fantasy;
	font-weight:400;
	color:#000000;
	font-size:20px;
	text-align:center;
}

.nohoverbtn {
	background-image:url(images/bg-hover.jpg);
	text-align:center;
	}
	
.hoverbtn {
background-image:url(images/bg.jpg);
text-align:center;
}


.textthis{
	color:#000000;
	text-decoration:none;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:0px;
	padding-right:0px;
}

.copyright{
	font-family:Tahoma;
	font-weight:bold;
	color:#000000;
	font-size:11px;
	text-align:center;

}

a.listlinks:link, a.listlinks:active{
	color:#FF3300;
	font-weight:bold;
	font-family:"Times New Roman", serif, fantasy;
}

a.listlinks:visited{
	color:#1DC02C;
	font-weight:bold;
	font-family:"Times New Roman", serif, fantasy;
	
}

a.anchortags:active, a.anchortags:link{
	font-size:12px;
	font-family:Georgia;
	color:#FF3300;
	text-align:center;		
}

a.anchortags:visited{
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	color:#1DC02C;
}




