/* Johnny Withers <jwithers@consultrix.net> */

/* Link colors */
a, a.visited, a.active, a:hover, a:hover.visted, a:hover.active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Text Styles */
html {
	margin: 0;
	padding: 0;
}
body, table, table.tr, table.td {
	font-size: 8pt;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fff;
}
form {
	margin: 0;
	padding: 0;
	height: 100%;
}

strong 
{
	color: #333;
}

/* Table Styles */
.item {
	background-color: #FFFFFF;
}
.itemNext {
	background-color: #CCCCCC;
}

.subItemNext {
	background-color: #669999;
}

.header, .header a, .header a:hover {
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
}
.pager 
{
	background-color: #999999;
	color: #FFFFFF;
}
