﻿/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-color: #DC2975;
}

legend {
	color: #FFFFFF;
}
/** 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: 12px;
	color: #F8D4E3;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 14px;
}

.text1 {
	text-align: center;
        text-transform: none;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #000000;
}

.text1 span {
	color: #000000;
}

.text2 {
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-transform: none;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #7A7A7A;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #dc2975;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #DE2B77;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-transform: lowercase;
	font-size: 13px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage02.gif) repeat left top; border:
10px solid #FFFFFF; }
.bg3 { background: url(images/homepage03.gif) repeat left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(images/homepage04.gif) repeat-x left bottom; }
.bg6 { background: url(images/homepage06.gif) repeat left top; }
.bg7 { background: url(images/homepage09.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

