body
{
	background: #C7C7C7 url('images/bg_body.gif') repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	letter-spacing: 0.2mm;
	word-spacing: 0.4mm;
	margin: 5px 10px 5px 10px;
}

#mainTable
{
	/* Margin auto is to center the table */
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-spacing: 10px 7px;
	width: 800px;
	background: #DFE4E9;
}

#headerTable
{
	width: 100%;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #C2D0DF url('images/bg_header1.gif') repeat-x;
}

.contentTable
{
	width:100%;
	border: 1px solid #000000;
	background: #FFFFFF;
}

a:link, a:visited, a:active
{
  color: #000099;
  text-decoration: none;
}

/* Only hover on links with a href attribute (oposed to links only with name attribute)*/
a[href]:hover
{
	color: orange;
}

/* ===========  CSS FOR TABS  =========== */

#tabs
{
	width: 100%;
	float: left;
	background: transparent;
	font-size: 93%;
	line-height: normal;
}

#tabs ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

#tabs li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#tabs a
{
	float: left;
	background: url('images/tableft.gif') top left no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

#tabs a span
{
	float: left;
	background: url('images/tabright.gif') top right no-repeat;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 5px 12px 4px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs a span { float:none; }
/* End IE5-Mac hack */

#tabs a:hover		{ background-position: 0% -42px; }
#tabs a:hover span	{ background-position: 100% -42px; color: #FBFBFB; }
#tabs a:focus		{ background-position: 0% -42px; }
#tabs a:focus span	{ background-position: 100% -42px; color: #FBFBFB; }
#tabs a:active 		{ background-position: 0% -42px; }
#tabs a:active span 	{ background-position: 100% -42px; color: #FBFBFB; }
#tabs #current a		{ background-position: 0% -42px; }
#tabs #current a span	{ background-position: 100% -42px; color: #FBFBFB; }
