A:link, A:visited, A:active
	{
	FONT-FAMILY: arial, verdana, helvetica, sans;
	font-size: 8pt;
	COLOR: #001382;
	TEXT-DECORATION: none
	}
A:hover
	{
	TEXT-DECORATION: underline;
	}
BODY
	{
	margin: 4px 4px 4px 4px;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	}
#main
	{
	width: 780px; height: auto; border: solid 1px #C0C0C0;
	background: url(images/background-main.gif) repeat-y;
	}
#header
	{
	width: 780px; height: 130px;
	}
#menu
	{
	width: 780px; height: 20px; text-align: right;
	background: url(images/menu-background.gif) repeat-x;
	float: right;
	TEXT-ALIGN: center;
	font-size: .8em;
	}
#content
	{
	width: 560px; height: 100%; position: relative top right; float: right;
	text-align: left;
	padding: 0 12px 12px 12px;
	font-size: 8pt;
	}
#content fieldset
	{
	padding: 8px;
	}
#content fieldset form
	{
	text-align: center;
	}
#content fieldset form table
	{
	text-align: left;
	}
#lists
	{
	width: 160px;
	float: left;
	}
#lists fieldset
	{
	padding-left: 0px;
	padding-right: 0px;
	}
#lists a, #lists a:visited
	{
	display: block;
	padding: 4px 0px 4px 8px;
	}
#lists a:hover
	{
	background-color: #EEE;
	text-decoration: none;
	}
#lists ul
	{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	}
#lists li
	{
	font-size: 8pt;
	border-bottom: 1px dashed #EEE;
	}
/* fix for browsers that don't need the hack */
html>body #lists li {margin: 0px; padding: 0px;}
#footer
	{
	width: 780px; height: 68px;
	background: url(images/shadow.gif) repeat-x;
	font-size: .8em;
	text-align: left;
	}
#nav
	{
	width: 156px; height: 100%; position: relative top left; border: solid 0px #333; float: left;
	text-align: left;
	padding: 0 12px 0 12px;
	}
#subfooter
	{
	width: 780px; height: 24px;
	background: url(images/stretchbar.jpg) no-repeat;
	clear: both;
	}
#subheader
	{
	width: 780px; height: 40px;
	background: url(images/corner.gif) top left no-repeat;
	}
#copyright
	{
	color: #686868;
	width: 780px; height: 12px;
	text-align: center;
	font-size: 7pt;
	}
#textlink
	{
	font-size: 7pt;
	margin: 0 auto 0 auto;
	width: 780px;
	height: 12px;
	text-align: center;
	}
#textlink a:link {color: #686868; text-decoration: none;}
#textlink a:visited {color: #686868; text-decoration: none;}
#textlink a:hover,#textlink a:active,#textlink a:focus {color: #686868; text-decoration: underline;}
#TS {
	margin: 0 auto 0 auto;
	float: right;
	width: 100px;
	height: 18px;
}
#wrapper {
	width: 560px;
	background: url(images/operator.jpg) top right no-repeat;
}
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
 * User defined elements
 */
h1
	{
	font-size: 8pt;
	margin-bottom: 4px;
	}
h2, h3
	{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 8px 0 0 0;
	}
h4
	{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 12px 0 0 0;
	}
h5
	{
	color: #859bbc;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
p
	{
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: justify;
	font-size: 10pt;
	}
select.flat
	{
	background: transparent;
	}

/*
 * User defined classes
 */
.blue
	{
	color: #2E586E;
	}
.red
	{
	color: #6E1414;
	}
.green
	{
	color: #008E95;
	}
.button
	{
	color: #2E586E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: transparent;
	border: 1px solid #A7A6AA;
	cursor: hand;
	}
.emphasis
	{
	color: #21558A;
	font-style: italic;
	font-weight: bold;
	margin: 8px 0px 0px; 0px;
	}
.fineprint
	{
	color: #5E5E5E;
	font-size: 7pt;
	margin: 0px 0px 0px; 0px;
	}
.flat
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2E586E;
	background: transparent;
	border: 1px solid #A7A6AA;
	cursor: text;
	}
.formhead
	{
	color: #2E586E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}
.formtext
	{
	color: #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	}
.icon
	{
	margin: 0px 4px 4px 4px;
	cursor: hand;
	}
.sep
	{
	margin: 0px 0px 0px 0px;
	position: relative;
	top: -4px;
	}
.legal
	{
	color: #98A7BD;
	font-size: 82%;
	margin: 0px 0px 0px 0px;
	}
.normal
	{
	font-size: 8pt;
	}
#nav .green
	{
	font-size: 8pt;
	}
#nav .flat
	{
	color: #C0C0C0;
	}
#nav .button
	{
	color: #AAA;
	}
#nav .formtext
	{
	color: #333;
	}
#nav A:link, #nav A:visited, #nav A:active
	{
	COLOR: #6E1414;
	TEXT-DECORATION: none
	}
#nav A:hover
	{
	TEXT-DECORATION: underline;
	}

/*
 * User named DIVs
 */
#div1
	{
	}
#div2
	{
	}
#div3
	{
	}
#div4
	{
	}