/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-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: 11px;
	color: #674D41;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.2em;
	text-align: justify;
}

.text1 {
	padding: 0px 0px 20px 0px;
	background: url(images/homepage07.gif) no-repeat left bottom;
	text-transform: lowercase;
	font-size: 26px;
	font-weight: normal;
	color: #A64D28;
}

.text2 {
	text-transform: lowercase;
	font-size: 21px;
	font-weight: normal;
	color: #A64D28;
}

.text3 {
	margin-bottom: 20px;
	background: url(images/homepage07.gif) no-repeat left bottom;
	font-size: 10px;
	font-weight: normal;
	color: #AF998F;
}

.text4 {
	text-transform: lowercase;
	text-align: center;
	color: #5E96B4;
}

/** LINKS */

a {
	color: #FD5700;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	font-size: 10px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** TABLES */

.table1 {
}

.table1 .month {
	padding: 5px 7px;
	background: url(images/homepage04.gif) repeat left top;
	color: #000000;
}

.table1 .day {
	padding: 5px 7px;
	background: url(images/homepage05.gif) repeat left top;
	color: #674D41;
}

.table1 td {
	padding: 5px 7px;
	background: url(images/homepage06.gif) repeat left top;
	text-align: center;
}

.table1 td a {
	color: #674D41;
}

/** BACKGROUNDS */

.bg1 { background: #83CBF1 url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg02.jpg) repeat-y left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(images/bg04.jpg) no-repeat left top; }
.bg5 { background: url(images/bg05.jpg) no-repeat left top; }
.bg6 { background: url(images/bg06.jpg) no-repeat left top; }
.bg7 { background: url(images/bg07.jpg) no-repeat left top; }

/** 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: 1px;
}

