/* CSS Document */body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #00CCFF;
}
h1 {
	font-size: 24px;
	color: #000066;
}
h2 {
	font-size: 18px;
}
.companyname {
	font-weight: bold;
	color: #000099;
}
.footer {
	font-size: 9px;
	font-style: italic;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
}
table {
	font-size: 12px;
}
h3 {
	font-size: 14px;
	color: 993300;
}
.cutline {
	font-size: 10px;
	font-style: italic;
	color: 993300;
}
a:link {
	color: #00CCFF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFCCFF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: underline;
}
.navagation {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #0033FF;
	text-align: center;
	color: #FFFFFF;
}
.cat_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
	border: #000099;
}
.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #0033FF;
}


