/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #4B1C58 url(images/bg01.jpg) repeat 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: 11px;
	color: #F3EAF5;
}

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

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

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

.text2 {
	text-align: center;
	font-size: 10px;
	color: #F9F0FA;
}

.text3 {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 7px;
	background: url(images/homepage13.gif) repeat left top;
	font-size: 10px;
	font-weight: normal;
	color: #F5ECF8;
}

.text4 {
	padding: 0px 3px;
	background: url(images/homepage12.gif) repeat left top;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #F5ECF8;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #93779B;
}

/** LINKS */

a {
	color: #E6ACF5;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/bg06.jpg) repeat-y left top;
}

.bg3 {
	background: url(images/bg05.jpg) repeat-x left top;
}

.bg4 {
	background: url(images/bg08.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/bg09.jpg) no-repeat left top;
}

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

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

.bg8 {
	background: url(images/bg13.jpg) repeat-y left top;
}

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

