/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #87B5C4;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2px;
	/**margin-bottom: 1em;
	text-align: justify;*/
}


/** POPUP */






/** LINKS */

a {
	color: #00587D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}




.invisible { display: none; }
.visible { display: block; }


.blueheader {
	font-family: Arial;
	font-size: 16px;
	color: #7BABB9;
	font-weight: bold;
	font-style:italic
}



.menulink {
	font-family: Verdana;
	font-size: 10px;
	color: #9A8A57;
	font-weight: bold;
	TEXT-DECORATION: none
}


.menuareatext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	TEXT-DECORATION: none
}




.smalltext3 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext1 {
	font-size: 10px;
	color: #6C6C6C;
	text-decoration: none
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4245;
	text-decoration: none
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}
.aftext
	{
	COLOR: #414952;
	FONT-FAMILY: verdana, geneva, sans-serif;
	FONT-SIZE: 11px
	}
.ras
	{
	COLOR: #555555;
	FONT-FAMILY: Verdana,Arial, Helvetica, Sans-serif;
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold
	}




.header1 {
	font-family: Arial,Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: none
}



.frame
			{
			background-color:#BBAD77;			
			}
			
.atext12
			{
			COLOR: #555555;
			FONT-FAMILY: arial, helvetica, sans-serif;
			FONT-SIZE: 12px;
			FONT-WEIGHT: bold;
			text-decoration: none
			}
			
.small {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}





img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #D4D0C8;
}
img.left {
	float: left;
	margin: 5px 10px 0px 0px;
}
img.right {
	float: right;
	margin: 5px 2px 0px 0px;
}







#webform textarea {
	background:transparent;
	font-size: 100%;
	border:0px;
}
#webform .button {
	height: 20px;
	background:#FFFFFF;
	border:0px;
}
#webform input {
	background:#FFFFFF;
	font-size: 100%;
	border:0px;
}



#normalform textarea {
	background:transparent;
	font-size: 100%;
	border-left:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}
#normalform .button {
	height: 20px;
	background:#E0E0E0;
	border-left:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}



#normalform input {
	background:#FFFFFF;
	font-size: 100%;
	border-left:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}





#normalform select {
	background:#FFFFFF;
	font-size: 80%;
	border-left:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}










#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}




#slideshowb {
    position:relative;
    height:350px;
}

#slideshowb IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshowb IMG.active {
    z-index:10;
}

#slideshowb IMG.last-active {
    z-index:9;
}






.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-selection {  
}
