body {
	color: #000000;
	font-size: 70%;
	font-family: arial, tahoma, verdana;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF;
}

a {
	color: #CB4B28;
}

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 #666666;
     font-size: 11px;
     border-color: #A79F8D #DFDDD9 #DFDDD9 #A79F8D;
     background-color: #FFFFFF;
     height: 20px;	
     padding: 2px;
}

input.TextBox_empty {
     border: 1px solid #666666;
     font-size: 11px;
     border-color: #A79F8D #DFDDD9 #DFDDD9 #A79F8D;
     background-color: #FFFFFF;
     color: #777777;
     height: 20px;	
     padding: 2px;
}

input.submitButton {
	border: 1px solid #000000;
	background: #A0A0A0;
	color: #FFFFFF;
}

select {
	z-index: 1;
	height: 24px;
}

ul {
	margin-left: 13px
}

li {
	list-style-image: url(/images/li_img.gif);
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	font-size: 17px;
}

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.menu1 {
     text-decoration:none;
     color:#FFFFFF;
}

td.menu1{
     color:#FFFFFF;
}
td.menu1_over{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:4px;
    border-top: 1px solid #919FB3;
    border-left: 1px solid #919FB3;
    border-right: 1px solid #324158;
    border-bottom: 1px solid #324158;
    cursor: hand;
}

a.menu2{
     text-decoration:none;
     color:#AACFFF;
}
td.menu2 {
     
     padding-left:10px;
     padding-top;10px;
}

td.menu2_over {
     padding-left:9px;
     padding-top:4px;
     padding-bottom:4px;
     border-top: 1px solid #919FB3;
     border-left: 1px solid #919FB3;
     border-right: 1px solid #324158;
     border-bottom: 1px solid #324158;
     cursor: hand;
}