/* CSS Document */
li{
	margin:6px;
}
td{
	font-size:12px;
	font-family:Trebuchet MS;
	font-weight:bold;
}
p{
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}
.normal{
	font-family:Trebuchet MS;
	font-size:13;
	font-weight:bold;
}
.heading{
	font-family:Continuum Bold;
	font-size:14pt;
	font-weight:bold;
	font-stretch:20%;
}
.header{
	font-size:24px;
	font-family:Trebuchet MS;
	font-weight:bold;
}
.subheader{
	font-size:15px;
	font-family:Trebuchet MS;
	font-weight:bold;
}
.bold-txt{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.small-txt{
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
}
.menu{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.menu:link{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.menu:hover{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.menu:visited{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.footer{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.footer:link{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.footer:visited{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.footer:hover{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

