/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("images/bg1_01.jpg");
}

/** 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: 12px;
	color: #2A2A2A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #B81313;
}

.text2 {
	font-size: 10px;
}

.text3 {
	font-size: 10px;
	font-weight: bold;
	color: #B81313;
}
.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #B81313;	
}

/** LINKS */

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

/** STYLES */

.style1 {
	text-decoration: none;
	text-align: center;
	//color: #880000;
	color: #ffffff;
}

.style1 a {
	text-decoration: none;
	font-weight: bold;
}

.style1 a:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 {
	background: url("images/bg1_03.jpg") repeat-y left top;
}

.bg2 {
	background: url("images/bg1_02.jpg") no-repeat left top;
}

.bg3 {
	background: url("images/bg1_04.jpg") no-repeat left bottom;
}

.bg4 {
	background: url("images/bg1_05.gif") no-repeat;
}

.bg5 {
	background: #F2F2F2 url("images/bg1_06.gif") no-repeat left bottom;
}

.bg6 {
	background: url("images/subpage2_03.jpg") repeat-y left top;
}

.bg7 {
	background: url("images/subpage2_04.jpg") no-repeat left top;
}

.bg8 {
	background: url("images/subpage2_05.jpg") no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 12px;
}

.img2 {
	float: right;
	margin-right: 12px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}