body {
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
	line-height: 17px;
	padding: 0px;
	background-color:#000000;
	color:#CCCCCC;
	overflow:scroll;
}
input.text {
	font-size: 14px;
	background-color: #336699;
	border-color: #336699;
	border-style: inset;
	border-width: 2px;
	color: FFFFFF;
}

.button {
	border:1px #336699 solid;
	font-family:verdana;
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
}

a {
  font-weight: none;
  color: #CCCCCC;
  text-decoration: none;
}
a.orange {
  font-weight: bold;
  color: #FF5712;
  text-decoration: none;
}
a.purple {
  font-weight: bold;
  color: #660099;
  text-decoration: none;
}
a.yellow {
  font-weight: bold;
  color: #FFFF00;
  text-decoration: none;
}
a.footer {
	text-decoration: none;
	font-weight:normal;
	color: #CCCCCC;
}

span.orange {
  color: #FF5712;
  text-decoration: none;
}
span.purple {
  color: #660099;
  text-decoration: none;
}
span.yellow {
  color: #FFFF00;
  text-decoration: none;
}

div.contentbox_orange {
    width:150px;
	border: 1px solid #FF5712;
}
div.contentbox_purple {
    width:150px;
	border: 1px solid #660099;
}
div.contentbox_yellow {
    width:150px;
	border: 1px solid #FFFF00;
}

#headerBox {
    height:146px;
	background-repeat:no-repeat;
	background-image:url('../../designblack/headergradient.jpg');
}
#wrapperBlack {
	width: 826px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logoDiv {
	position:absolute;
	padding-left:20px;
	padding-top:15px;
}

#bootDiv {
    height:230px;
	background-repeat:no-repeat;
}
#bootImage {
    position:absolute;
	padding-left:520px;
	padding-top:115px;
}
#bootText {
    position:absolute;
	width:300px;
	font-size:18px;
	padding:48px;
	padding-top:93px;
	line-height:1.2em;
}
#footerDiv {
    width:100%;
	text-align:center;
	padding-top:2px;
}

td.tdBorderLeft {
    width:14px;
	background-image:url('../../designblack/borderleft.jpg');
	background-repeat:y-repeat;
}
td.tdBorderRight {
    width:14px;
	background-image:url('../../designblack/boderright.jpg');
	background-repeat:repeat-y;
}
td.tdBorderBottom {
    height:17px;
	background-image:url('../../designblack/borderbottom.jpg');
}