/* CSS Document */

html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #202020;
	background-color: #d2e7e7;
	height:100%;
}
a:link, a:visited, a:active{
	color: #0776cb;
	text-decoration: underline;
}
a:hover{
	color: #5aac9e;
	text-decoration: none;
}
.box {
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
}
.content {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: justify;
}

.title_table {
	background-color: #d7d7d7;
	margin-top: 40px;
}
.title_line {
	background-color: #6D9E89;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.title {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #333333;
	padding-right: 5px;
	padding-left: 40px;
	white-space: nowrap;
}

.copyright {
	background-color: #6D9E89;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ededed;
	padding-left: 40px;
}
.bottom {
	padding-top: 10px;
	padding-bottom: 40px;
}
.textino {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	padding-right: 5px;
	padding-left: 40px;
	white-space: nowrap;
}
.centure {
	font-size: 14px;
	color: #333333;
	font-family: "Century Gothic";
	letter-spacing: 0em;
	
}
