/* CSS Document */
<!--

html, body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	font-size: 14px;
	background-color: #164599;
    list-style-image: url(../images/blt2.gif);
	list-style-position: outside;
	}

#out {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x; background-position: bottom; 
	border-top: 1px solid #FF6600;}

#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/sol.gif);
	background-repeat: no-repeat; background-position: top left;}
		
	
	
	
#main {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	text-align: left;
	padding: 8px;
}		
		
	
#top {
	padding: 3px; text-align: right; background-color: transparent; }


#footer {
	text-align: center;	font-size: 0.9em; color: #9999999; }
	
	
a:link {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
		
a:visited {
	text-decoration: none;	color: #FF9900; font-weight: bold;}
	
a:hover {
	text-decoration: none;	color: #FF0000;	font-weight: bold;}
	
a:active {
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
}


.hd {
	font-family: "Lucida Handwriting";
	color: #FF6600;
	font-size: 14px;
	padding: 2px;
	letter-spacing: 2px;
}

.bold {
	font-family:"Lucida Handwriting";
	color: #080E52;
	font-size:18px;
}

.sr {
	font-family:"Lucida Handwriting";
	color: #F3E593;
	font-size: 14px;
	}

.sm {
	font-family:"Courier New", Courier, monospace;
	color: #164599;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 2px;
		}
		
	.right {	float: right;	}
	
	.red {
	font-family:"Lucida Handwriting";
	color: #cc0000;
	ffont-weight: bold;
	}



.brd {	background-color: #000;	border:4px groove #F8D756;; padding: 2px; text-decoration:none; }


