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

.header {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 16px;
	color: #000;
	font-weight:lighter;
}

.main_text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000;
	font-weight:lighter;
}

.links_text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	color: #000;
	font-weight:lighter;
}

.bullet_text {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	color: #000;
	font-weight:lighter;
}

.links {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #00F;
	font-weight:lighter;
	line-height:20px;
}

.subheading {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	color: #000;
	font-weight:lighter;
	font-style:italic;
	padding-top:10px;
	padding-bottom:20px;
}
