/* CSS Document */
body {
		background-image:url(images/back_bg.jpg);
		background-repeat:repeat-x;
		margin:0px;
		background-color:#1aa2bc;
		
		font-family:tahoma;
		font-size:11px;
		color:#333333;
		text-align:justify;
	}

.left_shadow {
				background-image:url(images/left_shadow.jpg);
				background-repeat:repeat-y;
				}
.right_shadow {
				background-image:url(images/right_shadow.jpg);
				background-repeat:repeat-y;
				}
.bottom_shadow {
				background-image:url(images/shadow_bottom.jpg);
				background-repeat:repeat-x;
				}
				
.heading1 {
				color:#ff6c00;
				font-size:12px;
			}
.link1 {
			font-family:tahoma;
			font-size:1	1px;
			text-decoration:underline;
			color:#067a90;
			font-weight:bold;
		}
:link.link1 {
			font-family:tahoma;
			font-size:11px;
			text-decoration:underline;
			color:#067a90;
			font-weight:bold;
		}
:visited.link1 {
			font-family:tahoma;
			font-size:11px;
			text-decoration:underline;
			color:#067a90;
			font-weight:bold;
		}
:hover.link1 {
			font-family:tahoma;
			font-size:11px;
			text-decoration:none;
			color:#097b5e;
			font-weight:bold;
		}
:active.link1 {
			font-family:tahoma;
			font-size:11px;
			text-decoration:underline;
			color:#067a90;
			font-weight:bold;
		}
.txtfld {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #f7f7f7;
	width: 300px;
	border: 1px solid #E1E1E1;
}

.txtfld60 {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #f7f7f7;
	width: 80px;
	border: 1px solid #E1E1E1;
}

a, a:visited {
	color: #00A0C6;
	font-weight: bold;
}
a:active, a:hover {
	color: #077797;
	}
	
.softfonts1 {
				color:#333333;
				font-size:11px;
			}