/* CSS Document */


		a:hover  {
	color : Red;
	text-decoration: none;
		}
		a:active  {
	color : Green;
	text-decoration: none;
		}
a:visited {
	color:#666666;
	text-decoration: none;
	}


BODY {
	BACKGROUND-COLOR: #7E7E7E;
}
#it_protection li {
	text-indent: -5px;
}


td
{
font-family:tahoma;
font-size: 11px;
color:#404040;
}
.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:"Times New Roman", Times, serif;
	color:#CC0000;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;

}

.topnav
{
	font-family:tahoma;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}

.white {
color: #FFFFFF;
}
.red {	
color: #CC0000;
font-weight: bold;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	line-height: 18px;
}
.white_bkg {
	background-color: #FFFFFF;
}


.top
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}

.title
{
	font-family:"Times New Roman", Times, serif;
	color:#CC0000;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;

}

table.darkgrey 
{

background-color: #323232;
}
    
tr.white 
{
background-color: #FFFFFF;
}

table.mediumgrey 
{
	background-color: #B1B1B1;
}

table.lightgrey 
{
	background-color: #E4E4E4;
}
    
p.greyjustify 
{
color: #666666; 
text-align: justify;
}


span.greynav 
{
color: #333333;
}

.gold 
{
color: #CC9933

}

.black 
{
color: #000000
}
.header {
	background-image: url(http://creditscorecowboy.com/images/creditscore_header.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 873px;
}
.orange {
	color: #DE5F00;
	font-weight: bold;
}



/*=========Main Menu=========*/
#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 875px;
	position: absolute;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 3.1em; /*left spacing*/	
}
.rightborder {
	border-right-width: thin;
	border-right-style: solid;
}
.rightleftborder {
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}




#menu li {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	line-height: 25px;
}

#menu li a:link, #menu li a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color:#333333;
	text-decoration: none;
	line-height: 23px;
	padding: 0 1.4em 0 1.7em;  /*spacing between links*/
}

