/* CSS : 11-1 */
body {
	background-color: #FFFAEE;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
body,td,th {
	color: #CC6666;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* colors */
.img img {
	border:1px solid #F99FC2;
	margin:2px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.img img:hover {
	border:3px solid #FF0000;
	margin:0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.break_border {
	border:3px solid #F99FC2;
}
.break_border:hover {
	border:3px solid #FF0000;
}
.break {
	background-color:#FFF3F3;
}
.break:hover {
	background-color:#FFFFFF;
}

.niche1, a.niche1:link, a.niche1:visited {
	font-size:1.1em;
	font-weight:normal;
	color:#CC6666;
}
.niche2, a.niche2:link, a.niche2:visited {
	font-size:1.1em;
	font-weight:bold;
	color:#663366;
}
a.niche1:hover, a.niche2:hover {
	color:#FF0000;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:3.2em;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.5em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
}
/* cells */
.mbod {
	width:700px;
	text-align:left;
}
.sidecol {
	float:left;
	width:200px;
	height:300px;
}
.centercol {
	float:left;
	width:300px;
	height:300px;
}
.sub1 {
	margin:3px;
	padding:1px;
}
.sub2 {
	padding:10px;
}
.bicol {
	float:left;
	width:310px;
	margin:20px;
}
/* margins-pads */
.clear {clear:both;}
.p10 {padding:10px;}
.ptb15 {padding:15px 0px;}
.h266 {height:266px;}
.w600 {width:600px;}
.ptb25 {padding:25px 0px;}
.breakout {
	font-size:2.6em;
	display:block;
	line-height:1.5em;
}
.rtable {
margin:25px 0px;
}
.rtable td {
border:1px solid #F99FC2;
background-color:#FFF3F3;
padding:7px;
}
.rtable td:hover {
border:2px solid #FF0000;
background-color:#FFFFFF;
padding:6px;
}
.title{
	font-size:4.3em;
	line-height:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
}