/* The "standard" Wilkerson Art colors */
/* 
 */

/* Overall settings
 */
body {
    	color: black;
    	text-decoration: none;
    	text-align: left;
    	font-size: 10pt;
    	font-family: verdana,helvetica,arial,sans-serif;
	background: url("../images/tailer_gray2.jpg") repeat-y left top;
}
body,div,p {
    border: 0;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
a {
    text-decoration: underline;
    color: #336699;
}
a:visited {
    color: #336699;
}
a:hover {
    color: #D19900;
}
h1,h2,h3,h4,h5,h6 {
    color: #000000;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: gill sans, trebuchet ms, sans-serif;
    font-weight: normal;
}
h1 { 
	margin-top: 55px;
   	margin-bottom: 35px;
	font-size: 32px;
	font-family:  BankGothic Lt BT, gill sans, trebuchet ms, sans-serif; 
}
h2 { 
	font-size: 18px;
	color: #880900;
	font-family:  BankGothic Lt BT, gill sans, trebuchet ms, sans-serif;
}
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }


