/****************************************************/
/*													*/
/* 	CSS Doc for Elizabeth City Glass Compay Website */
/*			Coded by: Missy		    				*/
/*													*/
/*				info@mswebpro.com   				*/
/*													*/
/****************************************************/

body {
	background_image: url(http://www.memberhost.net/ecg/images/background.png);
}

/* Text Styles */

body {
	background-color: #d3d4d3;
	margin-top: 0px;
}
.bodytext {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #000000; 
}

.bodytext_italic {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #000000;
	font-style:italic 
}

.bodytext_white {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #ffffff;
	font-weight:normal 
}

.bodytext_bold {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #000000;
	font-weight:bold 
}

.bodytext_bold_white {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #ffffff;
	font-weight:bold 
}
.body_header {
	font-size: 16px;
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer_button_text {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Link Styles ---- */
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: underline;
}


