/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** 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: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

 

/** LINKS */

a {
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #508AC5;
}

 

 
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

 
hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 15px;
	background: url(/images/homepage08.jpg) repeat-x left top;
}

 

