body {
	color: #424958;
	font-size: 12px;
	font-family: Trebuchet MS, tahoma, verdana;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF;
}

a {
	color: #006E98;
}

a:hover {
	color: #FF0000;
}

.white a {
	color: #FFFFFF
}

.white a:hover {
	color: #F0F0F0
}

small {
	font-size: 85%
}

form {
	margin: 0px;
}

a.inverceLink {
	background-color: #FF5A00;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

a.inverceLink:hover {
	background-color: #FF5A00;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 2px;
}


input, select, textarea {
	font-family: tahoma, verdana;
	font-size: 100%;
}

input.TextBox, input.TextBox_focus {
     border: 1px solid #AA9F80;
     border-color: #5D7D89;
     background-color: #FFFFFF;
}

input.TextBox_empty {
     border: 1px solid #AA9F80;
     border-color: #5D7D89;
     background-color: #F9F9F9;
     color: #777777;
}

input.submitButton {
	border: 1px solid #000000;
	background: #FF5A00;
	color: #FFFFFF;
}

select {
	z-index: 1;
}

ul {
	margin-left: 13px
}

li {
	list-style-image: url(/images/li_img.gif);
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #FF6800;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Trebuchet MS, verdana;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 105%
}


#form_required_field {
	color: #990000;
}

input.rsDirectory, input.dateTimeCalendar {
    background: #D0D0D0;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    cursor: hand
}

a.menu2 {
	text-decoration: none;
	color:#00415A;
}

h2.sml {
	color: #424958;
	font-size: 12px;
	font-weight: normal;
}