/* general fonts */
body,p,ol,ul,div,td {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #444444; 
font-style: normal;  
line-height: 130%; 
}
 


/* headings */
h1,h2,h3,h4,h5 {
font-family: arial, helvetica, sans-serif;
color: #759214;/* lime green */
}



/* normal title same as text size */
.title {
font-family: arial, helvetica, sans-serif;
color: #000000;/* black */
font-weight: normal;
font-size: 12px;  
padding: 0.2em
}


 
/* footer */
.footer {
font-size: 12px;
color: #759214;			/* lime green */
line-height: 150%; 
text-align: center;
}

 
/* last update */
.lastupdate {
font-size: 12px;
color: #759214;			/* lime green */
line-height: 150%; 
text-align: center;
}
 
/* in text hyperlinks */
a:link {
 font-weight: normal;
 color: #759214;			/* lime green */
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
 color: #759214;			/* lime green */
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: red;
 font-size: 12px;
 text-decoration: none;
}
 



 
 
/* forms fields */
select {  
 font-family: arial, helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-right: #759214 1px solid; 
border-top: #759214 1px solid; 
border-left: #759214 1px solid; 
text-indent: 0px; 
border-bottom: #759214 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
font-weight: normal; 
font-size: 12px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-left-color: #759214;
border-right-width: 1px; 
border-right-color: #759214;
border-bottom-width: 1px; 
border-bottom-color: #759214;
border-top-color: #759214; 
text-indent: 0px; 
background-color: #ffffff; 
}


/ #########################


body {
	background-color: #FFFFFF;
}
table, p { margin:0; padding:0;}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c63;
	font-size: 10px;
	list-style:square;
			     
}
.navigation a:link {
	color: #c63;
	 width:200px;
		
}
.navigation a:visited {
	color: #c63;
	 width:200px;
	
}
.navigation a:hover {
	color: #000000;
	text-decoration: underline;

}
.navigation a:active {
	color: #c63; 
	
}

.navigation_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.navigation_top a:link {
	color: #000000;
}
.navigation_top a:visited {
	color: #000000;
}
.navigation_top a:hover {
	color: #FFFFFF;
}
.navigation_top a:active {
	color: #000000;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.content a:link {
	color: #666666;
	text-decoration: underline;
}
.content a:visited {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	color: #D3925C;
}
.content a:active {
	color: #666666;
}

.topmenu
{
	color: #666666;
	text-decoration: underline;
}

.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
        font-size: 10pt;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        width: 10em;
        float: left;
        text-align: right;
        margin-right: 0.5em
        display: block
}

.csc-mailform-submit {
        margin-left: 5.5em;
}


