/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #660000;
	text-transform: capitalize;
}
.fineprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}


}
.spacer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
}


.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #660000;
	font-weight: normal;
	
}

.Emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #660000;
	text-align: left;
	
}

.dEmphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #660000;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333399;
	text-decoration: underline;
	font-size: 14px;
	} 
	
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; color: #666666; text-decoration: underline; font-size: 14px;
	} 
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; color: #660000; text-decoration: underline; font-size: 14px;
	} 
	
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	list-style-position: inherit;
	list-style-image: url(Images/bullet.gif);
}
