@charset "utf-8";
/* CSS Document */
/*Written in Notepad ++*/
/*Website Designed and Developed by CompTech Computer Solutions/WebDev Creations*/


.t1 {
	font-family: "Trebuchet MS", Sans, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}
.t2 {
	font-family: "Trebuchet MS", Sans, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:white;
}
.footer {
	font-family: "Trebuchet MS", Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
}
.footersmall {
	font-family: "Trebuchet MS", Sans, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
}
.footer a:link {
	color:#CCCCCC;
	text-decoration: none;
	font-size:12px;
}
.footer a:visited {
	text-decoration: none;
	color:#CCCCCC;
	font-size:12px;
}
.footer a:hover {
	text-decoration: none;
	color:white;
	font-size:12px;
}
.footer a:active {
	text-decoration: none;
	color:#CCCCCC;
	font-size:12px;
}
#maincontent {
	background-color: black;
}
#bottomgraident {
	background-image: url(../images/bottom_gradient_black.jpg);
}
#topgradient {
	background-image: url(../images/top_gradient_black.jpg);
}
#footer {
	background-image: url(../images/footer_black.jpg);
}
#texthighlight1 {
	background-image: url(../images/darkbg.png);
}
#texthighlight2 {
	background-image: url(../images/darkbg.png);
}
