/* Text Styles - All Browsers */
h1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #00001C;
}

h2 {
	color: #00001C;
	font-weight: bold;
	font-size: medium;
	border-bottom: 1px solid #c00;
	padding-bottom: 5px;
}
p {
	padding-left: 15px;
	font-family: Trebuchet MS, Arial, sans-serif;	
}
.smallgrey {
	font-size: x-small;
	color: #666;
	text-align: left;
}
strong, b {
	color: #600;
}
a {
	font-family: Trebuchet MS, Arial, sans-serif;	
}
td {
	font-family: Trebuchet MS, Arial, sans-serif;	
}
ol {
	font-family: Trebuchet MS, Arial, sans-serif;	
}