/* CSS Document */
	.whitebold{
	font-family: "Verdana";
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
	.whitetext{
	font-family: "verdana";
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

	.blktextbold{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

	.blutextbold{
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
div.nav a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
div.nav a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	display:block;
}
	.blktext{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
	.smblktext{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
	.greytextbold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
	.blulink{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	div.greylink a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	div.greylink a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
div.whitelink a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
	div.whitelink a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
	.box{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.clicked {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	float: left;
	margin:	0;
	padding-left:0px;	
	text-decoration: none;
	height: 26px;
 	width: 124px;
	text-align: center;
	vertical-align: middle;
	
	

}
	.section_title{
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #white;
	text-decoration: none;
	line-height: 624px;
	line-width: 142px;
	vertical-align : top;
	padding: 5px 5px;	
	text-align: center;
	display: block;
	white-space: nowrap;
	list-style-image: none;
	list-style-type: none;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	}
.plans {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	color: black;
	float: left;
	margin:	0;
	padding-left:0px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px, solid, #999999;
	height: 25px;
 	width: 125px;
	
}
	.cpyrtblk{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}	
	.tm{
	font-family: Arial;
	font-size: 8px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}	
div.cpylink a{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div.cpylink a:hover{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
	.cpyrtgrey{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
	.dropdown{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
	.butout{
	font-family: Arial;
	font-size: 10x;
	font-weight: normal;
	width: 100px;
	height: 20px;
	background-color: #FFFFFF;
	border: 0px solid white;
	color: #0000CC;
	text-decoration: underline;
}
	.butover{
	font-family: Arial;
	font-size: 10x;
	font-weight: normal;
	width: 100px;
	height: 20px;
	border: 0px solid white;
	background-color:#FFFFFF;
	color: #999999;
	text-decoration: underline;
}

.chromestyle{
font:bold 12px arial;
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid black;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font:bold 12px arial;
color:  black;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid black; /* nav spacer borders*/
}

.chromestyle ul li a:hover{
 color: #FFFFFF;/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black; /*dropdown borders*/
border-bottom-width: 0;
font:bold 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid black; /*CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*CHANGE HERE*/
background-color: #6699cc;
}