@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 270%;
	font-weight: normal !important;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	color:#000066;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal !important;
	padding-top: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color:#000066;
	text-transform: uppercase;
}
.selectionTable {
	margin-top: 30px;
}
.selectionTable td {
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	border-right: 10px solid white;
}
.selectionTable td.lastColumn {
	border-right: none;
}
.selectionTableLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	letter-spacing: 1px;
	font-weight: bold;
}
a, a:link, a:visited, a:active {
	color:#000066;
	text-decoration:none;
}
a:hover {
	color:#000066;
	text-decoration:underline;
}
.normallist {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style-image: url(dot.png);
}
.normallist li {
	margin-bottom: 5px;
}

