p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000033;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet_rd.jpg);
	line-height: normal;
	padding-bottom: 10px;




}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
	text-decoration: none;

}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;

}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #FFFFCC;


}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFCC;
}
