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

/* BG Stuff */
body {
	background-color:#000;
	/*background-image: url(../images/background-gradient.jpg);*/
	background-repeat:repeat-x;
	overflow:scroll;
}
tablesolidbg {
	background-color:#FFFFFF;
}
.tableStyle1 {
	background-color:#FFF;
	border-color:#FFF;
}
	
img {
	border: 0;
}

/* Link Colors */

a:link{
	color:#000
}
a:visited {
	color:#000
}
a:hover {
	color:#000
}
a:active {
	color:#000
}

/* IMAGE HEADER ALIGNMENT */

.imageCenter {
	   display: block;
    margin-left: auto;
    margin-right: auto;
	
}
	
/* TEXT STYLES */
.txtPageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	background-color: #FFF;
}
.txtPageContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
	font-style: normal;
	background-color: #FFF;
	text-align: left;
}

.txtPageContentCen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
	font-style: normal;
	background-color: #FFF;
	text-align: center;
}

.txtPageNote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
	font-style: normal;
	background-color: #FFF;
}

.txtPageFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	font-weight: 900;
	text-decoration:none;
	font-style:normal;
}
