/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

label {
	font-weight: bold;
}

.input1 {
	width: 166px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #FDFDFD;
	border-left: 1px solid #F0F0F0;
}

.input2 {
	width: 59px;
	height: 24px;
	border: none;
	background: url(images/homepage23.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

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

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

.text1 {
	text-align: center;
	color: #757575;
}

.text2 {
	font-size: 15px;
	font-weight: bold;
	color: #2F2F2F;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.text4 {
	display: block;
	width: 45px;
	height: 21px;
	padding: 10px 12px 0px 0px;
	background: url(images/homepage28.gif) no-repeat left center;
}

/** LISTS */

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

/** LINKS */

a {
	color: #1076CB;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	color: #606060;
	padding: 10px 0px 0px 12px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2F2F2F url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/homepage02.gif) repeat-y left top; }
.bg3 { background: url(images/homepage03.gif) no-repeat left top; }
.bg4 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage08.gif) repeat-x left top; }
.bg6 { background: url(images/homepage10.gif) repeat-x left top; }
.bg7 { border: 1px solid #F2F2F2; background: #FBFBFB url(images/homepage11.gif) repeat-x left top; }
.bg8 { background: url(images/homepage14.gif) repeat-x left bottom; }
.bg9 { background: url(images/homepage15.gif) repeat left top; }
.bg10 { background: url(images/homepage19.gif) repeat-x left bottom; }
.bg11 { background: url(images/homepage22.gif) repeat-y left top; }
.bg12 { background: url(images/homepage26.gif) repeat-x left top; }
.bg13 { background: url(images/homepage27.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

