/* CSS Document */



a {
	color:#333;
	font-size: 10pt;
	font-family:"Trebuchet MS",arial;
	text-decoration:none;
}
a:hover {
	color:#333;
	font-size: 10pt;
	font-family:"Trebuchet MS",arial;
	text-decoration:underline;
}

DIV, TABLE {
	font-size: 13pt;
	font-family:"Trebuchet MS",arial;
}

DIV.navig {
	color:#333;
	font-size: 12pt;
	font-family:"Trebuchet MS",arial;
	line-height:1.1em;
}

DIV.navig a {
	color:#000;
	font-size: 12pt;
	font-family:"Trebuchet MS",arial;
	text-decoration:none;
}

DIV.navig a:hover {
	color:#444;
	font-size: 12pt;
	font-family:"Trebuchet MS",arial;
	text-decoration:none;
}

h1{
	font-size: 13pt;
	font-family:"Trebuchet MS",arial;
	font-weight: bold;
	margin-bottom: 0px
}

h2{
	font-size: 12pt;
	font-family:"Trebuchet MS",arial;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.textField {
background-color: eeeeee;
border-color: aaaaaa;
border-style:solid;
border-width: 1px;
color: 000000;
font-size: 10pt;
font-family: arial;
}

.button {
background-color: ff9900;
border-color: 000000;
border-style: solid;
border-width: 1px;
color: 222222;
font-size: 9pt;
font-family: font-family:"Trebuchet MS",arial;
}

input:focus, input.sffocus, textarea:focus, textarea.sffocus {
	background: #99ccff;
	border: 1px solid #555555;
}

/* footer */
DIV.footer {
	color:#333333;
	font: 8pt 'Trebuchet MS', Verdana, sans-serif;
	line-height:1.4em;
}

DIV.footer a {
	color:#333333;
	text-decoration:none;
	font: 8pt 'Trebuchet MS', Verdana, sans-serif;
}

DIV.footer a:hover {
	color:#058BEC;
	text-decoration:none;
	font: 8pt 'Trebuchet MS', Verdana, sans-serif;
}
