/* html tags */

body {
	background-color : #cce8f4;
	margin-top : 0;
	margin-left : 0;
	}

h1 {
	margin: 16px 0 2px 0;
	color: #39399b;
	font-family: verdana;
	font-size: 12px;
	}

h1.rule-aqua {
	margin: 16px 0 2px 0;
	border-bottom : 2px solid #cce8f4;
	padding-bottom : 2px;
	color: #39399b;
	font-family: verdana;
	font-size: 12px;
	}

h2 {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	margin-bottom : 0px;
	}

td {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	}

p {
	margin-top: 4px;
	margin-bottom: 10px;
	}

.button {
	color : #fff;
	background-color : #39399b;
	margin : 0;
	padding : 2px 2px 2px 2px;
	border-top : 1px solid #eee;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	border-left : 1px solid #eee;
	font-size : 90%; 
	font-weight : bold;
	}

.table-head-rule {
	border-bottom : 2px solid #39399b;
	padding : 12px 0 4px 0;
	color: #39399b;
	font-family: verdana;
	font-size: 12px;
	font-weight : bold;
	}

.caphead1 {
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	}

.caphead2 {
	color: #39399b;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	}

.capheadtext {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	}

.cellhead {
	color: #39399b;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	}

.cellsmall {
	color: #000000;
	font-family: verdana;
	font-size: 9px;
	}

.celltime {
	color: #a6a6e0;
	font-family: verdana;
	font-size: 10px;
	}


/* left navigation */

a.nav:link, a.nav:visited {
	color: #6f8ad9;
	font-family: arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	}

a.nav:hover, a.nav:active {
	color: #39399b;
	font-weight: bold;
	}

a.nav-a:link, a.nav-a:visited {
	color: #a6a6e0;
	font-family: arial, helvetica;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
	}

a.nav-a:hover, a.nav-a:active {
	color: #39399b;
	font-weight: bold;
	}


/* footer classes */

.footer {
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	}
a.footer {
	color: #39399b;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	}

a.feature {
	color: #39399b;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	}

a.capheadtext {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	}


