body{
	margin:0px;
	background-color:#fefefe;
}

.main_table {
background:url(images/background.jpg) top center repeat-y;
}

.menu{
	width:661px;
	height:34px;
	background-color:#FFFFFF;
	text-align:right;
}
.article{
	padding-top:16px;
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
	margin-right:0px;
	font:normal 10px Verdana;
	color:#656565;
	/*color:#dd4b22;*/
}
.article #title{
	padding-bottom:5px;
	border-bottom:1px solid #ed1b2e;
	margin-bottom:6px;
	font: 16px verdana;
}

.tab_gray{
	color:#6d6e72;
	font-family: tahoma;
	font-size: 11px;
	/*background-color: #f1f1f3;*/
	background:url(images/tab_bgnd.gif) top right repeat-y;
	padding:5px 0px 5px 5px;
	font-weight:bold;
	margin-right: 12px;
}

.about_white_area{
	font-family: verdana;
	font-size: 10px;
	margin-right: 12px;
	color: #656565;
}
.form_table{
	/*border-bottom:1px dashed #cccccc;*/
	margin-right:12px;
	font:normal 10px Verdana;
	color:#656565;
}
.form_table INPUT, SELECT{
	font:normal 10px Verdana;
	color:#ed1b2e;
	width:240px;
	height:17px;
	border:1px solid #656565;
}
.form_table TEXTAREA{
	font:normal 10px Verdana;
	color:#ed1b2e;
	width:240px;
	height:60px;
	border:1px solid #656565;
}
#quote {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
#qauthor {
	font-weight: normal;
	font-size: 12px;
	color: #ed1b2e;
}

.smallmlinks {
	color:#FE0000;
	text-decoration:none;
}
.smallmlinks:hover{
	text-decoration:underline;
}