h1 { font-size:16px;}

body {
	margin-top: 0px;
	background-color: #005599;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

table.mainTable {
	border: 5px solid #0099DD;
	background-color: #ffffff;
}	

td.header {
	border-bottom: 5px solid #ffffff;
}

td.menu a{
	color:#000000;
	font-weight:bold;
	font-size: 11pt;
	letter-spacing: 1px;
}	

td.menu a:hover{
	color:#ff0000;
	border-bottom: 2px solid #ff0000;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* content */
td.content {
	height:475px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color:#000000;
}

td.content a {
	color:#0099DD;
}

td.content h3 {
	padding: 5px;
	border: 1px solid #eeeeee;
	font-family: Tahoma, Arial;
	background-color: #0099DD;
	color: #ffffff;
}

/* Site Summary */
td.siteSummary {
	padding: 10px;
	text-align: justify;
	font-size: 8pt;
	color: #888888;
}

/* footer */
td.footer {
	background:url(images/footer.jpg) no-repeat;
	height:100px;
	text-align:center;
	padding-top: 10px;
	color:#555555;
	font-size: 8pt;
}

td.footer a {
	color:#5593c3;
}
.mainTable tr .siteSummary {
	text-align: center;
}

.breadcrumbs
{
     width:780px;
     margin-top:6px;
     padding: 5px;
     color: #737373;
     font-size: 11px;
     font-weight: bold;
}
.breadcrumbs a
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}
.breadcrumbs a:hover
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}
