@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	}
	
#top {
	font-size: .7em; 
	text-align: right;
	}
	
	#top p {
	padding-top: 20px; 
	margin-bottom: 0px;
	margin-right: 100px;
	margin-top: 0px;
	}
	
	#top a { 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#right {
	font-size: 12px;
	}
	
h1 { 
	margin-top: 0px;
	text-transform: uppercase;
	color: #6699ff;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 2px solid #99ccff;
	}
	
	.home { border-bottom: 0px; }
	
h2 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #99ccff;
	}

a { 
	color: #6699FF;
	text-decoration: underline;
	}

	a:hover {
	color: #000; 
	}

h3 {
	font-family: arial;
	font-size: 13px;
	color: #6699FF;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 2px;
}	
	
h4 {
	font-family: arial;
	font-size: 11px;
	color:#000;
	line-height: 0;

}

h5 {
	font-family: arial;
	font-size: 12px;
	color:#000;
	border-bottom: 2px solid #99CCFF;
}

h6 {
	font-family: arial;
	font-size: 12px;
	color:#fff;
	background: #6699cc;
	border-bottom: 2px solid #000;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-indent: 3px;
}

.img_a {
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}

.img_b {
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

.box {
	border: #99CCFF 1px solid;
	display: block;
	overflow: auto;
	padding: 2 2 2 2px;
}

.nofloat {
	clear: both;
}

#text p { 
	font-size: 13px;
	line-height: 115%;
	}
	
#text ul, li {
	font-size: 100%;
	}
	
#menu {
	font-size: 11px;
	}
	
p.top {
	text-align: right;
	}
	
	p.top a { font-size: 10px; }
	
	
	
/* LEFT SIDE */

.side-link { 
	width: 160px;
	height: 81px;
	padding-top: 3px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #6699ff;
	}
	
	.side-link img {
	float: left; 
	margin-right: 3px;
	}
	
	.side-link a {
	text-decoration: none;
	font-weight: bold;
	color: #6699ff;
	}
	
	.side-link a:hover { color: #333; }
	
.center { text-align: center; margin-left: auto; margin-right: auto; }

hr { color:#6699FF; background-color:#6699FF; height: 1px; border: none; }

/* CONTACT */

.contact { margin-left: auto; margin-right: auto; }
	
/* FOOTER */

#end { font-size: 11px; }
#end a { color: #000; font-size: 11px; font-weight: bold; text-decoration: none; }
#end a:hover { color: #66CCFF; }
#end p { margin-top: 0px; margin-bottom: 0px; }

ul.footer {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
ul.footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	margin-bottom: 0px;
	}
	
	ul.footer li.last {
		border-right: 0px;
		}
		
		
.contentFrame h3 { font-size: 10px; text-transform: none; }