body {
	background-color: #d7d7d7;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #4a7183;
}.footer {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	height: 45px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a7183;
}
.inputtext {
	color: #FFFFFF;
	background-color: #4B7083;
	border: thin solid #4B7083;
}
.gallery{
	text-align:left;
}
.gallery ul li{
	float:left;
	margin:10px 10px 0 0;
	text-align:left;
	list-style:none;
}
.clear{
	clear:both;
}
.gallery ul li a img{
	border:none;
}
.imag {
	margin-right: 10px;
}
