/* CSS Document */
/*Basic html properties*/
html, body{

	height:100%;
	margin:0px;
	padding:0px;
}
body{
text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	background-color:#FFFFFF;
	
	
}

h1{
 	font-size:110%;
	color:#000000;
}
h2{
font-size:110%;
	color:#000000;}
h3{
font-size:100%;
	color:#000000;}
p{
	color:#000000;
	padding:0px;
	margin:0px;
}
a{
color:#000000;
text-decoration:underline;

}
a:Hover{
color:#666666;
text-decoration:none;}
a:Visited{
color:#000000;
text-decoration:underline;
}
/*custom classes*/
#footer{
	vertical-align:bottom;
	font-size:55%;
	color:#000000;
}
#footer a{
	text-decoration:none;
	color:#000000;
}
#footer a:Hover{
	color:#999999;
}
#homeFooter{
	vertical-align:bottom;
	font-size:55%;
	color:#000000;
}
#homeFooter a{
	text-decoration:none;
	color:#000000;
}
#homeFooter a:Hover{
	color:#999999;
}
#content{
	font-size:95%;
	text-align:left;
	}
	#detailContent{
	font-size:95%;
	text-align:left;
	}
	
	.PressRelease{
		width: 185px;
		margin-bottom: 25px;
	}