@charset "UTF-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #ff3333;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
}
.nav {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 170%;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: 000000;
}
.textlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	font-style: italic;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: ff3333;
	font-style: italic;
}
.paragraph {
	padding-bottom: 20px;
}
