/* Page Layout Formatting */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: xx-small;
	font-weight: normal;
	color: #000;
	margin: 5px;
}

.disclaimer {
	/* font-size: 9px; */
	font-size: xx-small;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(/images/disclaimer_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 14px;
}


table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
}

.td_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/* font-size: 10px; */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #20486b;
	padding: 2px;
}

hr {
	color: #20486B;
	height: 1px;
}

/* Form Formatting */

.text_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: xx-small;
	color: #000000;
	width: 100%;
	border: 1px solid #333333;
}

.text_box_readonly {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: xx-small;
	color: #E80000;
	width: 100%;
	border: none;
}

.button {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: xx-small;
	color: #000000;
}

.required {
	font-weight: bold;
	color: #FF6600;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Hyperlink Formatting */

a:link, a:visited, a:active {
	color: #20486B;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a.about:link, a.about:visited, a.about:active {
	color: #666666;
	text-decoration: none;
}

a.about:hover {
	color: #FF6600;
	text-decoration: none;
}


/* Image Formatting */

.image_border {
	border: 1px solid #20486b;
}