/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
.body a:link, .body a:visited { color:#336600; font-weight:bold; text-decoration:none;}
.body a:hover, .body a:active { color:#D32800; font-weight:bold; text-decoration:underline;}
	
#holder {
	width:755px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #FFFFFF;
	}

#insidetext {
	float:left;
	width: auto;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #FFFFFF;
	padding: 10px;
	}
.insidetext a:link, .insidetext a:visited { color:#336600; font-weight:bold; text-decoration:none;}
.insidetext a:hover, .insidetext a:active { color:#D32800; font-weight:bold; text-decoration:underline;}	

.extraheading {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#336600;
	padding:10px;
	}
	
.description{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

.Institution {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: bold;
}

