A:Link    {
	color :  green;
	font-weight : bold;
}
A:Visited {
	color : green;
	font-weight : bold;
}
A:Active  {
	color :  #33CC00;
	font-weight : bold;
}
A:Hover   {
	color : #FF6600;
	font-weight : bold;
}
  
A.NavFooter {
	font-weight : normal;
}
body{
	background-image: url(images/opaper.gif);
}
#pageTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding-top: 5px;
	height: 35px;
	//total height = 40;
	border-left-style: solid;
	border-right-style: solid;
	text-align: center;
}
#pageContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	height: 325px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#pageContent.home{
	height: 365px;
}
.subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.abstract{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
}