/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #003e7b;
}

/** FORMS */


form, fieldset{
	margin: 0px;
	padding: 0px;
	border:none;

}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

 

/** LINKS */

a {
	text-decoration: none;
	color: #8d8c91;
}

a:hover {
	text-decoration: underline;
	color: #003d7b;
}

 

 
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

 
hr {
	margin:0px;
	border-bottom:1px solid #484848;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#sitemap, #sitemap ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap > li > ul
{	
	padding-bottom: 15px;
}