/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

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

.input1 {
	width: 163px;
	height: 23px;
	margin: 0px;
	padding: 2px 5px;
	background: #FFFFFF url(images/homepage10.gif) no-repeat left top;
	border: none;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A7883;
}

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

p3 {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
	line-height: 40px;
}

p4 {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
	line-height: 30px;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
}

.text2 {
	color: #384F6C;
}

.text3 {
	text-align: center;
	color: #73818C;
	font-weight: bold;
}

.text4 {
	text-align: right;
	color: #FFFFFF;
}

/** LINKS */

#avmenu{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

#avmenu li{
margin-bottom:4px;
}

#avmenu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}	

#avmenu li a:hover{
background:#eaeaea;
color:#286ea0;
border-left:4px solid #286ea0;
}

/** TEST */

#testlink{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#testlink ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

#testlink li{
margin-bottom:4px;
}

#testlink li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}	

#testlink li a:hover{
background:#eaeaea;
color:#286ea0;
border-right:4px solid #286ea0;
}

/** END TEST */

.hide{
display:none;
}

a {
	color: #93D02A;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #E0E4E7;
}

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

a.link2 {
	color: #384F6C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/homepage07.gif) repeat-x left top;
}

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

/**hr { display: none; }*/

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage09.gif) repeat-x left top;
}

