/* CSS Document */
<!--        


h6 {
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: 300;
  color: LemonChiffon;
	margin: 0.4em 1;
}
h5 {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: 300;
	font-style: italic;
  color: Black;
	margin: 1.4em 1;
}

h3 {
	font-size: 14px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 700;
	font-style: italic;
  color: LemonChiffon;
	margin: 0.4em 1;
}
h2 {
	font-size: 18px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 500;
  color: LemonChiffon;
	margin: 0.2em 1;
}
h1 {
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: 600;
  color: LemonChiffon;
}
p {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: 500;
  color: Black;
	margin: 1em 1;
}

strong {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	color: #696969;
	font-weight: 700;
}

a:link {
	font-weight: 600;
  color: #FFFFF0;
	text-decoration: none;
}

a:visited {
	font-weight: 400;
  color: #FFFFF0;
	text-decoration: none;
}


td#footer {
	font-size: 9px;
  text-align: center;
}


td#footer a:link, a:visited {
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
  color: Black;	
}





h4 {
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: darkred;
	font-style: italic;
	margin: 0.7em 1;
}




td#leftlink {
	font-size: 11px;
	height: 28px;
	width:183px;
	font-family: Tahoma, sans-serif;
	font-weight: 300;
	margin: 0.1em 1;
	background-color: #808080;
	text-align: center;
}

td#leftlink a:link, td#leftlink a:visited {
	background-color: #808080;
	color: Cornsilk;
	font-weight: 300;
}
td#leftlink a:hover{
	background-color: #808080;
	color: black;
}

td#nolink {
	font-size: 11px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: LemonChiffon;
	font-weight: 700;
	margin: 0.1em 1;
	text-align: center;
}


td#toplink {
	font-size: 11px;
	height: 28px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: 300;
	margin: 0.1em 1;
	background-color: Cornsilk;
	text-align: center;
}

td#toplink a:link, td#toplink a:visited {
	background-color: Cornsilk;
	color: #696969;
	font-weight: 300;
	text-decoration: none;
}
td#toplink a:hover{
	background-color: Cornsilk;
	color: black;
	font-weight: 300;
	text-decoration: none;
}

-->

