/* ***********************************

     sheltercovepublishing.com (c) copyright 2006
     AUTHOR: Mim McConnell
     MAIL:   mim@sheltercovepublishing.com
     TITLE:  global.css

     MODIFIED: 08/19/2006

   *********************************** */
   
body {
	background-color: #ffffff; 
}
body, p, td, li, ul, ol{
	font-family: helvetica, arial, "sans serif";
	color: #565656;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #8A8989;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #6699CC;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #CECECE;
}
/* Headers */
/* h1 is bold dark grey font for page titles */
h1	{
	font-size: 18px;
	font-family: helvetica, arial, "sans serif";
	font-weight: bold;
	color: #333333;
}
/* h2 is for header under top of page */
h2  {
	font-family: helvetica, arial, "sans serif";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	}
/* h3 is bold middle grey font */
h3	{
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #565656;
}
/* h4 is for normal middle grey font */
h4  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #8B8A88;
	}
/* h5 is for header lighter grey, smaller body text font */
h5  {
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	font-weight: normal;
	color: #565656;
	}
/* h6 is very small font for bottom copyright block */
h6	{
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
/* nav table is for the footer */
#nav table {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
}
/* nav is for the footer navigation links */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#main table {
	border-color: #C9D0D3;
}
	
