p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: White;
	font-size:8pt;
	font-weight:normal;
}

b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size:8pt;
	font-weight: bold;
}

i {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size:8pt;
	font-weight:normal;
}

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size:8pt;
	font-weight:normal;
}

 img.border {
	border-width: 1px;
	border-style: solid;
	border-color : White;
}


td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; color:white;}

h2,h3 {
	font-family:Verdana, Arial, Helvetica;
	font-weight:normal;
	color: White;
	font-size:14pt;
}

h4 { font-family:Verdana, Arial, Helvetica; font-weight:normal; color:white; font-size:11pt; }

h1 { font-family:"Verdana, Helvetica, Arial"; font-weight:normal; color:white; font-size:16pt; }

.form { font-family:Verdana, Arial, Helvetica, sans-serif; color:black; font-size:8pt; font-style:normal; font-weight:normal; text-align:center; vertical-align:middle; }

a:link {
	color:white;
	text-decoration: underline;
}
a:visited 
{
	color: Silver;
	text-decoration: underline;
} 
a:active {
	color: Silver;
	text-decoration: none;
} 
a:hover {
	color: Silver;
	text-decoration: underline;
} 

input.input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #000000;
  background-color: #ffffff;
  border: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-color: #666666; }

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: Black;
	background-color: #DFDFDF;
	border: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-style: solid;
	border-color: Black;
}