/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

.text1 {
	font-size: 18px;
	color: #FF0000;
}

.text2 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #000000;
}

.text3 {
	text-align: center;
	color: #000000;
	padding-top:165px;
}

.text4 {
	text-align: right;
	color: #000000;
	font-size:11px;
}

/** LINKS */


a {
	color: #000000;
	}

a:hover {
	text-decoration: none;
	}

.link1 {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	}

.link1:hover {
	text-decoration: underline;
	margin-left: 10px;
}


/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** LINE */

#line {
	background: url('images/line.jpg') no-repeat;
	height:3px;
	width: auto;
	margin-left: 2px;
	margin-right: 2px;
}

/** BACKGROUNDS */

.bg1  { background: url('images/bg_main.jpg') repeat; }
.bg2  { background: url('images/bg.jpg') repeat; }
.bg3  { background: url('images/bg_buttons.jpg') no-repeat left top; }
.bg4  { background: url('images/footer.png'); }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	margin: 3px 10px 0px 5px;
	float:left;
}

.img2 {
	margin: 3px 3px 3px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

