@charset "utf-8";
/* CSS Document */

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	background-color: #FFFDEE;
	background-image:url(images/bg-body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.style2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

.style3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}

.style4 {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}

.style5 {
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}

.style6 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.style7 {
	color: #EF1822;
	font-weight: bold;
	font-size: 18px;
}


.small {
	color: #333333;
	font-weight: normal;
	font-size: 9px;
}

a.link  {
	color:#EF1822;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.link:hover  {
	color:#660000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
	