/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #7B3F7A url(images/homepage01.jpg) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {font-size: 23px;}

h2 {font-size: 18px; margin-top:10px; margin-bottom:10px;}

h3 {font-size: 12px; margin-top:10px; font-style:italic;}

/** LINKS */

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #E695E9;
	text-decoration: none;
}

.link1 {
	text-align: right;
	text-decoration: none;
	font-size:14px;
	font-family:Tahoma;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: none;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C3A8C4;
}

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

.text1 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #F5E5F6;
}

.text2 {
	padding-left: 12px;
	background: url(images/homepage24.gif) no-repeat left center;
	font-weight: normal;
	color: #B25BA7;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage23.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

.imgstyle {
	border: 1px solid #651C53;
	float:left;
	margin: 5px 15px 5px 0px;
}

.mapstyle {
	border: 2px solid #651C53;
}



hr { display: none; }

.hr1 {
	height: 1px;
}

.footer { 
	color:#C3A8C4;	
	text-align:center;
}

.footer a {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color: #E695E9;
	text-decoration: none;
}

