body {
	background-color: #000;
	line-height: 1.75;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}
.buy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F7EFDE;
	background-color: #000;
	border: 2px solid #BD0839;
	font-weight: bolder;
	width: 65px;
	height: 25px;
	cursor: pointer; 
	cursor: hand;
}
.bold_small {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.a9 {
	font-size: 9px;
}
.copyright {
	font-size: 10px;
}
a:link {
	color: #DB0424;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DB0424;
}
a:hover {
	text-decoration: none;
	color: #F7EFD6;
}
a:active {
	text-decoration: underline;
	color: #F7EFD6;
}
.main_menu {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #000;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	font-variant: normal;
	text-transform: uppercase;
}
.main_menu a:link{
	background-color: #000;
	text-align: center;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
.main_menu a:hover{
	text-align: center;
	padding: 5px;
	color: #DB0424;
	text-decoration: underline;
}
.main_menu a:active{
	background-color: #000;
	text-align: center;
	padding: 5px;
	color: #DB0424;
	text-decoration: underline;
}
.main_menu a:visited{
	background-color: #000;
	text-align: center;
	padding: 5px;
	color: #CCC;
	text-decoration: none;
}
.excerpt {
	color: #000;
	line-height: 2;
	text-align: left;
}
.excerpt-header {
	font-size: 16px;
	font-weight: bold;
	color: #DB0424;
}
.image-middle {
	vertical-align: middle;
}
.medium {
	font-size: 11px;
}
