/* ************** CSS FOR JEAN ABERNETHY ******************* */
/* Body Formatting */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/* Table Formatting */

.maintable {
      background: url("../graphics/jean-abernethy-logo.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.bluegrey {
      background: #595959;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: georgia,"times roman","new times roman",times,serif;  
 font-size: 16pt; 
 line-height: 18pt;
 font-weight:normal;
 color: #ababab;
 }

h2 { 
 font-family: georgia,"times roman","new times roman",times,serif;  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:normal;
 color: #ababab;
 }

h3 { 
 font-family: georgia,"times roman","new times roman",times,serif;  
 font-size: 10pt; 
 line-height: 16pt;
 font-weight:normal;
 color: #ababab;
 }


p {
	font-family: "Kabel Bk BT",Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #ababab;
	font-weight: normal;

}
.bodytext {
	font-family: "Kabel Bk BT",Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #ababab;
	font-weight: normal;

}
.bodytext2 {
	font-family: "Kabel Bk BT",Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #ababab;
	font-weight: normal;
	margin-left: 10px;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navtext
	{
	font-family: "Kabel Bk BT",Arial, Helvetica, sans-serif;
	color: #865132;
	font-size: 11pt;
	line-height:28pt;
	font-weight: normal;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #865132;
	text-decoration: none;
	}
a:hover 	{
	color: #595959;
	}
a.bodylink 	{
	color: #ababab;
	text-decoration: none;
	}
a.bodylink:hover 	{
	color: #ababab;
	
a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #EADFCC;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}