/** BASIC */

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

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

#textfield1 {
	width: 150px;
	padding: 4px 0px 0px 3px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

#submit1 {
	width: 55px;
	height: 20px;
	background: url(../images2/subpage1_01.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h6 {
	margin: 0px;
	color: #000000;
}

h2 {
	font-size: 18px;
}

h2 strong {
	color: #CCCC33;
	font-weight: bolder;
}

h3 {
	font-size: 13px;
}

h3 strong {
	color: #CCCC00;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-left:2px;
	right: 50px;
	
}
h5 {
	font-size: 12px;
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-color:#5E5E5E;
		}
h5 strong {
	color:#000000;
	}
	
h10 {
	font-style:italic;
	color: #000000;
	font-size: 14px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Calibri, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 1px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 18px;
}

/** LISTS */

.list1 {
	margin-left: 10px;
	margin-bottom:0px;
	padding-left: 10px;
	list-style: none;
	line-height: 22px;
	padding-bottom: 0px;
}

/** LINKS */

a {
	color: #6699CC;
}

a:hover {
	color:#CCCC00;
	text-decoration: none;
}

.link1 {
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #666666;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images2/homepage02.jpg) no-repeat left top; }
.bg2 { background: url(../../homepage04.jpg) no-repeat left top; }
.bg3 { background: url(../images2/homepage05.jpg) no-repeat left top; }
.bg4 { background: url(../images2/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(../images2/homepage07.jpg) no-repeat left top; }
.bg6 { background: url(../../homepage08.jpg) no-repeat left top; }
.bg7 { background: url(../images/homepage09.jpg) no-repeat left top; }
.bg8 { background: url(../images2/homepage14.gif) repeat-x left top; }
.bg9 { background: url(../images) repeat-y left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 2px 0px 0px;
	clear: none;
}
.img5 {
	float: right;
	}
.img6 {
	float: right;
	clear: none;
	}
.img3 {
	float: right;
	margin: 3px 5px 0px 15px;
	
		}
hr { display: none; }

.hr1 {
	height: 1px;
}
/** Thumbnails */
.thumbnails right image{
	float:right;
	margin-right:10px;

	}
.thumbnails{
	float:right;
	margin-right:10px;
	margin-left: 0px;
	clear: left;
	padding-left: 10px;
	position: static;
	}
.thumbnails right text{
	float:left;
	}
.floatright {
	float:right;
	margin: 0 0 10px 10px;
	clear:right;
	}
