/*******************************************************/
/* Developer: Chris Harrist                            */
/* Company: 704 Creations							   */
/* Site: Imperial Construction					       */
/* Date: January 24, 2006                               */
/*******************************************************/

/*******************************************************/
/* HTML tag styles                                     */
/*******************************************************/
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image:url(../images/background.jpg);
}
/*******************************************************/
/* Hyperlink tag styles                                */
/*******************************************************/
a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

/*******************************************************/
/* Hyperlink tag styles                                */
/*******************************************************/
a.white:link, a.white:visited{
	color: #ffffff;
	text-decoration: underline;
}

a.white:hover{
	color: #ffffff;
	text-decoration: none;
}

/*******************************************************/
/* MENU Hyperlink tag styles                                */
/*******************************************************/
a.nonunderline:link, a.nonunderline:visited{
	color: #000000;
	text-decoration: none;
}

a.nonunderline:hover{
	color: #333333;
	text-decoration: none;
	}
/*******************************************************/
/* Font tag styles                                     */
/*******************************************************/	
.siteText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000
}
.smallText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000
}

.largeText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000
}

.siteTextWhite{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff
}
.smallTextWhite{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff
}


