/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/subpage01.jpg) repeat-y center top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

.text2 {
	font-size: 11px;
	color: #454545;
}

.text3 {
	text-align: right;
	font-size: 9px;
	color: #696969;
}

/** LINKS */

a {
	color: #C50000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #4C0000;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/subpage04.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/subpage05.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage07.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 20px 0px;
	background: url(images/homepage05.gif);
}

