/* CSS Document */
/* Inspirational Jewelry - Main style */
/* Author: Sherry Rivers, Web Crawl Designs For Engine http://www.webcrawldeigns.com */
/* Main site styling - these affect parents */
body {
    background-color: #DED8D3;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:0;
}
body,td,th {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	line-height: 8px;
}	
a {
	text-decoration: none;
	font-weight: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}
/* Heading and text styles without affecting parent tags. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */
.firstHeader{
	color: #030303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	.addressHeader{
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 17px;
	}
	.topnavHeader{
color: #030303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	.topnavHeaderlink{
color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}	
	.contactInfo{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	}
		.contactInfo2{
	color: #559CBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}
.secondHeader{
	color: #844406;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	/*Navigation - This section deals with the look and functions of the navigation sections*/

