@charset "utf-8";
body {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	font-size: 12px;
	font-style: normal;
	/*color:#6d6d6d;*/
	color:#333333;
}
a {
	color:#e5161e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wraper h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom:5px;
	margin-top:20px;
}
h1 {
	font-size: 24px;
	text-transform:uppercase;
	font-weight:bold;
	text-indent:30px;
	background-image:url(../images/logo_bullet.png);/**/
	background-position:left 3px;
	background-repeat:no-repeat;
}
h2 {
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
}
.megaRed {
	color:#e5161e;
}
.megaGrey {
	color:#6d6d6d;
}
