/* CSS : 12-1 */
body {
	background-color: #000000;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
body,td,th {
	color: #5B6AA1;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #974A30;
	text-decoration: underline;
}
a:visited {
	color: #974A30;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* colors */
.mbod {
	width:630px;
	padding:20px;
	text-align:left;
	background-color:#FFF8CC;
	border-top:10px solid #5B6AA1;
	border-left:15px solid #5B6AA1;
	border-right:1px solid #5B6AA1;
	border-bottom:1px solid #5B6AA1;
}
.break {
	width:600px;
	padding:10px;
	margin:20px 0px;
	background-color:#FFFFFF;
	border-bottom:5px solid #5B6AA1;
	border-right:9px solid #5B6AA1;
	border-left:1px solid #5B6AA1;
	border-top:1px solid #5B6AA1;
}
.img img {
	border:1px solid #5B6AA1;
	margin:2px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.img img:hover {
	border:3px solid #FF9900;
	margin:0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#974A30;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#5B6AA1;
}
.bicol {
	float:left;
	width:290px;
	margin:10px;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:3.1em;
	line-height:1.2em;
	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;}
.ptb1em {padding:1em 0em;}
.rtable {margin:1em 0em;}
.rtable td {
	padding:7px;
	border:1px solid #5B6AA1;
	background-color:#FFFFFF;
}