@charset "utf-8";
/* CSS Document */

.tahoma10 {
	font-family:tahoma;
	font-size: 10px;
	color: #ffffff;
	
}
.back {
background-image:url(images/white_bg.jpg);
background-repeat:repeat-y;
background-color:#D5CDA9;
}


.footer {
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
background-color:#bdba2d;
}

.tahoma11grey {
	font-family:tahoma;
	font-size: 11px;
	color: #605f5f;
	text-align:justify;
	
}

.tahoma11blue {
	font-family:tahoma;
	font-size: 11px;
	color: #090081;
	text-align:justify;
	
}

.tahoma11greyunderline {
	font-family:tahoma;
	font-size: 11px;
	color: #6f6f6f;
	text-align:justify;
	text-decoration:underline;
	
}

.tahoma12 {
	font-family:tahoma;
	font-size: 12px;
	color: #ffffff;
	
}

.tahoma11blueunderline {
	font-family:tahoma;
	font-size: 11px;
	color: #090081;
	text-decoration:underline;
	
}

.tahoma11green {
	font-family:tahoma;
	font-size: 11px;
	color: #aba81a;
		
}

.tahoma11greyindent {
	font-family:tahoma;
	font-size: 11px;
	color: #605f5f;
	text-align:justify;
	line-height: 20px;
	
	}
	
	.tahoma13boldgrey {
	font-family:tahoma;
	font-size: 13px;
	color: #6f6f6f;
	font-weight: bold;
		
}

	.textfield {
	font-family:Tahoma;
	font-size:11px;
	width:150px;
	height: 13px;
	border:none;
	border-color:#FF0000;
		
}

.textfield1 {
	font-family:Tahoma;
	font-size:11px;
	width:300px;
	height: 80px;
	border:none;
	border-color:#FF0000;
		
}