body  { 
background: #ffffff;
background-image: url(../images/background.gif);
background-repeat:no-repeat;
background-position:center top;
background-repeat: no-repeat;
background-attachment: fixed;

}

a {text-decoration:none}

.date {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:24px;
        color:#666666;
}

.nav a:link, .nav a:visited{
	color:#ffffff;
	font-size:10px;
	font-family:Tahoma,Verdana,Helvetica,Geneva;
	font-weight:normal;
}

.nav a:hover, .nav a:active{
	color:#FFffff;
	font-size:10px;
	font-family:Tahoma,Verdana,Helvetica,Geneva;
	font-weight:normal;
	text-decoration:underline;
}

.header {
        font-size:12px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:30px;
        color:#4a5a5a;
}

.title {
        font-size:16px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:32px;
        color:#4a5a5a;
}

.intro {
        font-size:12px;
        font-weight:normal;
        font-family:Arial,Verdana,Helvetica,Geneva;
        line-height:22px;
        color:#666666;
}

.inset1 {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:40px;
        color:#b5bdce;
}

.inset-header1 {
        font-size:12px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:26px;
        color:#eeeeee;
}

.inset {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:24px;
        color:#ffffff;
}

.inset-header {
        font-size:12px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:26px;
        color:#ffffff;
}

.bodysmall {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:16px;
        color:#ffffff;
}

a:hover {color:#4a5a5a;
		text-decoration:underline}
		
		/* ----- form ----- */
input, textarea {
	font-size: 80%;
	padding: 4px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	color: #333333;
}
label {
	font-weight: bold;
	color: #394f5f;
}
textarea {
	height: 130px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.txt {
	width: 296px;
	color: #333333;
	border: none;
	background: #ffffa0;
}
.inputHighlighted{  /* Highlighting style */
	width: 296px;
	color: #fff;
  	background-color:#6f8b9b;
}