body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

a {text-decoration:none}

.date {
        font-size:12px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        color:#888888;
}

.header {
        font-size:18px;
        font-weight:bold;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:22px;
        color:#eeeeee;
}

.body{
        font-size:12px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:18px;
        color:#ffffff;
}
.inset {
        font-size:12px;
        font-weight:normal;
        font-family:Tahoma,Verdana,Helvetica,Geneva;
        line-height:18px;
        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:#efefef;
}

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