
body 
{ 
	background-color:#ffffff;
	background-image: url('Icons/Bg3.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;}
}

index {
margin-left: 20px;
}	

table {
margin-left: 40px;
}

input, textarea {
border: 1px solid #c1d5e2;
padding-left: 2px; }
textarea {
overflow: auto;
width: 250px;
height: 100px;
font-size: 13px; }

.button {
color: #000000; 
border-width:1; 
background-color:#f2f2f2; 
font-size: 9pt;
}

hr{
background-color:#c1d5e2;
color:#000000;
border: #000000;
height: 1px; 
}


.smalltxt {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	}