/* This is a style sheet comment */
body {
	background-color:0000FF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	font-style: normal;
}

a:link {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFB355;
	background-color: Black;
	font-weight: bold;
}

img {
	border: none;
}

p {
	font-size: 11pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-align: justify;
}

/* left side of page */
div.left {
	width: 51%;
	position: relative;
	left: 5%;
	top: 15px;
	border: medium none Black;
	padding: 5px 3px 60px 3px;
	margin-bottom: 30px;
	font-style: normal;
}

/* right side of page */
div.right {
	width: 38%;
	position: absolute;
	left: 57%;
	top: 17px;
	border: medium none Black;
	padding: 5px 3px 60px 3px;
	margin-bottom: 100px;
	font-style: normal;
	height: 80%;
}

/* bottom of page */
div.bottom{
	width: 98%;
	position: relative;
	bottom: 5px;
	padding: 5px 3px 5px 3px;
	margin-bottom: 10px;
	font-style: normal;
	vertical-align: bottom;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

.bold {
	font-weight: bold;
	font-size: x-large;
}
.bol {
	font-weight: bold;
}

.red {
	color: #C90000
}

/* site navigation */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#navigation li {
	display: inline;
}

#navigation a:link, {
	color: Black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
}

#navigation a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFB355;
	background-color: Black;
	font-size: 13pt;
	font-weight: bold;
}
/* end end navigation */

li {
	line-height: 18pt;
	font-size: 11pt;
}

/* home page links */
table.links {
	width: 100%;
	border: 2px none #929292;
	text-align: left;
	position: relative;
	top: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
}
td.linl {
	width: 33%;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: middle;
	font-size: 11pt;
	border: 4px none #888888;
}
td.linc {
	width: 33%;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 11pt;
	border: 4px none #888888;
}
td.linr {
	width: 33%;
	padding: 3px 3px 3px 3px;
	text-align: right;
	vertical-align: middle;
	font-size: 11pt;
	border: 4px none #888888;
}
/* end home page links */