﻿
/* Header */

div.header
{
	background-image: url(../IMG/Header.png);
	background-repeat: no-repeat;
	height:100px;
}

table.header
{}

td.header_left
{
	background-image:url(../IMG/header_spacer.png);
	width:200px;
}

td.header_right
{
	font-family:Arial;
	font-size:xx-large;
	text-align:center;
	white-space:nowrap;
	color:#003366;
}
tr.header
{
	height:100px;	
}

/* End Header */

/* Content Styles */
table.body_back
{
	background-image:url(../IMG/header_spacer.png);	
}

td.body_right
{
	font-family:Arial;	
}

#noclass
{}
#noclass a:hover
{
	background-color: #000000;	
}

/* Main Document Styles */
#doc
{}

#doc a
{
	font-family: Arial;
	font-size: small;
	color: #6666ff;
}

#doc a:visited
{
	font-family:Arial;
	font-size:small;
	color: #666699;
}

#doc a:hover
{
	font-family: Arial;
	font-size: small;
	color: #ffffcc;
	background-color: #003366;
	
}

#doc ul 
{
	list-style-image: url(../IMG/bullet.png);
}



#doc td
{
	font-family:Arial;
	font-size:small;	
}

#doc th
{
	font-family: Arial;
	font-weight: bold;
	border-bottom: #3333cc thin solid;
	color: #000099;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	position: relative;
	margin: -7.5em auto 0 auto;
}

* html #footer
{
	margin-top: -7.4em;
}
	
#foot
{}

#foot td
{
	text-align: center;
	font-family: Arial;
	font-size:x-small;
	color: #9999CC;
}

#foot a
{
	font-family: Arial;
	font-size:x-small;
	color: #3366CC;	
}

#foot a:hover
{
	background-color: #3366CC;
	font-family: Arial;
	font-size: x-small;
	color: #FFFFCC;
}

/* End Main Document Styles*/

/* End Content Styles */