body, tr, th, td {
	font-family: verdana;
	font-size: 11px;
}
body {
	background-image:url(/images/airborne3_01.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #d7e9a1;
	margin:0px;
}

.title {
	color: #800080;
	font-size: 16px;
	font-weight: bold;
}
.white {
	color: white;
}
.subtitle {
	color: #800080;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #800080;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #bf7fbf;
}

input, textarea {
	border: 1px solid black;
	font-family: verdana;
	font-size: 10px;
}
input.radio, input.checkbox {
	border:none;
}
textarea.error, input.error {
	background-color:#FFECEC;
	border:1px solid red;

}
select {
	font-family: verdana;
	font-size: 10px;
}

span.error, div.error {
	background-color:#FFECEC;
	border:1px solid red;
	color:#FF0000;
	float:left;
	display:inline;
}
div.msg {
	color:#000000;
	font-weight:bold;
}

.background1 {
	background-color:#c1e686;
}

.tool-tip {
	color: #000000;
	border:1px solid #800080;
	background-color:#e6cce6;
	z-index: 13000;
	width:300px;
}
 
.tip-title {
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

