@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#84699c;
	height:100%;
}

body, h3 , h2 , h1, input , td , table, div, span, a, select, option, textarea, p, label, li, ol, ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:13px;
	line-height:2em;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a, img {
	border:none;
}

h1, a, h2, h3 {
	color:#482462;
}

h1 {
	font-size:24px;
}


td.nav-table {
	padding-left:20px;
}

td.nav-table h1 {
	color:#777;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	line-height:16px;
	margin:0px;
	margin-top:20px;
	
}

td.nav-table h2 {
	color:#777;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:12px;

}

td.nav-table p, a {
	font-size:14px;
	color:#482462;
	line-height:1em;
}

td.nav-table a.current {
	color:#000;
	font-weight:bold;
}


