
/* ELEMENTS */


BODY {
	background-color:#FFFFFF;
	font-family: Verdana, Arial;
	font-size:12 px;
	color: #000080;
	font-weight:normal;
}
TD{
	font-family: Verdana, Arial;
	font-size:12 px;
	color: #333333;
	font-weight: normal;
}
FONT{
	font-family: Verdana, Arial;
	font-size:12 px;
	color:#000080;
	font-weight:normal
}
B{
	font-weight: bold;
}


/* ANCHORS */

A{
	color: #800000;
	text-decoration: none;
}

A:hover{
	color: Green;
	text-decoration : underline;
}
A:visited{
	color: #800000;
}
A.nav{
	color: #333333;
	text-decoration:none;
}
A.nav:visited{
	color: #333333;
	text-decoration:none;
}
A.nav:hover{
	color: #000000;
	text-decoration:none;
}
A.nav:active{
	color: #000000;
	text-decoration:none;
	font-weight : bold;
}


/* STANDARD FORM */
.form{
	font-family:courier, courier new;
	font-size:11px;color:#000000; 
	font-weight:normal
}


/* HEADINGS */

.title{
	font-family: arial, helvetica;
	font-size:16px;
	color: #333333;
	font-weight:bold;
}
.header{
	font-family: arial, helvetica;
	font-size:16px;
	color: #333333;
	font-weight:bold;
}
.headline{
	font-family: arial, helvetica;
	font-size:14px;
	color: #333333;
	font-weight:bold;
}
.headlineSub{
	font-family: arial, helvetica;
	font-size:11px;
	color: #333333;
	font-weight:bold;
}


/* FONTS */

.bodyAlt1{
	font-family: verdana, arial, helvetica;
	font-size:11px;
	color:#666666;
	font-weight:normal
}
.sidebar{
	font-family: verdana, arial, helvetica;
	font-size:11px;
	color:#444466;
	font-weight:normal;
}
.sidebarCaption{
	font-family: verdana, arial, helvetica;
	font-size:9px;
	color:#444466;
	font-weight:normal;
}
.sidebarTitle{
	font-family: comic sans ms, verdana, arial, helvetica;
	font-size:12 px;
	color: Maroon;
	font-weight:bold;
	background-color : #D8C794;
}
.sidebarHeader{
	font-family: verdana, arial, helvetica;
	font-size:11px;
	color:#666666;
	font-weight:normal
}
.sidebarHeadline{
	font-family: verdana, arial, helvetica;
	font-size:11px;
	color:#666666;
	font-weight:normal
}
.sidebarHeadlineSub{
	font-family: verdana, arial, helvetica;
	font-size:11px;
	color:#666666;
	font-weight:normal
}
.footer{
	font-family: verdana, arial, helvetica;
	font-size:9px;
	color:#AAAAAA;
	font-weight:normal
}