@charset "utf-8";
body {
	background-color: #000000;
}

pre {
	line-height:50%;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
}

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}

.bottomlinks A:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bottomlinks A:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bottomlinks A:hover {
	color: #ffffff;
}

#master {
	width:900px;
	min-width:980px;
	left:150px;
	position:relative;
	height:100%;
}

#title {
	font-family: "Times New Roman", Times, serif;
	font-size:28px;
}

#sub_title {
	font-size:16px;
	font-weight:bold;
}

#command {
	background-color:#CCCCCC;
}

#content_margins {
	 margin-left:20px;
	 margin-right:20px;
}

#body_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#banner_space {
	width:160px;
	float: left;
	height:100%;
	margin-left:15px;
}

#footer_box {
	background-image:url(/img/footer.jpg);
	height:29px;
	width:795px;
	float:left;
}

#footer_links_div {
	height:15px;
	color: #999999;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.indent1 {
	padding-left:15px;
}
.indent2 {
	padding-left:30px;
}

#upbutton
{
  display: block;
  width: 97px;
  height: 29px;
  background: url("/img/up.png") no-repeat 0px 0px;
}
#upbutton:hover
{ 
  background-position: 0px -29px;
}

#downbutton
{
  display: block;
  width: 97px;
  height: 29px;
  background: url("/img/down.png") no-repeat 0px 0px;
}
#downbutton:hover
{ 
  background-position: 0px -29px;
}
.faq_text_color {
	color:#0033FF;
}
.faqlink {
	cursor:help;
}

#big_letter {
	float:left;
	font-size:36px;
	font-weight:bold;
	margin-right:12px;
	margin-top:-5px;
	margin-bottom:-10px;
	color:#000000;
	font:"Times New Roman", Times, serif;
}

#TMC_banner {
	background-image:url(/img/TMC_banner.jpg);
	color: #FFFFFF;
	height:100px;
	text-align:center;
	font-weight:bold;
}