body {
	color: #000000;
	font-size: 70%;
	font-family: verdana;
	background: #FFFFFF;
}

.content {
	line-height: 160%;
}

table {
	font-size: 100%;
}

.white {
	color: #FFFFFF
}


.white a:hover {
	
}

a {
	color: #1B4F78;
	text-decoration: underline;
}

a.menu {
    font-size: 110%;
    margin-left: 15px;
	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: 22px;
	margin-bottom: 5px;
	color: #C32900;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1B4F78;
}

#form_required_field {
	color: #990000;
}

p {
	line-height: 130%
}

input, select, textarea {
	font-size: 100%;
	font-family: verdana;
}

input.TextBox_empty{
	background: url(/images/tb_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #063A64;
	padding-left: 4px;
	padding-top: 4px;
	height: 23px;
	color: #00345F;
}

input.TextBox, input.TextBox_focus, input.TextBox_empty{
	background: url(/images/tb_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #063A64;
	padding-left: 4px;
	padding-top: 4px;
	height: 23px;
}


img {
     border: 0;
}

td.top_menu1 {
     padding: 4px;
}

td.top_menu2 {
    border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #6B94AE;
	border-bottom: 1px solid #6B94AE;
	background: #E0F1FF;
}

td.top_menu2 a {
    color: #990000;
}