/* colors
content blue: 195,220,238
*/

/* default font size*/
body, body div, body p, body th, body td, body li, body dd	{
	voice-family:	inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:	10pt;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	10pt;
}

h1 {
  font-size: 120%;
  font-weight: bold;
  padding-top: 15px;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  padding-top: 35px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  padding-top: 15px;
}

a {
	color: #285F62;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color: #e22d1b;
	}


div.footer {
  font-size: 8pt;
  color: #ffffff;
  margin: 3px;
}

a.footer {
	color: #ffffff;
	}
a.footer:visited {
	color: #ffffff;
	}
a.footer:hover {
	color: #e22d1b;
	}


/* layout, global settings settings */

table.layout {
	width: 735px;
	background-color: #ffffff;
	color: #000000;
	border: 0px;
	}
body {
	background-color: #ffffff;
	color: #000000;
	}
td.navbar {
	background-color: #000000;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
	}
td.content {
	background-color: rgb(195,220,238);
/*	height: 300px; */
	}
td.footer {
	background-color: #000000;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	}

/* navigation options */

#tabs {
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

#tabs ul {
	list-style: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	color: #ffffff;
	}
	
#tabs li a {
	padding: 2px 15px 2px 15px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	}

#tabs li a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	}
