/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(img2/01.jpg) repeat-x left 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: 12px;
	color: #333631;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}

.text2 {
	padding: 0px;
	font-style: normal;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	line-height: 1.5;
}

/** LINKS */

a {
	color: #608EE3;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 9px;
	color: #999999;
}

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

/** STYLES */

.style1 {
	font-size: 10px;
	color: #999999;
}

.style1 a {
	color: #999999;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img {
	border: none;
	line-height: 1.25;
}

.img1 {
	float: left;
	margin-right: 15px;
	padding: 6px 10px 6px 0px;
}

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



.hr1 {
	height: 1px;
}
