/* MAIN BODY */
.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .75em;
	line-height:18px;
	color: #333333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #50752f;
	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: #003300;
	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: #003300;
	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:gray;
}
td.footer{
	text-align:center;
	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: #003300;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a.bodylink:link {
	text-decoration: none;
	color: #A85636;
}
a.bodylink:visited {
	text-decoration: none;
	color: #A85636;
}
/* NAVIGATION */
.selected {
	font-size: 140%;
	font-weight: bolder;
	color: #003300;	
}

td.nav{
	background-color:white;
}

td.nav p{
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
td.nav p.navlogin{
	font-size: 100%;
	border:0px dotted black;
	padding:2px;
	font-weight:bold;
	text-decoration:underline;
}
td.nav p.first {
	margin-top: 30px;
	margin-bottom: 0px;
}




