body {
	color: #505050;
	font-size: 14px;
	font-family: Times New Roman;
	background-image: url(/images/logo_back.jpg);
	height: 100%;	
}
html
{
	height: 100%;
}
p {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF;
}

a {
	color: #575757;
}

a:hover {
	color: #FF0000;
}
a img
{
	border: 0px;
}

.white a {
	color: #FFFFFF
}

.white a:hover {
	color: #F0F0F0
}

small {
	font-size: 85%
}

form {
	margin: 0px;

}

input, select, textarea {
	font-family: Times New Roman;/*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 {
	border: 1px solid #000000;
	background: #A0A0A0;
	color: #FFFFFF;
}

select {
	z-index: 1;
}

ul {
	margin-left: 13px
}

li {
	list-style-image: url(/images/li_img.gif);
	margin-top: 5px;
	list-style-position: outside;
	padding-left: 15px;
	margin-left:15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #4b5561;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 105%
}


#form_required_field {
	color: #505050; /*990000;*/
	font-weight: bold;
}

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: pointer;
}
.logo 
{
	width:546px;
	/*height:162px;*/
	background: url(/images/logo.jpg) no-repeat;	
}
.logo_r
{
	background-image: url(/images/logo_back.jpg);	
}
.header
{
	height:162px;
}
.page
{
	vertical-align: top;
	background:url(/images/logo_bottom.jpg) no-repeat;
}
.top_menu li
{
	list-style-image: url(/images/li_img.gif);
	list-style-position: outside;
	padding-left: 5px;
}
.top_menu td
{
	width:200px;
}
.left_menu
{
	padding-bottom: 30px;
}
.level5{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:15px;
	background: url('/images/li_img.gif') center left no-repeat;
	margin-left:25px;
}

.level6{
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:45px;
	background: url('/images/li_img2.gif') center left no-repeat;

}

.level7{
  padding-left:20px;
  padding-top:2px;
  padding-bottom:4px;
  margin-left:45px;	
}

.level8{

  padding-left:20px;
  padding-top:2px;
  padding-bottom:4px;
  margin-left:55px;	
}
.text p, .text span
{
	font-size: 16px;
	font-family: Times New Roman;
}
.text h1
{
	text-align:center;
}
.data
{
	color: #878a8e;
}
.listing 
{
	text-decoration:underline;
	cursor:pointer;
}

.notice {
	border: 1px solid #E5E5E5;
	background: #CCC;
	padding: 10px;
}