a:active     {
	font-family: Tahoma;
	font-size: 11px;
	color: Navy;
}

a:link       {
	font-family: Tahoma;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: Yellow;
}

a:visited    {
	font-family: Tahoma;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}

p         {
font-family: Arial;
font-size: 12px;
color: #000000;
text-align: justify;
}

dd         {
	font-family: Tahoma;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}


li           {  font-family: Arial; font-size: 12px; color: #000000}
ol           {  font-family: Arial; font-size: 12px; color: #000000}
table        {  font-family: Arial; font-size: 12px; color: #000000}
td           {  font-family: Arial; font-size: 12px; color: #000000}




select{
	padding: 2px 2px 1px 2px;
	color: Black;
	background-color:#FFFFFF ;
	border-color: #858585;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font: oblique;
}

h2{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font: oblique;
	font-weight: bold;
}

h3{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font: oblique;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font: oblique;
}


label
{
font-size: 11px;
font-family: Tahoma;
float: left;
text-align: right;
margin-right: 0.5em
display: block
}

fieldset
{
border: 1px solid #C0C0C0;
background-color: #ffffff;
padding: 3px 3px 3px 3px;
}

legend
{
color: #747474;
font-weight: bold;
font-size: 11px;
font-family: Tahoma;
padding: 2px 6px
}



textarea {
	padding: 1px 1px 1px 1px;
	color: Black;
	background-color: #EEEEEE;
	border-color: #858585;
	border-style: solid;
	border-width: 2px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}


input {
	padding: 1px 1px 1px 1px;
	color: Black;
	background-color: #EEEEEE;
	border-color: #858585;
	border-style: solid;
	border-width: 2px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}



