@charset "utf-8";
/* CSS Document */

a {
	outline: none;
	color: #234579;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
a:hover {
	color: #377693;
}
a:active {
	outline: none;
	border: none;
}
p {
	margin: 0 0 0px 0;
	padding: 0;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
	border-color: #555;
	max-width: 600px;
}
body {
	min-height: 100%;
	min-width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}
html {
	min-width: 100%;
}

div { box-sizing:border-box;}

.cont { margin:auto; width:97%; max-width:1000px;}
.contF { float:left; width:100%;}


/*clears */

.clear { clear:both; }
.clear5 { clear:both; height:5px; }
.clear10 { clear:both; height:10px; }
.clear15 { clear:both; height:15px;}
.clear20 { clear:both; height:20px;}