/* CSS Document */
body {
	color: #505050;
	font-size:8.5pt;
	font-family: arial;
	background-color: #FFFFFF;
	margin: 25px;
}

h1 { 
		color: #505050;
		font-size:12pt;
		font-family: arial;
		font-weight: 900;
}

h2 { 
		color: #505050;
		font-size:10pt;
		font-family: arial;
		font-weight: bold;
}
a:link {
	font-size:8.5pt;
	font-family: arial;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-size:8.5pt;
	font-family: arial;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-size:8.5pt;
	font-family: arial;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-size:8.5pt;
	font-family: arial;
	color: #990000;
	text-decoration: underline;
}
.memberBody {
	margin: 25px;
}
.subhd {

		color: #505050;
		font-size:12pt;
		font-family: arial;
		font-weight: bold;
}
.pghd {
	color: #505050;
	font-size:12pt;
	font-family: arial;
	font-weight: bold;
	background-image: url(/pub/images/pghd_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-top: 5px;
	text-align: left;
}
.pghd_m {

	color: #505050;
	font-size:12pt;
	font-family: arial;
	font-weight: bold;
	background-image: url(/pub/members/images/pghd_m_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-top: 20px;
	text-align: left;
}
