body {
	font-family: "Trebuchet MS", "Lucida Sans", "Palatino Linotype", Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/castle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FCFBFD;
	margin: 0px;
	padding: 5px;
}
h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #310B64;
	margin-top: 0px;
	margin-bottom: 1.7em;
}
h1, h2, h3, a {
	color: #310B64;
}
h5 {
	font-size: medium;
	font-style: italic;
}
h6 {
	font-size: medium;
	color: #310B64;
}
ol {
	list-style-type: none;
}
a:hover {
	background-color: #F4F2F7;
}
#applicationoptions {
	position: absolute;
	right: 4px;
	top: 4px;
	vertical-align: middle;
}
#homepage {
	background-image: url(../images/home.png);
}
#logout {
	background-image: url(../images/logout.png);
}
#homepage, #logout {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 35px;
	padding-left: 35px;
}
#applicationoptions>#homepage, #applicationoptions>#logout {
	padding: 10px 5px 10px 35px;
	min-height: 35px;
}
em {
	color: #FF0000;
}
.excel {
	background-image: url(../images/excellogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.pdf {
	background-image: url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.question {
	font-weight: bold;
	color: #993366;
}
