html, body {
	margin: 0px;
	padding: 0px;
	background-color: #1b568c;
	font-family: Tahoma, Verdana, Arial;
	color: #93b9df;
	font-size: 11px;
	height:100%;
}
.height-full {
	height:100%;
}
.white {
	color: #FFFFFF;
}

table
{

}
td,th
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #93b9df;
	text-align: justify;
}
link {
color:#93b9df;
}

a:link, a:visited, a:hover, a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.content-per
{
	font-family: Tahoma, Verdana, Arial;
	color: #93b9df;
	font-size: 13px;
	line-height: 22px;
}.title {
	color: #93B6D9;
	font-weight: bold;
}
.copyright {
	color: #93b9df;
	font-size: 10px;
}