body {
	color: #505050;
	font-size: 80%;
	font-family: tahoma, verdana;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF;
}

a {
	color: #307EBA;
}

a:hover {
	color: #FF0000;
}

.white a {
	color: #FFFFFF
}

.white a:hover {
	color: #F0F0F0
}

small {
	font-size: 85%
}

form {
	margin: 0px;
}

input, select, textarea {
	font-family: tahoma, verdana;
	font-size: 100%;
}

input.TextBox, input.TextBox_focus {
     border: 1px solid #AA9F80;
     border-color: #A79F8D #DFDDD9 #DFDDD9 #A79F8D;
     background-color: #FFFFFF;
}

input.TextBox_empty {
     border: 1px solid #AA9F80;
     border-color: #A79F8D #DFDDD9 #DFDDD9 #A79F8D;
     background-color: #F9F9F9;
     color: #777777;
}

input.submitButton {
    background: #FFFFFF url(/images/button-bg.gif);
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #727272;
	color: #FFFFFF;
	height:26px;
}

input.submitButton2 {
     background: #FFFFFF url(/images/button2.png);
	border: 0px solid #000000;
	width:65px;
	height:26px;
	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: #307EBA;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 105%
}

#form_required_field {
	color: #F3AA3A;
}

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
}
