body {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 15px;
}

/*LINKS*/
a {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}

a.copyright {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.copyright:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/*END LINKS*/

/*TABLES*/
table.body {
	font-size: 10pt;
	text-align: left;
	font-family: "Trebuchet MS";
	width: 900px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

table.content {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	background-color: transparent;
	border: none;
	width: 580px;
	margin-left: 10px;
}

table.copyright {
	width: 900px;
	border: none;
	background-color: transparent;
}
/*END TABLES*/

/*MENU*/
#menu {
margin-top: 45px;
}
#menu a {
	font-size: 12pt;
	height: 24px;
	display: block;
	color: #7895A9;
	text-decoration: none;
	text-align: right;
	padding-right: 32px;
	padding-top: 2px;
	background-color: #FFFFFF;
}

#menu a:hover {
	font-size: 12pt;
	color: #CC6633;
	font-weight: bold;
	background-color: #FFFFFF;
}
/*END MENU*/


/*TDS*/
td.headertop {
	height: 150px;
	width: 900px;
}

td.headermain {
	font-family: "Trebuchet MS";
	font-weight : bold;
	font-size : 14pt;
	text-decoration: underline;
	color: #19398A;
	background: transparent;
}

td.footer {
	font-family : Verdana;
	font-style : normal;
	font-size : 10pt;
	color: #000000;
	text-align: left;
	background: #FFFFFF;
}

td.menu {
	width: 250px;
	background-color: #FFFFFF;
}

td.content
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #CC6633;
	font-style: italic;
	width: 650px;
	height: 375px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: transparent;
}

td.copyright {
	font-size: 10pt;
	text-align: right;
	font-family: "Trebuchet MS";
	color: #000000;
	font-style: italic;
}

td.transparent {
	background: transparent;
}

/*END TDS*/

/*DIVS*/
div.datum
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;	
	color: #000000;
	text-align: left;
}
/*END DIVS*/

h1 {
	font-family: "Trebuchet MS";
	font-weight : bold;
	font-size : 14pt;
	text-decoration: underline;
	color: #19398A;
	background: transparent;
}

input {
	border: 1px solid #19398A;
	background: transparent;
}

input.noborder {
	border: none;
}

textarea {
	border: 1px solid #19398A;
	background: transparent;
}
