/*--------------------Start Reset Declaration---------------------------
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
	p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
	sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-family: inherit;
		font-size: 100%;
		vertical-align: baseline;
	}
--------------------End Reset Declaration---------------------------*/

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	/*background: gainsboro;*/
	background:#AAAAAA;
}
:focus {
	outline: none;
}
a {
	color: #01A1C3;
}

img {
	border: 0;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}

table.data {
	border-collapse: collapse;
}

table.data thead, table.data tfoot {
	background: gainsboro;
}

table.data td, table.data th {
	padding: 4px;
	margin: 0;
	border: 1px solid #DCDCDC;
	vertical-align: top;
}

table.data td.numeric, table.data th.numeric {
	text-align: right;
}

table.data td.total {
	font-weight: bold;
}

table.data tr.alt {
	background: #f2f2f2;
}

table.full {
	width: 100%;
}
.error { color: red; }
.info { color: #008; }

div#page {
	border: 1px solid #c9c9c9;
	margin: 0 auto;
	text-align: left;
	min-width: 960px;
	max-width: 960px;
	background: #fff;
}

/*-------------------------------------- START HEADER STYLING ------------------------------------*/
	img.rtLogo {
		margin: 5px;
		float:left;
	}
	
	div.gradientBar {
		height: 20px;
		width: 100%;
		background-image: url("/gfx/headerGradient.jpg");
		background-repeat:repeat-y;		
		margin: 1px 0px;
		clear: left;
	}
	
	div#nav { height: 70px; }

/*-------------------------------------- END HEADER STYLING ------------------------------------*/

div#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

div#nav ul li {
	margin: 43px 2px 0px 2px;
	float: left;
	width: 113px;
	background: url("/gfx/tab2.jpg") no-repeat;
	text-align: center;
	height: 27px;
	padding-top: 6px;
}

div#nav ul li a {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

div#nav ul li a:hover {
	text-decoration: underline;
}

div#body {
	padding: 8px;
}

div#footer {
	clear: both;
	background: #808080;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 10px;
}

div#footer ul {
	padding: 0;
	margin: 0;
}

div#footer ul li {
	display: inline;
	margin: 0 8px;
}

div#footer ul li a {
	color: #fff;
	text-decoration: none;
}

/*---IE TRICKS---*/

* html div#nav ul li {
	height: 21px;
}

* html div#page {
	width: 960px;
}