body {
	margin-top: 0px;
	background-color: #743b3b;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
a {
	text-decoration: underline;
	color: #743b3b;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #743b3b;

}
.nav {
	color: #FFFFFF;
	text-decoration: none;
}	
.large {
	font-size: 22px;
	font-style: italic;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	list-style-type: square;
	text-align: left;
}
.white {
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C2727;
	font-style: italic;
}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	width: 100%;
}

textarea { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	width: 100%;
}ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	list-style-type: upper-roman;
}
