body {
	margin: 0px 0px 0px 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-position: top center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333333;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #4E616F;
	scrollbar-face-color: #C5D8E6;
	scrollbar-highlight-color: #C5D8E6;
	scrollbar-3dlight-color: #C5D8E6;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #4E616F;
	scrollbar-arrow-color: #000000;
 }
 
p, span, div, dd, td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333333;
	vertical-align: top;
}

.smaller  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #333333;
	vertical-align: top;
}

.smaller a {
	line-height: 1.5em;
}

.tm  {
	font-size : 7pt;
}

.larger {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #333333;
	vertical-align: top;
}

p.highlight, div.highlight, td.highlight {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : italic;
	color : #256079;
}

H1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : #993300; 
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	/*font-variant: small-caps;
	text-decoration: underline;
	color : #5B6F7B; */
	color : #000000; 
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

H3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #4C5D67; 
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

H4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #993300; 
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

A  {
	color : #5B6F7B;
	text-decoration: none;
}

A:Visited  {
	color : #5B6F7B;
	text-decoration: none;
}

A:Hover {
	color: #993300;
	text-decoration: underline;
}

ul.nav {
	list-style-type: square;
	margin : 0 0 0 20;
	/*list-style-image: url(file:///C|/Documents%20and%20Settings/Cindy/My%20Documents/Websites/Sandy%20Cove/public_html/images/icons/cross.gif);*/
}

span.footer {
	color : #999999;
	font-size : 8pt;
}