/* CSS : 4-3 */
body {
	background-color: #FFFCE0;
	margin-left: 20px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 15px;
}
body,td,th {
	color: #A095AE;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #B55656;
	text-decoration: underline;
}
a:visited {
	color: #B55656;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/* local */
.mbod {
	text-align:left;
}
.img img {
	border:1px solid #333333;
	margin:2px;
}
.img img:hover {
	border:1px solid #000000;
	margin:2px;
}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#A095AE;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#B55656;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:2.5em;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.2em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.4em;
}
/* etc */
.clear {clear:both;}
.p10 {padding:10px;}
.p5 {padding:5px;}
.ptb10 {padding:10px 0px;}
.ptb20 {padding:20px 0px;}
.ptb30 {padding:30px 0px;}
.w700 {width:700px;}
.w600 {width:600px;}
.w400 {width:400px;}
.w350 {width:350px;}
.w340 {width:340px;}
.w300 {width:300px;}
.w200 {width:200px;}
.w175 {width:175px;}
.w150 {width:150px;}
.h200 {height:200px;}
.fl {float:left;}
.fr {float:right;}