/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border: 8px solid #642748;
}

.boxed {
	padding: 0px 25px;
	background: url(images/homepage09.gif) repeat-y left top;
	border-top: 20px solid white;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #7C7C7C;
}

h1 { font-size: 21px; }
h2 { font-size: 16px; }

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #494949;
}

/** TEXTS */

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

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

.text1 {
	font-size: 24px;
	color: #FFFFFF;
}

.text2 {
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	color: #fff;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	text-align: center;
	color: #737373;
}

.text8 {
	color: #8D867E;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
border-bottom: 4px solid #eee;
padding-bottom: 12px;
	}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: .5em;
}

.list1 a {
	padding-left: 14px;
	background: url(images/homepage13.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	display: block;
	float: left;
	width: 120px;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 li {
}

.list3 a {
	padding-left: 14px;
	background: url(images/homepage13.gif) no-repeat left center;
}



/** LINKS */

a {
	color: #0070D6;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) no-repeat left top; }
.bg2 { background: #3C7EF2 url(images/banner.gif) no-repeat left top; }

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

.bg8 { background: #3B3B3B url(images/homepage16.gif) repeat-x left top; }
.bg9 { background: url(images/homepage17.gif) no-repeat center top; }

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#birthdaytable
{ width: 700px; 	background: #3C7EF2; }