/*DH Code!*/
body
{
background-image:url('Background.png');
background-repeat:no-repeat;
background-color:#92c9e3;
background-attachment:fixed;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

/*Generic Properties*/
table
{
	width:900px;
	border:2px solid #9b8fc5;/*Purple Outer Border */
	background:#fff;/*white*/
	margin-left:auto;
	margin-right:auto;
	
}

tr
{
	color:#1c0082;
}

th,td
{
	padding:3px 5px
}

td
{
	text-align:left;
}
th a
{
	width:100%;
}

iframe
{
	width:900px;
	height:310px;
	border:0px;
	float:center;
}

img
{
	border-style:none;
}

p
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*Page Bottom Icon*/
p.baseicon
{
	text-align:center;
}


/*Page Header Table*/
table.PageHeader
{
	color:#188bc2; /*text colour*/
}

tr.PageHeader
{
	background:#b0e4ec;
}
td.PageHeader
{
	Padding:10px;
}

/*MainTable*/
thead.MainTableHeader th
{
	background:#92c9e3 url(tabs.gif) 100% 0 no-repeat;
	font-size:.9em
	color:#1c0082;
}

tr.odd
{
	background:#cdeff3;
}

tr.even
{
	background:#b0e4ec;
}

tr.oddnotyet
{
	background:#cdeff3;
	color:Gray;
}

tr.evennotyet
{
	background:#b0e4ec;
	color:Gray;
}


/*Mouse Over events*/

/*tr.odd:Hover
{
	background:#e58529;
}

tr.even:Hover
{
	background:#e58529;
}

*/
	
#Logo
{
	Width:135px;	
}


/*


*/

