@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 20 px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {color: #b2b2b0;
font-size: 14px;}
.header a:link      {
	text-decoration: none;
	color: #0066FF;
}
.header a:active    {
	text-decoration: none;
	color: #0066FF;
}
.header a:visited   {
	text-decoration: none;
	color: #0066FF;
}
.header a:hover	    {
	text-decoration: none;
	color:#FFFFFF;
}

.text {color: #b2b2b0;
font-size: 12px;}
.text a:link      {
	text-decoration: none;
	color: #b2b2b2;
}
.text a:active    {
	text-decoration: none;
	color: #b2b2b2;
}
.text a:visited   {
	text-decoration: none;
	color: #b2b2b2;
}
.text a:hover	    {
	text-decoration: none;
	color:#0066FF;
}


.footer {font-size: 10px;	color: #b2b2b2;}
.footer a:link      {
	text-decoration: none;
	color: #b2b2b2;
}
.footer a:active    {
	text-decoration: none;
	color: #b2b2b2;
}
.footer a:visited   {
	text-decoration: none;
	color: #b2b2b2;
}
.footer a:hover	    {
	text-decoration: none;
	color:#0066FF;
}
.nitanetworkbox {
	background-color: #FFFFFF;
	border: 0;
}
.nitanetworkhead {
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nitanetwork {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.nitanetwork a:link {
text-decoration: none;
	color: #0066FF;
	
}
.nitanetwork a:visited {
text-decoration: none;
	color: #0066FF;
}
.nitanetwork a:hover {
text-decoration: none;
	color: #660000;
}
.nitanetwork a:active {
text-decoration: none;
	color: #000000;
}

.sectionhead {
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}