@charset "utf-8";


body {
	background-image:url(images/bg2.jpg);
	background-repeat:repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color:#000000;
}


.navigation {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color:#ffffff;
}

.columntext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	color:#000000;
}



a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D9A30D;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}

a.bottomlink {
	color: #000000;
}

a.sidebar:link{
	font-size: 14px;
}

a.sidebar:hover {
	color: #113A78;
	font-size: 14px;
}
a.sidebar:active{
	font-size: 14px;
}
a.sidebar:visited{
	font-size: 14px;
}


.footer {
	position:relative;
	width: 1000px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	line-height:20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#ffffff;
	background-color: #0E304C;
	
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000000;
	text-decoration: underline;
}

.img {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	text-align: right;
}

.titlebox {
	position: relative;
	float: left;
	width: 400px;
	height: 130px;
	text-align: center;
	padding-top: 70px;
}

.printbox {
	/*
	position: relative;
	float: left;
	width: 60px;
	hieght: auto;
	text-align: center;
	padding-top: 20px;
	*/
	display: inline;
}

.content {
	position: relative;
	width: 755px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align:justify;
}
