body {
	margin: 0px;
	background-color: black;
}

body,td {
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	color: #666666;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}	
p,li {
	font-family: Arial;
	font-size: 12px;
	color: #666666;	
}
p {
	text-align: justify;
}
h1 {
	font-size:16px;
	color:#FF7506;
}
h2 {
	font-size: 14px;
	color: blue;
}
h2.black {
	color: black;
}
h3 {
	background-color: #1D2C7F;
	font-size: 14px;
	color: white;
	padding: 5px;
}
.toplinks {
	background-image:url(images/bg_top_links.gif); 
	height:28px; 
	vertical-align: middle; 
	text-align:center;
	font-size: 12px;
	color:white;
}
.toplinks a{
	color: white;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}
.toplinks a:hover{
	text-decoration:underline;
}
.mainlinks td{
	vertical-align: middle;
	text-align: right;
}
.mainlinks a {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	width: 143px;
	margin-right: 5px;
}
.mainlinks a:hover {
	color: blue;
	font-weight: bold;
	text-decoration:underline;
}
table.copyright {
	background-color: white;	
	color: white;
	text-align: center;
	width: 777px;
}
table.copyright td {
	font-weight: bold;
	color: #B0B0B0;
	vertical-align: middle;
}
table.copyright td.links {
	background:url(images/bg_links.gif) repeat-x;
	color: white;
	font-weight: normal;
	height: 27px;	
}
table.copyright td.links a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
table.copyright td.links a:hover {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
table.copyright td.copytext {
	height: 49px;
}

.whiteBg {
	background-color: #FFFFFF;
}
.google {
	padding: 10px;
	background:white url(images/bg_dotted.gif) repeat-y;
	
}
.content {
	padding: 20px;
}

table.features {
	background-color: white;
	border-left: 1px solid #E1E1E5;
	border-top: 1px solid #E1E1E5;
}
table.features th {	
	background-color: #FFB32A;
	font-size: 12px;
	border-bottom: 1px solid #B87600;
	border-right: 1px solid #B87600;
}

table.features td {
	border-bottom: 1px solid #E1E1E5;
	border-right: 1px solid #E1E1E5;
}

li {
	margin-bottom: 10px;
}

ul {
	list-style-image: url(images/star.gif);
}

td.resources a {
	font-weight: bold;
}