input.i1 {
	background-color: lightyellow;
	border: 1x solid gray;
	font-weight: bold;
	font-size: 14px;
}

textarea {
	background-color: lightyellow;
	border:1 solid gray;
}

li {padding-bottom:10px}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px 
	
}


.menu1 {
	border: 1px solid #aabbaa; 
	cursor: hand;
	text-align: center;
	background-color: #e0f0e0;
}

.menu1_selected {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: lightyellow;
}

.menu1_mouseover {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: yellow;
}

.menu2 {
	border: 1px solid #aabbaa; 
	cursor: hand;
	text-align: center;
	background-color: #e0f0e0;
	color:red;
}

.menu2_selected {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: lightyellow;
	color:red;
}

.menu2_mouseover {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: yellow;
	color:red;
}


.menu3 {
	border: 1px solid #aabbaa; 
	cursor: hand;
	text-align: center;
	background-color: #e0f0e0;
}

.menu3_selected {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: lightyellow;
}

.menu3_mouseover {
	border: 1px solid #aabbaa;
	cursor: hand;
	text-align: center;
	background-color: yellow;
}

.a1 {
	color: black;
	text-decoration: none;
}

.a2 {
	color: red;
	text-decoration: none;
	font-weight: bold;
}


.a3 {
	color: darkblue;
	text-decoration: none;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: 0;
}

.details1{
	width: 100%;
	background: white;
	line-height: 30px;
}
