﻿.blueLarge {
	font-size: 24px;
	color: #000066;
}

.blueMedium {
	font-size: 18px;
	color: #000066;
}

.blackStd {
	font-size: 14px;
}

.blackSmall{
	font-size: 12px;
}

.blackSmallIndent{
	font-size: 12px;
	text-indent:15px;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000066;
}

