/*style sheet for National Furniture Rental 8/04/05*/

body
{
	margin-top: 0;
	margin-left: 0;
	background-color: #ccc; /*gray*/
}

h1
{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	Color: #666666; /*brick red*/
	font-Size: 11pt;
	text-align: center;
	font-style: italic;
	Line-Height: 1.6em;
}

h1.large
{
	font-family: "Times New Roman", Times, Georgia, Serif; 
	color: #333;
	font-Size: 18pt;
}


h2 
{  
	Font-Weight:bold;
	Font-Family: Verdana, Arial, Helvetica, Sans-Serif;
	Color: #FFF; /*white*/
	Font-Size: 12pt;
	text-align: center;
}

h3 
{  
	Font-Weight:bold;
	Font-Family: Verdana, Arial, Helvetica, Sans-Serif;
	Color: #666666; /*red*/
	Font-Size: 10pt;
	text-align: center;
}


.nomargin 
{
	margin-top: 0;
	padding-top: 0; 
	margin-bottom: 0; 
	padding-bottom: 0; 
} 



p, td
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666; /*gray*/
	font-size: 10pt;
	line-height: 1.6em;
}

.colorpad
{
	background-color: #666666;
	padding: 10px;
	border-width: thin;
	border-style: none;
}

b
{
	font-weight: bold;
	}
	
.navtext
{
	color: #FFF; /*white*/
	font-weight: bold;
	font-size: 9pt
}

.linegray
{
	width: 100%;
	color: #ccc; /*light gray*/
	height: 2px;
}

.linered
{
	width: 100%;
	color: #666666; /*red*/
	height: 1px;
}

.vline {
border-right: thin #666666 solid;}

.hline {
border-top: thin #666666 solid;}

li
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	font-size: 10pt;
	line-height: 2em;
	list-style-position: outside;
	list-style-type: square;
}



b
{
	font-weight: bold;
}


.u
{
	text-decoration: underline;
}



.cell-bckgrnd 
{
	background-color: #666666;
}


.small-copy
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #000; 
}

.small-reverse
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #FFF;
	font-weight: bold; 
}





.footer-text /*this is the non-linked text within the footer doc*/ 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #fff; 
	font-weight: bold; 
	text-align: center;
}

/*these are links in the page header*/

A.headlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8.5pt; 
	color: #fff; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
}

A.headlink:link
{ 
	color: #CCC; 
}


A.headlink:visited
{
	color: #CCC;
}

A.headlink:hover
{
	color: #cc3;
	text-decoration: none; 
} 
	



/*these are links in the page footer*/

A.footlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8.5pt; 
	color: #fff; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
}

A.footlink:link
{ 
	color: #fff;
}


A.footlink:visited
{
	color: #fff;

}

A.footlink:hover
{
	color: #cc3;
	text-decoration: none; 
} 
	



/*top of page links*/

A.top-links 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #666666; 
	font-weight: bold; 
	text-decoration: none;
}

A.top-links:link
{
	color: #333333;
	font-size: 7pt;
}

A.top-links:visited
{
	color: #333333;
	font-size: 7pt;
}


A.top-links:active
{
	color: #000000;
	font-size: 7pt;
}

A.top-links:hover
{
	color: #000000;
	font-size: 7pt;
}



/*main body links*/

A:link 
{
	color:#333333;
	text-decoration: none;
}

A:visited
{ 
	color:#666666; 
	text-decoration: none
}

A:hover 
{ 
	color:#000000; 
	text-decoration: underline;
}