.navigation {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5;
	font-family: Verdana;
}

.side {
	color: #333333;
	font-size: 12px;
	line-height: 1.3;
	font-family: Georgia;
}

.H1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.H2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.arial10 {
	color: #000000;
	font-size: 10px;
	line-height: 1.3;
	font-family: Arial;
}

.arial11 {
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	font-family: Arial;
}

.arial12 {
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	font-family: Arial;
}

.verdana10 {
	color: #000000;
	font-size: 10px;
	line-height: 1.3;
	font-family: Verdana;
}

.verdana11 {
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	font-family: Verdana;
}

.verdana12 {
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	font-family: Verdana;
}

.georgia11 {
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	font-family: Georgia;
}

.georgia12 {
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	font-family: Georgia;
}

.georgia13 {
	color: #000000;
	font-size: 13px;
	line-height: 1.3;
	font-family: Georgia;
}

.trebuchet11 {
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	font-family: Trebuchet MS, Trebuchet;
}

.trebuchet12 {
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	font-family: Trebuchet MS, Trebuchet;
}

.trebuchet13 {
	color: #000000;
	font-size: 13px;
	line-height: 1.3;
	font-family: Trebuchet MS, Trebuchet;
}


/* --- HYPERLINK CONTROL --- */


a:link, a:active, a:visited {
	color: Blue;
	text-decoration: underline;
}

a:hover {
	color: Red;
	text-decoration: none;
}

.nav:link, .nav:active, .nav:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer:link, .footer:active, .footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* --- FORM ELEMENT CONTROL --- */

form {
	margin-bottom: 0px;
}

.newsfield {
	width: 160;
	height: 18;
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	background-color: #FFFFFF;
	padding-left: 2px;
	border:1px solid #6f7777;
}

.selectfield {
	width: 110;
	color: #000000;
	font-size: 10px;
	font-family: arial;
	background-color: #FFFFFF;
	border:1px solid #6f7777;
}

.newsbutton {
	width: 70;
	height:22;
	color: #000000;
	font-size:9px;
	font-weight: bold;
	font-family: verdana;
	background-color: #F0F0F0;
	border-left:3px double #acb5b5;
	border-right:3px double #acb5b5;
	border-top:3px double #c4cccc;
	border-bottom:3px double #6f7777;
	background:#fefefe url('images/background_form_element.gif') repeat-x;
}