/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #7F945B url(images/homepage01v4.jpg) repeat-x;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

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

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	line-height: 18px;
}

.text1 {
	margin-bottom: 12px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #663300;
}

.text2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #663300;
	color: #FFFFFF;
}

.text4 {
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #808577;
}

.text5 {
	text-align: center;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 96px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #2E3092;
}

a.link1:hover {
	background: url(images/homepage04v2.gif) no-repeat center;
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage1_01.jpg) no-repeat right 466px;
}

.bg2 {
	background: url(images/homepage08.gif) repeat-y left top;
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}
.welcometitle {
	margin-bottom: 12px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #663300;
	text-decoration: underline;
}
.mainbodytext {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
.bulletpointtext {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	line-height: 14px;
	font-style: italic;
	list-style-image: url(images/bullet.gif);
}
.postitnote {
	margin-bottom: 12px;
	background-image: url(images/postitnote.gif);
	background-repeat: no-repeat;
}
.lettertext {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.mainbodytextwhite {

	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.welcometitlewhite {
	margin-bottom: 12px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}
.lettertextwhite {

	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.boldtext {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: italic;
}
