body {
	font-family: Arial, Tahoma;
	margin: 0px;
	padding: 0px;
}

.text-std {
	font-size: 10px;
}

.text-lrg {
	font-size: 12px;
}

.title {
	font-weight: bold;
	font-style: italic; 
	font-size: 18px;
}

.times {
	font-family: Times New Roman;
}

.download-subtitle {
	color: #6E6D71;
	font-weight: bold;
	font-size: 15px;
}

.download-title {
	color: #6E6D71;
	font-weight: bold;
	font-size: 16px;
}

DIV.download-list {
	float: left;  
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.orange-title {
	color: #F28B19;
	font-weight: bold;
	font-size: 17px;
}

.orange {
	color: #F28B19;
}

a.orange:visited {
	color: #F28B19;
}

a.orange:link {
	color: #F28B19;
}

a.orange:hover {
	color: #F28B19;
}



.purple {
	color: #9A1179;
}

a.purple:visited {
	color: #9A1170;
}

a.purple:link {
	color: #9A1179;
}

a.purple:hover {
	color: #9A1179;
}



a:visited, a.moorange:visited {
	color: #000;
	text-decoration: none;
}

a:link, a.moorange:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.moorange:hover {
	color: #F28B19;
	text-decoration: none;
}

a:active, a.moorange:active {
	color: #000;
	text-decoration: none;
}

