/*      LINKS      */

A:link {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	color: #780000;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	color:#780000;
	font-weight: bold;
}
	
.navbar:link {
	font-weight: normal;
	text-decoration: none;
	color: #999999;}
.navbar:visited {
	font-weight: normal;
	text-decoration: none;
	color: #999999}
.navbar:active {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;}
.navbar:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;}


/*      TAGS      */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	color:#000000;
	background-color:#000000;
	margin-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: justify;
	color: #000000;
	}

h1 {
	color:#780000;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	}
hr {
}
	
h2 {
	color:#780000;
	font-weight:bold;
	font-size:13px;
	margin-right: 20px;
	margin-top: 12px;
	margin-bottom: 7px;
	margin-left: 20px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 15px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h4 {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	padding-left: 45px;
	padding-top: 1px;
	text-indent: -25px;
	margin: 0px;
	padding-bottom: 3px;
}

hr {
	width:100%;
	color:#000000;
	size:2px;
}


	
	
ul {
	font-size: 14px;
	line-height: 14px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	list-style-position: inside;
	list-style-type: square;
	margin: 0px 15px 4px 0px;
	text-indent: -15px;
}






/*      TEXT      */


.center {
	text-align: center}
.bold {
	font-weight: bold}
.italic {
	font-style: italic}
.legalese {
	font-size: 8px;
	line-height: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 3px;
}
.black {
	color: #000000;
}
.justify-left {
	text-align: left;
}
.justify-right {
	text-align: right;
}
.text-thumbs {
	line-height: 4pt;
	font-size: 8pt;
}



/*      IMAGES      */

.image-right {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 0px;
	float: right;
	border: 1px none #000000;

}
.image-left {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: left;
	border: 0px solid #000000;
}
.image-promo-leftcolumn {
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
}


/*      TABLES      */

.table-main {
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(images/bg-maintable.jpg);
	background-repeat: repeat-y;
}



/*      CELLS      */

.cell-masthead {
	width:750px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	background-image: url(images/bg-masthead.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}

.cell-content {
	width:594px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 26px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.cell-sidebar {
	width:156px;
	background-color: #000000;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}
	
.white {
	color: #FFFFFF;
	text-align: center;
}
.redbrick {
	color: #780000;
}
.cell-thumbs {
	top: 0px;
	height: 72px;
	width: 72px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.cell-thumbtext {
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
}

