/* CSS Document */
BODY {
	margin-top:0;
	margin-bottom:0;
	font-family: Arial, Helvetica, Sans-Serif;
}
P {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	}
TABLE {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	}
A {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #CC0000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:visited:hover {
	color: #CC0000;
	text-decoration: underline;
}

.hpBox {font-size:12px; font-weight:bold;}

h1 {
	font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;	
}
h2 {
	font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;	
}
h3 {
	font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;	
}
ul {
	margin-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
.content_shell {
	margin-left:50;
	margin-right:50;
}

.bullet_menu {
	font-size:16px;
	font-weight:bold;
}

.hp_heart_bullet {
	background-image: url(images/heartbull_gray.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
	font-weight: bold;
	padding:0px 0px 0px 20px;
}

.large_green {
	font-size:18px; 
	font-weight:bold; 
	color:#009999;
}
.large_blue {
	font-size:16px; 
	font-weight:bold; 
	color:#0000FF;
}
.Xlarge_blue {
	font-size:24px; 
	font-weight:bold; 
	color:#0000FF;
}
.blue_italic {
	color:#0000FF;
	font-style:italic;
}
.large_red{
	font-size:18px;
	color:#CA0000;
}


.underline {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
