/** BASIC */

body {
	margin: 0px 20px 20px 50px;
	padding: 0px;
	background-color: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	border: 1px solid #596A6C;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	letter-spacing: 1px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b9b9b9;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #4049D8;
}

.text2 {
	text-align: right;
}

.text3 {
	text-align: center;
	color: #D4E0E2;
}

.text4 {
	text-align: center;
	color: #A30321;
}
.text5 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #ff0006;
}

.text6 {
	margin-bottom: 0px;
	font-size: 12px;
	color: #b9b9b9;
}

.text7 {
	margin-bottom: 1px;
	font-size: 14px;
	color: #b9b9b9;
}

.text8 {
	margin-bottom: 1px;
	font-size: 14px;
	color: #57bb6c;
}

.text9 {
	margin-bottom: 1px;
	font-size: 15px;
	color: #f7eaae;
}


/** LINKS */

a {
	text-decoration: underline;
	color: #ff0000;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
	background-color: #47af47;
}





.link1 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #41815e;
}

.style1a {
	text-align: center;
	color: #41815e;
	padding-top: 4px; 
}

.style1b {
	
	color: #ffffff;
}



.style2 {
	text-align: left;
	color: #0000cc;
	font-size: 12px;
	font-weight: bold;
}

.style21 {
	text-align: left;
	color: #0000cc;
	font-size: 14px;
	font-weight: bold;
}

.style22 {
	text-align: left;
	color: #b9b9b9;
	font-size: 14px;
	font-weight: bold;
}

.style3 {
	text-align: left;
	color: #4049D8;
	font-size: 14px;
	font-weight: bold;
	
}

.style31 {
	text-align: left;
	color: #4049D8;
	font-size: 16px;
	font-weight: bold;
	
}


.style4 {
	text-align: left;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	
}

.style4a {
	text-align: left;
	color: #0000cc;
	font-size: 14px;
	font-weight: bold;
	
}

.style5 {
	text-align: left;
	color: #2350c0;
	font-size: 11px;
	font-weight: bold;
}

.style51 {
	text-align: left;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}

.style6 {
	text-align: left;
	color: #0000cc;
	font-size: 16px;
	font-weight: bold;
}

.style7 {
	text-align: left;
	color: #0000cc;
	font-size: 14px;
	font-weight: bold;
	
}


.style9 {
	text-align: left;
	color: #0e4d02;
	font-size: 14px;
	font-weight: bold
	
	}
	


.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: url(images/homepage16.gif) repeat-x left bottom; }
.bg3 { background: url(images/homepage17.gif) repeat-y left top; }
.bg4 { background: url(images/homepage25.gif) repeat-y left top; }
.bg5 { background: url(images/homepage33.gif) repeat-y left top; }
.bg6 { background: url(images/homepage34.gif) repeat-x left top; }
.bg7 { background: url(images/wg02TEST1.jpg) repeat-y left top; }
.bg8 { background: url(images/wg01.jpg) repeat-y left top; }
.bg9 { background: url(images/wg04.jpg) 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;

}

.img3 {
	float: left;
	margin: 3px 10px 10px 0px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background: url(images/homepage21.gif) repeat-x left center;
}


