/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 19px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	text-align: center;
	color: #96B899;
}

.text2 {
	font-size: 13px;
	font-weight: normal;
}

/** LINKS */

a {
	color: #F11E6C;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.link2 {
	display: block;
	height: 22px;
	padding: 2px 0px 0px 10px;
	background: url(images/homepage04.gif) no-repeat left top;
	text-decoration: none;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.jpg) repeat-y left top; }
.bg4 { background: url(images/bg05.jpg) no-repeat left top; }
.bg5 { background: url(images/bg06.jpg) no-repeat left bottom; }
.bg6 { background: url(images/bg07.jpg) no-repeat left top; }

.bg7 { background: url(images/bg1_01.jpg) repeat-y left top; }
.bg8 { background: url(images/bg1_02.jpg) no-repeat left top; }
.bg9 { background: url(images/bg1_03.jpg) no-repeat left bottom; }

.bg10 { background: url(images/bg2_01.jpg) repeat-y left top; }
.bg11 { background: url(images/bg2_02.jpg) no-repeat left top; }
.bg12 { background: url(images/bg2_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 22px;
	margin-bottom: 10px;
	background: url(images/homepage05.gif) repeat-x left center;
}


