body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	height: 100%;
}

#fullheight, .fullheight {
	height: 100%;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

li {
	font-size: 11px;
}

a {
	color: #CA171E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CA171E;
	text-decoration: underline;
	font-weight: bold;
}

form {
	padding: 3;
}

.pageBorder {
	border: 1px solid #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d5d5d5;
	font-weight: bold;
	font-style: italic;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
  color: #CCCCCC;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  color: #DCDCDC;
  padding: 8px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CA171E;
}

.droptab {
	background-image: url(../images/droptab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
}

.droptab2 {
	background-image: url(../images/droptab2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.sidePanel {
	background-color: #666666;
	color: #FFFFFF;
	line-height: 16px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width:200px;
}

.sidePanel p {
	color: #FFFFFF;
	padding-left: 4px;
	}
.sidePanel a {
	color: #D5D5D5;
	padding-left: 4px;
	line-height: 28px;
	}

.sidePanel ul li {
	color: #FFFFFF;
	list-style-type: bullet;
	padding-top: -10px;
	margin-left: -22px;
}

.sidePanelHeader {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px dotted #333333;
}


.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-top: 1px solid #CCCCCC;
	padding: 2px 10px 2px 10px;
}

/*.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 0px 24px 0px 24px;
}
*/
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D5D5;
	line-height: 14px;
	border-top: 1px solid #CCCCCC;
	padding: 0 10px 0 10px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 14px;
}

.box1 {
	border: 1px solid #CCCCCC;
}

.promo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	background-color: #666666;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #999999;
}

.homeanim {
	border: 1px solid #666666;
	padding: 8px;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	padding: 4px;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
  color: #000000; 
	font-weight: bold;
	font-size: 12px;
}

a:hover {
/*	text-decoration: underline; */
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	width: 200px; */
}

.button {
/*	width: 100px; */
}

.navBG {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Arial;
	background-color: #CA171E;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
}

#tablist li a:link, #tablist li a:visited{
	color: #FFFFFF;
}

#tablist li a.current{
}

#tabcontentcontainer{
	width:480px;
	height:28px;
}

.tabcontent{
	display:none;
}

#page1footer {
	display:none;
}

#page2 {
	display:none;
}
.tableborder {
	border: 1px solid #666666;
}

.divider {
	border-top: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#features input {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: none;
}

.pcodeinput {
font-size: 16px;
font-weight: bold;
}
.separator {
margin-top: 6px;
border-bottom: 1px dotted #cccccc;
}


