body
{
	color: white;
	background-color : white;
	font-family: Arial;
	font-size: 15pt;
}

tr
{
	border: 1 solid;
	border-color: white;
	font-size: 15pt;
}

th
{
	background-color : white;
	color: orange;
	font-family: Arial;
	border-color : White;
	font-size: 10pt;
}

td
{
	color: navy;
	font-family: Arial;
	background-color : white;
	font-size: 10pt;
}

.td_head
{
	color: #ffffff;
	font-family: Arial;
	background-color : #687490;
	font-size: 10pt;
}
.td_yellow
{
	color: navy;
	font-family: Arial;
	background-color : yellow;
	font-size: 10pt;
}
.td_mayfield
{
	color: white;
	font-family: Arial;
	background-color : navy;
	font-size: 15pt;
}
.td_red
{
	color: black;
	font-family: Arial;
	background-color : white;
	font-size: 15px;
}
select
{
	border: 1 solid;
	background-color: #717A8F;
	border-color: #303E5E;
	color: white;
	font-family: Arial;
	font-size: 10px;

}

input
{
	border: 1 solid;
	background-color : #717A8F;
	border-color: #303E5E;
	color: white;
	font-size: 10px;
	font-family: Arial;
}

textarea
{
	border: 1 solid;
	background-color : #717A8F;
	border-color: #303E5E;
	font-family: Arial;
	color: white;
	font-size: 11px;
}

.input_text
{
	border: 1 solid;
	background-color : #717A8F;
	border-color: #303E5E;
	font-size: 10px;
	font-family: Arial;
	color: white;
}

.input_button
{
	border: 1 solid;
	background-color : #717A8F;
	border-color: #303E5E;
	color: white;
	font-family: Arial;
	font-size: 10px;
}
.input_button_delete
{
	border: 1 solid;
	background-color : red;
	border-color: #303E5E;
	color: black;
	font-family: Arial;
	font-size: 10px;
}
.input_radio
{
	border: 0 solid;
	background-color : #717A8F;
	border-color: #303E5E;
	color: white;
	font-size: 10px;
}

h1
{
	color: #000000;
	font-family: Arial;
	font-size: 14pt;
}

h2
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}
h5
{
	color: navy;
	font-family: Arial;
	font-size: 10pt;
}
.link
{  color: black;
   text-decoration: none;
   font-size: 15px;
}

a:link
{  color: black;
   text-decoration: none;
   font-size: 15px;
}
a:visited
{  color: black;
   text-decoration: none;
   font-size: 15px;
}

a:hover
{
	color: red;
	text-decoration: underline;
	font-size: 15px;
}

a { text-decoration: none; } 
a img { border-width: 0; } 


.adark
{
	color: red;
	font-size: 15px;
}