body {
	color: #000000;
	font-size: 80%;
	font-family: verdana;
	background: #FFFFFF;
}

.content {
	line-height: 160%;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF
}


.white a:hover {
	
}

a {
	color: #5A85B5;
	
}

a:hover {
     color:#DFA737;
}

a.menu {
     font-weight: bold;
     font-size: 120%;
	color: #1B4F78;
}

small {
	font-size: 85%
}

form {
	margin: 0px;
}

select {
	z-index: 1;
}


h1, h2, h3, h4, h5, h6 {
	
	font-family: verdana;
	font-weight: normal;
	line-height: 100%
	
}

h1 {
	font-size: 21px;
	color: #545E60
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C32900;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #545E60
}

#form_required_field {
	color: #990000;
}

p {
	line-height: 130%;
	text-align: justify;
	color: #0F0F0F;
}

input, select, textarea {
	font-size: 100%;
	font-family: verdana;
}


input.TextBox, input.TextBox_focus, input.TextBox_empty{
	background: url(/images/tb_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #063A64;
	height: 19px;
}


img {
     border: 0;
}

ul li {
	list-style-image: url(/images/li_img.gif);
	margin-top: 5px;
	margin-left: 10px;
}

