.header {
        text-align: center;
	font-size: 2em;
}
.style1 {
	text-align: center;
	text-transform: uppercase;
}
.style2 {
	text-align: left;
}
.style3 {
	text-align: left;
	font-size: 1.25em;
}
#table1{
	border-collapse:collapse;
	border:0px;
}
.white-shadow {
	text-shadow: #FFFF99 0em 0em 0.4em;
	filter: Shadow(Color=#FFFF99, Direction=0, Strength=4);
}
.black-shadow {
	text-shadow: black 0.2em 0.15em 0.3em;
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
}
.content {
	margin-left:18%;
}
.default {
	color: #CCFF33;
	background-color: #6600CC;
	text-align:center;
	font-family: "Tahoma";
	font-size: 1em;
	font-weight:bold;
}
body.default a:link, body.default a:visited {
	color: #93FF33;
	background-color: #6600CC;
}
body.default a:hover, body.default a:active {
	color: #CCFF33;
	background-color: #6600CC;
}
.blue-cell {
	color: #FF6600;
	background-color: #000099;
	font-family: "Tahoma";
	font-size: 1em;
	font-weight:bold;
	text-align:center;
}
td.blue-cell a:link, td.blue-cell a:visited {
	color: #FF6633;
	background-color: #000099;
}
td.blue-cell a:hover, td.blue-cell a:active {
	color: #ffae00;
	background-color: #000099;
}
.orange-cell {
	color: #000099;
	background-color: #FF6600;
	font-family: "Tahoma";
	font-size: 1em;
	font-weight:bold;
	text-align:center;
}
td.orange-cell a:link, td.orange-cell a:visited {
	color: #530099;
	background-color: #FF6600;
}
td.orange-cell a:hover, td.orange-cell a:active {
	color: #000099;
	background-color: #FF6600;
}
p {
	/* http://stackoverflow.com/questions/2833068/text-indent-after-the-first-line-in-a-paragraph */
	text-indent: -15px;
	padding-left: 15px;
}
