/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 123px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F8F8F;
}

.input2 {
	width: 50px;
	background: #AD374E url(images/homepage07.gif) no-repeat right center;
	border: none;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	color: #454545;
}

.text2 {
	font-size: 15px;
	color: #454545;
}

.text3 {
	font-size: 15px;
	color: #A9334A;
}

.text4 {
	font-size: 10px;
	color: #454545;
}

.text5 {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	background: url(images/homepage15.gif);
	color: #FFFFFF;
}

.text6 {
	font-size: 9px;
	color: #AFABA5;
}

.ul1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #7FB2E5;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

a.link1:hover {
}

a.link1 {
	font: 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2, a.link2vline {
	display: block;
	padding: 5px 8px;
	background: url(images/homepage09.gif) no-repeat right center;
	text-decoration: none;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #565655;
}

a.link2:hover, a.link2vline:hover {
	background-color: #F8F4ED;
}

a.link2vline {
	border-top: 1px solid #FFFFFF;
}

/** STYLES */

.style1 {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8C8D8D;
}

.style1 a {
	color: #8C8D8D;
}

.style1 a:hover {
}

.style2 {
	font-size: 9px;
	color: #B5B5B5;
}

.style2 a {
	color: #B5B5B5;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #F5EFE5 url(images/homepage08.gif) no-repeat right bottom;
}

.bg2 {
	background: url(images/homepage13.gif) repeat-y right top;
}

.bg3 {
	background: url(images/homepage16.gif);
}

.bg4 {
	background: url(images/homepage06.gif);
}

.bg5 {
	background: url(images/homepage16.gif) repeat-x;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

