@charset "utf-8";
body {
	background-color: #D1D1D1;
}
.text {
	padding: 10px; 
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
texttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
web_design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000099;
}

a:link {
	color: #FFF;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	padding: 8px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}
button_row {
	border: thin solid #000080;
}
.fltrt { /* float an element right */
	float: right;
	margin-left: 8px;
}
.footer {
	padding: 15px;
	text-align:center;
}
#redlink a:link {
	color: #900;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}
#redlink a:visited {
	color: #900;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}
#redlink a:hover {
	color: #F00;
	padding: 8px;
	font-weight: bold;
	text-decoration: underline;
}
#redlink a:active {
	color: #900;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}

