/***********************************************/
/* pagestyle.css                               */
/* http://7hillslanes.com                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,sans-serif;
	color: #FFFFFF;
	line-height: 1.6333;
	font-size: 11px;
	background-color:#000000;
}

td{
	font-family: Verdana,sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

a{
	color: #ed1b24;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ed1b24;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ed1b24;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ed1b24;
	text-decoration: underline;
	font-weight: bold;
}

/***********************************************/
/* DIV container properties                    */
/***********************************************/ 

#x1{
	margin-top: 0px;
	margin-bottom: 0px;
}

/***********************************************/
/* Special properties                          */
/***********************************************/

div.announce{
	font-family: Verdana,sans-serif;
	color: #FFFFFF;
	line-height: 1.6333;
	font-size: 12px;
}

div.announce2{
	font-family: Verdana,sans-serif;
	color: #FFFFFF;
	line-height: 1.6333;
	font-size: 14px;
}
   
iframe.content{
	margin-left: 10px;
	border-left: 1px dashed #202020;
}

td.nav{
	background-image: url(navbg.jpg);
	background-color: #000000;
}

td.headmain{
	border-bottom: 1px solid #505050;
}

td.headlinks{
	border-bottom: 1px solid #505050;
	color: #505050;
}

td.footmain1{
	border-top: 1px solid #505050;
}

td.footmain2{
	border-top: 1px solid #505050;
}
	