
body {
	margin-left: 1%;
	margin-top: 1%;
	font-weight: normal;
	font-style: normal;
	font-family: optima, sans-serif;
	background-color: white;
}

h1 {
	font-weight: normal;
	font-family: optima, serif;
 	color:#ffffee; 
	font-size:17pt
}

h2 {
	font-weight: bold;
	font-family: optima, sans-serif; 
	color: #992222; 
	font-size: 18pt
}

h3 {
	font-weight: bold;
	font-family: optima, sans-serif; 
	color: black; 
	font-size: 16pt
}

h4 {
	font-weight: bold;
	font-family: optima, sans-serif; 
	color: black; 
	font-size: 14pt; 
	font-variant:small-caps
}

h6 {
	font-weight:normal;	
	font-family: optima, sans-serif; 
	color: black; 
	font-size: 11pt
}

td {
	font-family: optima, sans-serif; 
	font-size: 11pt
}

li {font-family: optima, sans-serif; 
	font-size: 11pt
}

p {
	font-family: optima, sans-serif; 
	font-size:11pt; 
	margin-left: 25px
}


a:link     {font-family:optima, sans-serif; font-size:11pt; color: #804000}
a:visited  {font-family:optima, sans-serif; font-size:11pt; color: #335533}
a:hover    {font-family:optima, sans-serif; font-size:11pt; color: #995566}
a:active   {font-family:optima, sans-serif; font-size:11pt; color: #000000}

table {background-color: white;
	width: 100%;
	border-spacing: 0;
}

td.white {background-color: white;
	}
td.salmon {
	background-color: #cc7766;
	width: 6%
}

th.salmon {background-color: #cc7766;}

.bordered {
	border-style: solid;
	border-width: 1px;	
	border-color: black;
}


