/* CSS Document */
body{
	margin:0 0 0 0;
	background-color:#2f3b3b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #424242;
}
.white a:link
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
.white a:visited
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
.white a:hover
{
	color:red;
	font-weight:bold;
	text-decoration:none;
}
.CenterTable{
	margin:0 auto 0 auto;
}
.CenterTable td{
	background-color:white;
}
.Banner{
	width:595px;
	background-image:url(images/logoright.gif);
	background-repeat: no-repeat;
	background-position:left;
	background-color:white;
}
.SubHeader
{
	width:582px;
	height:64px;
	background-image:url(images/subheader_back.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.LeftSide{
	background-image:url(images/leftside.gif);
	background-repeat:repeat-y;
	width: 21px;
}
.RightSide{
	background-image:url(images/rightside.gif);
	background-repeat:repeat-y;
	width: 21px;
}
.Footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width: 882px;
	height: 82px;
}
p{
	line-height:18px;
	margin:0;
	padding:6px 15px 10px 48px;
}
h1{
	font-family:Trebuchet MS, Arial;
	font-size:22px;
	line-height:18px;
	margin:15px 0 0 20px;
	padding:0 0 0 25px; 
	font-weight:normal;

}
.Red{
	color:#df2f06;
	background-image:url(images/arrow_red.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}
.Green{
	color:#71a62c;
	background-image:url(images/arrow_green.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}
.Purple{
	color:#713b97;
	background-image:url(images/arrow_purple.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}
.Orange{
	color:#f57606;
	background-image:url(images/arrow_orange.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}
.Highlights{
	width:296px; 
	background-image:url(images/hightlight_back.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.Highlights td
{
	background-color:#555555;
}
ul
{
	list-style-image:url(images/star.gif);
	margin:5px 15px 0 40px;
	padding:0;
}
li
{
	margin:0px 10px 0 20px;
	line-height:18px;
	padding:0;
}
.websites 
{
	list-style-image:url(images/homepage.png);
	margin:5px 15px 0 40px;
	padding:0;
	color:White;
}
.websites li
{
	margin:10px 10px 0 10px;
	line-height:16px;
	padding:0 0 0 5px;	
}
.skysphere
{
	list-style-image:url(images/icon_prods.png);
	margin:5px 40px 0 80px;
	padding:0;
}
.skysphere li
{
	margin:10px 10px 0 10px;
	line-height:16px;
	padding:0 0 0 5px;		
}
.Large
{
	font-weight:bold;
	font-size:12px;
}

.InputBox
{
	width:275px; 
	height:20px; 
	border-left-color:#808080;
	margin-top:2px;
	margin-bottom:2px;
}
.Thumbnails td
{
	color:#999999;
	font-size:11px;
	font-style:italic;
	text-align:center;
	width:33%;
}
.Thumbnails img
{
	border:1px solid #cccccc;
}
.CheckBox
{
	padding-bottom:10px;
}
input, textarea{font:13px Trebuchet MS, Arial, helvetica, sans-serif; color:#6E7574; padding:2px 0 0 0px; text-transform:none; border: 1px solid #D4D0C8}
.tbl3b {
	border-top: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	background-color:red;

	margin-bottom:10px;
	
}