/* MAIN BODY */
.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #B29B6A;
	background-color:#FFF;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: smaller;
	background-color:#CCC;
}

p.sectiontitle {
	font-size: small;
	font-wight: bolder;
	color: #330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 3px;

}
/* HEADER AND FOOTER */
p.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #330099;
	margin-top: 0px;
	margin-bottom: 20px;
}
p.announcement {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-weight: bolder;
	color: #FF0033;
	margin-top: 0px;
	margin-bottom: 20px;
	font-style: normal;

}
td.header{
	background-color:#B29B6A;
}
td.footer{
	text-align:right;
	font-weight:bold;
	background-color:#FFF;
	padding:15px 0px 15px 0px;
	font-size: 80%;
}
td.footer a{
	font-style: italic;
}

/* LINKS BASE*/
a:link {
	text-decoration: none;
	color: #330099;
}
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a.bodylink:link {
	text-decoration: none;
	color: #330099;
}
a.bodylink:visited {
	text-decoration: none;
	color: #330099;
}
/* NAVIGATION */
.selected {
	font-size: 140%;
	font-weight: bolder;
	color: #000000;	
}

td.nav{
	background-color:white;
}

td.nav p{
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
td.nav p.navlogin{
	font-size: 120%;
	border:none;
	padding:2px;
	font-weight:bold;
	text-decoration:none;
}
td.nav p.first {
	margin-top: 30px;
	margin-bottom: 0px;
}

a.emailhighlight
{
	color:#ff3300;
}

