/* - @ HTML Elements */


* {
margin: 0;
padding: 0;
}

body, html {
	font-size: 100%;
	background-color: #336699;
	background-repeat: repeat-x;

}

body, form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
}

p {
	line-height: 2em;
	margin-right: 0;
	margin-left: 0;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
}
img
{  border-style: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;

}
a:hover {
	text-decoration: none;
	color: #000000;

}
a:active {
	text-decoration: none;

}
