body {
	background: #FDFDFD url(img/background.gif) repeat-y center top;
	color: #000000;
	font-family: "MS Trebuchet", Verdana, Arial, Sans-serif;
	margin: 0;
	padding: 0;
}

.content {
	background: #FFFFFF;
}

.title { background: #FFFFFF url(img/titleimg.jpg) no-repeat right top; }

p {
	font-size: 9pt;
}

h1 {
	font-size: 14pt;
	font-weight: 600;
	color: #FF6600;
}

a, a:link {
	color: #B11A08;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	background-color: #B11A08;
	text-decoration: none;
}

h1.orange {
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #FF6600;
	font-variant: small-caps;
}

.orange {
	padding: 10px;
	border: 1px solid #FF6600;
}

h1.red {
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #B11A08;
	font-variant: small-caps;
}

.red {
	padding: 10px;
	border: 1px solid #B11A08;
}

h1.blue {
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #0562A5;
	font-variant: small-caps;
}

.blue {
	padding: 10px;
	border: 1px solid #0562A5;
}

h1.yellow {
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #FBC622;
	font-variant: small-caps;
}

.yellow {
	padding: 10px;
	border: 1px solid #FBC622;
}