/** BASIC */

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-size: 14px;
	color: #483D8B;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F727A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	color: #00ABD5;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }




