/*      LINKS      */

A:link {
	text-decoration: none;
	color: #0B38BA;
	font-weight: bold;
	outline: none;
}
A:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	outline: none;
}
A:active {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
	outline: none;
}
A:hover {
	text-decoration: underline;
	color:#FF0000;
	font-weight: bold;
	outline: none;
}
	
	
/*      NAVIGATION      */

.navbar-blue:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navbar-blue:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	background-image: url(images/interface/bg-asphalt.gif);
}
.navbar-blue:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}
.navbar-blue:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0066FF;
}

.navbar-green:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navbar-green:visited {
	font-weight: bold;
	text-decoration: none;
	color: #36B939;
	background-image: url(images/interface/bg-asphalt.gif);
}
.navbar-green:active {
	font-weight: bold;
	text-decoration: none;
	color: #36B939;
}
.navbar-green:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #36B939;
}

.navbar-gold:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navbar-gold:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFC62E;
	background-image: url(images/interface/bg-asphalt.gif);
}
.navbar-gold:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFC62E;
}
.navbar-gold:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFC62E;
}
	
.navbar-red:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navbar-red:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-image: url(images/interface/bg-asphalt.gif);
}
.navbar-red:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.navbar-red:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

.navheader-green {
	background-color: #36B939;
	color: #000000;
	padding: 5px;
	margin: 14px 0px 0px;
	text-transform: uppercase;
}

.navheader-gold {
	background-color: #FFC62E;
	color: #000000;
	padding: 5px;
	margin: 14px 0px 0px;
	text-transform: uppercase;
}

.navheader-red {
	background-color: #FF0000;
	color: #000000;
	padding: 5px;
	margin: 14px 0px 0px;
	text-transform: uppercase;
}

.navheader-blue {
	background-color: #0B39BE;
	color: #FFFFFF;
	padding: 5px;
	margin: 14px 0px 0px;
	text-transform: uppercase;
}

.navlink-h4 {
	padding: 10px 0px 0px 5px;
	margin: 0px;
	font-size: 15px;
	line-height: 17px;
}


/*      TAGS      */

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



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #FFFFFF;
	}

h1 {
	color:#FFFFFF;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	padding: 0px;
	}
	
h2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-left: 30px;
	font-style: italic;
	text-transform: uppercase;
	line-height: 16px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
	margin: 5px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	margin: 5px;
}

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


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






/*      TEXT      */


.center {
	text-align: center}
.color-green {
	color: #36B939;
}
.color-gold {
	color: #FFC62E;
}
.color-red {
	color: #FF0000;
}
.color-blue {
	color: #0066FF;
}
.color-white {
	color: #FFFFFF;
}
.color-black {
	color: #000000;
}
.bold {
	font-weight: bold}
.italic {
	font-style: italic}
.legalese {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 5px 8px 0px;
	margin: 0px 20px 0px -10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B39BE;
	width: 102%;
	background-color: #000000;
	letter-spacing: 1px;
}




#desc {
  	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 5px 8px 0px;
	
	text-align: center;
}





.justify-left {
	text-align: left;
}
.justify-right {
	text-align: right;
}
.text-thumbs {
	line-height: 4pt;
	font-size: 8pt;
}





/*      IMAGES      */

img {
  border: none;
}

.image-right {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 0px;
	float: right;
}

.image-left {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: left;
}

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

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

/*      TABLES      */

.table-main {
	width: 800px;
	background-image: url(images/interface/bg-tiretracks.gif);
	background-repeat: repeat-y;
	background-position: left -5px;
}


.table-white-bg-blue-bdr {
	border: 2px solid #0B39BE;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}



/*      CELLS      */

.cell-content {
	width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 100px;
}


.cell-sidebar {
	width:200px;
	margin: 0px;
	padding: 0px;
}

.cell-footer {
	width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left -10px;
}


.cell-bottomleft {
	width:200px;
	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;
}

