html { overflow-x: auto; } 

BODY {
font-family : verdana, tahoma, arial, helvetica; 
font-size : 10pt; 
color : #000000; 
background-color : #ffffff; 
margin : 0; 
} 

A {
	font-family : verdana, tahoma, arial, helvetica;
	font-size : 9pt;
	text-decoration : none;
	color: #0066CC;
} 

A:hover {
	color: #339900;
	text-decoration : underline;
} 

INPUT , SELECT {
background-color : #FFFFFF; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 9pt; 
color : #000000;

} 

TEXTAREA {
background-color: #F5FAF2; 
color: #000000; 
font-family: verdana, tahoma, arial, helvetica; 
font-size: 9pt; 
} 

LI {
color : #000000; 
font-family : verdana, tahoma, arial, helvetica; 
text-decoration : none; 
} 

TD {
color : #000000; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 9pt; 
text-decoration : none; 
} 

form {
border-width : 0; 
padding : 0; 
margin : 0; 
} 

.line {
background-image : url(./img/horizont-dot.gif); 
background-repeat : repeat-x; 
background-attachment : fixed; 
} 

.border {
	border-bottom : 1px solid #e5e5e5;
	border-left : 1px solid #e5e5e5;
	border-right : 1px solid #e5e5e5;
	border-top : 1px solid #ffffff;
}

.border2 {
	border-bottom : 1px solid #ffffff;
	border-left : 1px solid #bebebe;
	border-right : 1px solid #bebebe;
	border-top : 1px solid #bebebe;
}

.title {
        font-family: arial,helvetica, verdana,tahoma;
        font-size: 15px;
	color: #5678A2;
        font-weight: bold;
}

#main {
	background: #fff;
	margin: auto;
	padding: 0;
	width: 750px;
}

#menu {
	font-variant: small-caps;
	height: 25px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	padding:1px 15px 1px 0px;
}

#menu a:hover {
	background: #e9e9e9;
	color: #333;
	text-decoration : none;
}

#menu li {
        position:relative;
        float:left;
	display: inline;
	text-align: center;
}

p.large {
	font-family : verdana, tahoma, arial, helvetica; 
	font-size : 10pt; 
} 

a.large {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: #0066CC;
	line-height: 1.3em;
} 

a:hover.large {
	color: #339900;
	text-decoration : underline;
} 

.red {color: #FF0000}
.green {color: #006600}

.redboldlarge {color: #FF0000}
.greenboldlarge {
	color: #339900;
	font-weight: bold;
	font-size : 10pt;
}


img.left {float: left; clear: left; margin: 0 1em 0 0;}

img.right {float: right; clear: right; margin: 0 0 1em 0;}


.redbold {
	color: #FF0000;
	font-weight: bold;
}
.redboldlarge {
	color: #FF0000;
	font-weight: bold;
	font-size:larger;
}
.imgnb {
	border: 0px;
}
h3 {
	color: #339900}
img {
border: none; 
}

.buttons {
  display: block;
  width: 96px;
  height: 22px;
  background: url("buttons.gif") no-repeat 0 0;
}

.buttons:hover { 
  background-position: 0 -22px;
}

.buttons span {
  display: none;
}