/* CSS : 14-1 */
body {
	background-color: #FFF9FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #CD81B0;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #411A59;
	text-decoration: underline;
}
a:visited {
	color: #411A59;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* local */
.mbod {
	width:600px;
	text-align:left;
	padding:30px 20px;
	margin-right:50px;
	border-left:37px solid #F7E2E1;
}
.hbar {
	width:750px;
	background-color:#F7B3E1;
	height:1px;
	clear:both;
	margin:0px 0px 37px 0px;
}
.break {
	background-color:#FFFFFF;
	padding-left:56px;
	border-left:0px;
	border-right:17px solid #F0ADBD;
	border-left:1px solid #F7E2E1;
}
.img img {
	border:1px solid #F0ADBD;
	margin:2px;
}
.img img:hover {
	border:1px solid #FF0000;
	margin:2px;
}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#411A59;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#751A59;
}
.bicol {
	float:left;
	width:280px;
	margin:10px;
	text-align:left;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:2.8em;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.7em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
}
/* margins-pads */
.clear {clear:both;}
.w600 {width:600px;}