body { 
	margin: 0px 0px 5px 0px;
     }

a:link.header {
	text-decoration: none;
	color: black;
}
a:visited.header {
	text-decoration: none;
	color: black;
}
a:link {
	text-decoration: underline;
	color:blue;
	}
td.thin {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	border-style: flat;
	}
* html li {
	margin-bottom: .25em;
	}
* html uL {
	margin-top: .25em;
	}
h3 { 
	font-size: 1.25em;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: .25em;
    }
h1 {

	font-size: 1.75em;
    }
span.name {
	font-family : arial, helvetica, sans-serif; 
	font-size: 2.2em;
	font-weight: bold;
	vertical-align: bottom;
	}

img.logo {
	border: none;
	vertical-align: bottom;
	}

table {
	width: 100%;
	font-family : arial, helvetica, sans-serif;
	margin: 0px;
	border-collapse: collapse;
	}

table.main {
	line-height: 1.5em;
	}
	
td.main {
	margin: 5px 8px 5px 8px;
	padding: 1em 3em 1em 3em;
	}
div.copyright {
	letter-spacing: .5em;
	word-spacing: .5em;
	text-align: center;
	color: grey;
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	margin-top: .5em;
	} 
table.footer {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	}

tr.footer {
	background-color: #CCCCCC;
	}

td.footer {
	border-width: 0px;
	text-align: center;
	}

a.footer {
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}

a:hover.footer {
	color: blue;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	}

div#Hlogo {
	text-align: center;
	vertical-align: middle;
	margin-top: 2em;
	margin-bottom: 2em;
	}
div#Hlogo a {
	border: none;
	}

div#Hlogo img {
	border:none;
	}
div.index_bar {
	color: white;
	background: white;
	height: 2px;
	border: 0;
	margin: 0em;
	}

hr.index_bar {
	display: none;
	}

div#preview {
	text-align: center;
	}

div#preview a {
	position: relative;
	z-index:1;
	}
div#preview a:hover {
	font-size: 100%;
	z-index: 5;
	}

div#preview img {
	border: 0px;
	margin-left: 2em;
	margin-right: 2em;
	z-index: 2;
	}

div#preview a:hover span {
	display: block;
        position: absolute; 
	top: -5px; 
	left: 40px; 
	width: 200px;
	padding: 5px; 
	margin: 10px; 
	z-index: 10;
	color: black; 
	background: #FFFFCC;
	font: 1em Verdana, sans-serif; 
	text-align: center;
	border: 1px solid yellow;
	text-decoration: none;
	}

/* for ie only */
* html div#preview a:hover span {
        top: 70px;
	left: 40px;
	}
	
div#preview a span {
	display: none;
	}

div#index_links tr.line1, div#top_links tr.line1 {
	background-color: #7A86FE;
/*	background-color: #70BF53;*/
	}

tr.break {
	height: 2px;
	}

div#top_links tr.line2, div#index_links tr.line2 {
	background-color: #8792F2;
/*	background-color: #70BF53;*/
	}

div#index_links table, div#top_links table {
	clear: both;
	}

div#top_links td, div#index_links td {
	text-align: center;
	border-top: 2px solid white;	
	}

div#top_links a, div#index_links a {
	color: black;
	text-decoration: none;
	}
	
div#top_links a:hover {
	color: white;
	}	
	
div#index_links a:hover {
	color: white;
	font-size:100%; 
	}
div#index_links a span {
	display: none;
	}

div#index_links a:hover span {
	display: block;
	z-index: 100;
	color: black;
	font: Arial, Helvetica, Sans-Serif;
	position: absolute;
	background: white;
	top: 54px;
	right: 8%;
	width: 200px;
	margin: 10px;
	padding: 5px;
	} 
