/* Standard Typography */
body {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}
h1 {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	/*color: #336699;*/
	color: white; margin-bottom: 5px;
	background-color:#ff8000;
	}
h2 {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #336699;
}
a:link {
	text-decoration : underline;
	color: #0033CC;
}
a:visited {
	text-decoration : underline;
	color: #993399;
}
a:hover {
	text-decoration : underline;
}

a img {
	border-width: 0px;
	} 

/* Repeating body for td for IE */
td {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}


/* Top Navigation table */
.topmenu {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.topmenu a:link {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.topmenu a:visited {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.topmenu a:hover {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

/* Side Navigation table */
.sidelinks {
	background-color: #A5BAE6;
	width: 175px;
	border: 8px solid #669acc;
	padding: 0px;
}
.sidelinks td {
	border: 1px solid #FFFFFF;
	padding: 3px;
	border-collapse: collapse;
	color: #000000;
	font-size: 8pt;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;

}
.sidelinks a:link {
	color: #003366;
}
.sidelinks a:visited {
	color: #003366;
}
.sidelinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
.mainHeadline {
	font-size: 14pt;
	font-weight: bolder;
	color: #003399;
	padding-top: 10px;
}
