/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-image: url('graphics/tile_blue_texture.jpg');
}

/* This sets the padding and background image for the inset cell in the left bar */
.insetCell {
	padding-left: 5px;
	padding-right: 12px;
	background-image: url('graphics/tile_inset.jpg');
	background-repeat: repeat-y
}
/* Sets the font controls for text inside .insetCell */
.insetCellText {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* Sets the padding of the cell containing the main content */
.contentCell {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 18px;
	padding-bottom: 0px;
}
/* Controls the spacing at the top of the cell containing the footer */
.footerCell {
	padding-top: 5px;
}
/* Sets the font controls for the footer text at the bottom of each page */
.footer {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* Main link styles */
a:link { color: darkblue; }
a:visited { color: #666666; }
a:hover { color: orange; }
/* Secondary link styles for footer area */
a.footer:link { color: white; }
a.footer:visited { color: white; }
a.footer:hover { color: #cccccc; }
