/** BASIC */

body {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

/** FORMS */

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

/** TEXTS */

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

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
	color: #000000;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #666666;
}
.text1 a{
	text-decoration: none;
	color: #666666;
}
.text1 a:hover{
	color: #336600;
	text-decoration: underline;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #7A7A7A;
}

/** LINKS */

a {
	color: #3333FF;
}

a:hover {
	text-decoration: none;
}

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

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

.link2 {
	text-decoration: none;
	color: #336666;
	font-weight: bold;
}

.link2:hover {
	text-decoration: underline;
	color: #339900;
}

/** STYLES */

.style1 {
	font-size: 13px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.gif) repeat left top; }
.bg2 {
	border: 10px solid #FFFFFF;
	background-image: url(../images/homepage02.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bg3 { background: url(../images/homepage03.gif) repeat left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(../images/homepage04.gif) repeat-x left bottom; }
.bg6 { background: url(../images/homepage06.gif) repeat left top; }
.bg7 { background: url(../images/homepage09.gif) 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: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.style8 {color: #666666}
.style3 {font-size: 14px}
.style10 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
