﻿/* File: style.css */

body {
font-family:"Arial";
//*	color:red;
	background-color:aqua;
	font-size:xx-large;
*//
}

/* a:visited {	color: #0000FF; } */
/*
a:link { color: #808080; }
a:visited { color: #808080; }
*/
a:link { color: #0066ff;}
a:visited {	color: #0066ff; }

.header-left {
	text-align: left;
/*	font-family: "Arial Black"; */
	font-family: "Arial";
	font-size: x-small;
	color: #808080;
}
/*
.sitename {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:xx-large;
	color: blue;
}
*/

.sitename {
	text-align: center;
	font-family: "Arial";
	font-size:x-large;
	font-weight:bold;
	color:#808080;
}

.headernav {
	font-family:Arial;
	font-size: small;
	font-weight: normal;
	text-align: center;
}

.header-right {
	text-align: right;
/*	font-family: "Arial Black"; */
	font-family: "Arial";
	font-size: x-small;
	color: #808080;
}
.leftpanel {
	text-align: left;
/*	font-family: "Arial Black"; */
	font-family: "Arial";
	font-size: x-small;
	color: #808080;
}

.content {
	/*	border: 1px solid #808080; */
	text-align: center;
	font-family: Arial;
	font-size:small;
	font-weight:normal;
	color: black;
/*	font-size: x-small;
	color: #000000;*/
}
.rightpanel {
	text-align: right;
/*	font-family: "Arial Black"; */
	font-family: "Arial";
	font-size: x-small;
	color: #808080;
}

.footer {
	text-align: center;
	font-size: xx-small;
}
.textbold {
font-weight: bold;
}
.textxxsmall {
	font-family:Arial;
	font-size:xx-small;
	font-weight:normal;
}
.textxsmall {
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
}
.textsmall {
	font-family:Arial;
	font-size:small;
	font-weight:normal;
}
.textverysmall {
	font-family:Arial;
	font-style:normal;
	font-size:6pt;
	color:black;
}