@charset "utf-8";
a
{
  outline: none;
}

body {
	background-image: url(_media/template/images/bg.jpg);
	background-repeat: repeat;
}

.content {
	font-family: sans-serif;
	padding: 25px;
}
.content h1 {
	font-size: 16px;
	line-height: 15pt;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 5px;
	color: #333333;
	margin-bottom: 30px;
}

.content p {
	font-size: 14px;
	line-height: 16pt;
	color: #333333;
}
.content li {
	font-size: 14px;
	color: #333333;
	list-style-image: url(_media/images/arrow.jpg);
	padding-bottom: 5px;
	margin-top: 5px;
}

.footer h2 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
}
.img_border {
	border: 1px solid #000000;
}
.img_border2 {
	border: 1px solid #000000;
	margin-left: 15px;
	margin-bottom: 15px;
}

