@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
 
#subNav, #mainNavigation, #footerContainer, #topNav, .parentButton, #login_content
{
	display: none;
}
 
/***********************************************************************/
/* basic XHTML stuff                                                   */
/***********************************************************************/
 
h2
{
	font-size: 3.2em;
	/*font-size: 36px;
	line-height: 3.2em;*/
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #0069b9;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
 
h3, h4
{
	color: #808080;
	font-size: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: normal;
	display: block;
}
 
p
{
	color: #4D4D4D;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.8em;
}
 
a
{
	color: #4D4D4D;
	text-decoration: none;
}
 
a:hover
{
	color: #4D4D4D;
	text-decoration: none;
}
 
img
{
	display: block;
}