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

body {
	background-color: #cccccc;
	
}

.formhide
{
display:none;
}


.indentmenu{
font: bold 13px Arial;
height: 25px;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(images/blockdefault.gif) center center repeat-x;
}

H1 {
font-size: 12pt;
font-family: arial;
font-weight:bold;
color: #006699;
margin-bottom: 0;
}

H2 {
font-size: 12pt;
font-family: arial;
font-weight:bold;
color: #333;
margin-bottom: 0;
}

.normaltext{
font-size: 11pt;
font-family: arial;
}



A:link {
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #006699;
}

A:visited {
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #003366;
}
A:active {
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #006699;
}

A:hover {
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #0099ff;
}

.footer { 
	font-family: arial;
	color: #FFF;
	font-size: 9pt;

}

.smalltext{
	font-family: arial;
	color: #666;
	font-weight:bold;
	font-size: 9pt;
}

td.button {
	background-image:url(images/7keysdownload.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.signupframe {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.formhide
{
display:none;
}

</style>
