body, td, span {
    
   font-family : Verdana;
	color: 000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;}

input, select, textarea {
    font-family : Verdana;
	color: 000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

body {
background-color: #E0E0E0;
text-align : center;
}
hr {color:#FFFFA0}

.scrollbar {
    scrollbar-arrow-color : Black;
    scrollbar-base-color : Gray;
    scrollbar-darkshadow-color : Grey;
    scrollbar-highlight-color : #A9A9A9;
    scrollbar-track-color : Gray;
    scrollbar-shadow-color : Gray;
}

.button {
	color: #000000;	
	background-color: #FFFFA0; 
	font-family:Verdana, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
}
.border {
 	border-collapse: collapse; 
	border-style: solid; 
	border-width: 1px; 
	border-color: eeeeee;
 }
/* default text inside the div for the right frame with the content */
.body {
	color: 000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.bold {
	color: 000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
}
/* red for error messages */
.error {
	color: 990000;
	font-family:Verdana, Arial Black, Helvetica, sans-serif;
	font-size: 10px;
}
.body_title {
	color: 000000;
	font-family: Verdana ;
    font-size: 9px;
    font-weight: bold;
}
.menu {
	position:absolute; 
	/*left:370px;*/
	left:50%;  
	top:0px; 
	width:159px; 
	height:111px; 
	margin-left:105.5px;
	z-index:6;
}
/* the title of each page */
.title {
	color: FF0000;
	font-family: Verdana;
    font-size: 14px;
	font-weight:bold;
}
/* smaller title for the audio player and email title */ 
.sm_title {
	font-color: 000000;
    font-size: 11px;
    font-family: Verdana; 
	font-weight:bold;
}



/* small border around the transparent divs */
div.trans_border {
    border-style: solid;
    border-color: White;
    border-width: 1px;
}
/* image for transparent - we need two of these one is for IE one for Mozilla - this
takes care of the png image for IE */
.trans_box2 {
  font-family:Verdana;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/25p_.png');
  scrollbar-arrow-color : Black;
  scrollbar-base-color : Gray;
  scrollbar-darkshadow-color : Grey;
  scrollbar-highlight-color : #A9A9A9;
  scrollbar-track-color : Gray;
  scrollbar-shadow-color : Gray;
}
/* IE ignores styles with [attributes], so it will skip the following. 
this give the transparent png */
.trans_box2[class] {
  background-image:url(../images/25p_.png);
}

/*      POSITIONING                 */

/* position for the logo 'Val Emmich' */
/*div.header {
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 50px;
    font-weight: bold;
}*/
/* controls the positioning of the links in the header */
/*div.header_links {
    position: absolute; 
    left: 365px; 
    line-height : 17px;
    top: 23px;
}  
*/
/*      LINKS           */

/* default value given to a link with no class */	
a {
	color: 0000FF; 
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
a:hover {
	color: FF0000; 
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}
/* default links for anything appearing in the body (right frame with content) */
a.body {
	color: FF0000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
a.body:hover {
	color: 000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}
/* style for the links in the header */  
a.header {
    color:#000000;
    padding: 5px;
    font-size: 16px; 
    text-decoration: none; 
    font-family:Verdana;
	font-weight:bold;
}
a.header:hover {
    color:#ff0000; 
    font-size: 16px; 
    text-decoration: none; 
    font-family:Verdana;
	font-weight:bold;
}
/* style for links in the footer throughout the site */
a.footer {
    color:FF0000; 
    padding: 5px;
    font-size: 13px; 
    text-decoration: none; 
    font-family:Courier New;
	font-weight:bold;
}
/* FFFFA0; */
a.footer:hover {
    color:000000;
    padding: 5px;
    font-size: 13px; 
    text-decoration: underline; 
    font-family:Courier New;
	font-weight:bold;
}
a.browser {
	color: 000000; 
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
a.browser:hover {
	color: 000000; 
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;
}
.textInput {
	font-size: 10px;
	width: 290px;
}
.textInputArea {
	font-size: 10px;
	width: 290px;
	height: 150px;
}