/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: small;
	font-weight: normal;
}
body {
	background-color: #E1E1E1;
}

td.white {
	background-color: #FFFFFF;
}

.button {
	color: #FFFFFF;
	background-color: #003399;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #003399;
}
h1 {
	color: #339999;
}

.xsmall_font {
	font-size: x-small;
}

.medium_font {
	font-size: medium;
}

.large_font {
	font-size: large;
}

.xlarge_font {
	font-size: x-large;
}

td.blue {
	background-color: #003399;
}

td.whitecell_blueborder {
	background-color: #FFFFFF;
	border: medium solid #0066FF;
}
.imput {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003399;
	font-weight: bold;
}
td.column_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}

td.column_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003399;
	background-color: #ffffff;
}

td.lastname_search {
	font-family: Arial;
	color: #003399;
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-top: thin none #003399;
	border-right: thin solid #003399;
	border-bottom: thin none #003399;
	border-left: thin none #003399;
	font-size: medium;
	text-align: center;
}

td.lastname_search_last {
	font-family: Arial;
	color: #003399;
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-top: thin none #003399;
	border-right: thin none #003399;
	border-bottom: thin none #003399;
	border-left: thin none #003399;
	font-size: medium;
}

td.small_blue_text {
	font-family: verdana;
	font-size: x-small;
	background-color: #FFFFFF;
}