/* CSS Document */
body {
	background-color: #6699CC;
	margin-left: 50px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 25px;
}
body,td,th {
	font-size: 12px;
	color: #6699CC;
	font-family: Century Gothic, Arial;
	line-height:1.5em;
	letter-spacing:.2px;
}
a:link {
	color: #CC4466;
	text-decoration: none;
}
a:visited {
	color: #CC4466;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
h1,h2,h3,h4 {
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:2em;
	line-height:1.25em;
	letter-spacing:.7px;
}
h3 {
	font-size:1.3em;
	line-height:1.5em;
	letter-spacing:.5px;
}
/* body */
.mbod {
	width:600px;
	background-color:#FFFFFF;
	padding:20px;
	text-align:left;
}
.break {
	width:690px;
	background-color:#000066;
	color:#CC4466;
}
.break a {
	color:#000066;
}
.bcell {
	width:600px;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
}
.bcell img {
	border:1px solid #000000;
	margin:2px;
}
.bcol {
	float:left;
	width:150px;
	height:100px;
}
.fcell {
	float:left;
	width:264px;
	margin-top:15px;
	margin-right:30px;
}
.thumb img {
	margin:2px;
	border:1px solid #FF6600;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.thumb img:hover {
	border:1px solid #CC3366;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
/* bits */
.bt {border-top:1px solid #CC3366;}
.bb {border-bottom:1px solid #CC3366;}
.blr {border-left:1px solid #CC3366;border-right:1px solid #CC3366;}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#CC4466;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#000066;
}