/* CSS : 10-1 */
body {
	background-color: #F2CD9F;
	margin-left: 15px;
	margin-top: 45px;
	margin-right: 15px;
	margin-bottom: 15px;
}
body,td,th {
	color: #F2CD9F;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
	letter-spacing:.2px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/* colors */
.borders {
	border:1px solid #FCFDD8;
}
.cframe {
	color:#F2CD9F;
	background-color:#44546F;
}
.cmain {
	color:#F2CD9F;
	background-color:#000000;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:3em;
	line-height:1.1em;
	letter-spacing:.7px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.8em;
	line-height:1.5em;
	letter-spacing:.5px;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
	letter-spacing:.2px;
}
/* sets */
.img img {
	border:1px solid #000000;
	margin:2px;
}
.img img:hover {
	border:1px solid #FFFFFF;
	margin:2px;
}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#F2CD9F;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
}
/* cells */
.mbod {
	width:624px;
	padding:10px;
	text-align:center;
}
.head {
	padding:5px;
}
.main {
	width:602px;
	padding:10px;
	text-align:left;
}
.copy {
	width:624px;
	color:#000000;
}
/* margins-pads */
.clear {clear:both;}
.w600 {width:600px;}
.p10 {padding:10px;}