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

body {
	text-align:left;
	margin: 0; 
	padding: 0;
	background-color:#dcf7ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

body p {
	margin-top:0;
	text-align:justify;
}

body p.last {
	margin-bottom:0px;
}

li {
	text-align:left;
}

h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 3px; 
	margin-top: 0;
	color:#900;
	/*color: #7D775C;*/
}

h4 { 
	font: italic bold 1em georgia, sans-serif;
	display:inline;
	letter-spacing: 1px;
	margin-bottom: 3px; 
	margin-top: 0;
	color:#300;
	/*color: #7D775C;*/
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#930;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #930;
}

a:hover, a:active { 
	text-decoration: underline; 
	color:#F00;	
}

img.border {
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	margin:0;
	padding:0;
	color:#000;
}

td.tiny {
	line-height:0;
}

div.navigation p#current {
	font-weight:bold;
	color:#00C;
	text-transform:uppercase;
}