/* Global Styles */

body {
	background: #fdee3e url(/media/img/background.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-family: georgia;
	font-size: 10pt;
	color: #000000;
}

/* General Styles */

input {
	font-family: arial;
	font-size: 8pt;
}

textarea {
	font-family: arial;
	font-size: 8pt;
}

select {
	font-family: arial;
	font-size: 7pt;
}

td {	
	font-family: helvetica;
	font-size: 8pt;
	color: #000000;
}

a:active, a:link, a:visited {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:underline;
	color: #cc0000;
}

.edges {
	border: 1px solid #e55123;
}

.cell {
	background-color: #ffffff;
}

/* Special Styles */

.body {
	font-family: georgia;
	font-size: 10pt;
	color: #000000;
}

.go {
	font-size: 8pt;
	color: #000000;
}

.go a:link, a:visited, a:active {
	color: #e55123;
	text-decoration: none;
}

.go a:hover {
	color: #000000;
	text-decoration: none;
}

.navigation {
	font-size: 8pt;
	color: #000000;
}

.navigation a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.readmore {
	font-size: 8pt;
	font-weight: bold;
	color: #e55123;
}

.readmore a:link, a:visited {
	color: #e55123;
	text-decoration: none;
}

.readmore a:hover {
	color: #e55123;
	text-decoration: underline;
}

.header {
	color: #e55123;
	font-weight: bold;
	font-family: georgia;
	font-size: 12pt;
}























/* Why are you way down here? */