.footerText{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 10px; 
	color:#000000;
	font-weight: bold;
}

.footNoteText{
	font-family: verdana,tahoma,arial,sans-serif; 
	font-size: 10px; 
	color:#000000;
	font-style: italic;
}

.navigation{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

.copyright{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

.body{
	font-size: 12px;
	font-family:verdana,arial,sans-serif;
	color: #000000;
	line-height: 2.00;
}

.headerNewOne{
	font-size: 18px;
	font-family:verdana,arial,sans-serif;
	font-weight: bold;
	color: #000000;
}

.headerNewTwo{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	font-family:verdana,arial,sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #cfcfcf;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.failed {font-size: 12px; font-family:verdana,arial,sans-serif; font-weight: bold; color: #ff0000; line-height: 2.00;}

a.body {font-size: 12px; color:#000000;font-weight: bold; text-decoration: underline; }
a.body:visted { color:#000000;}
a.body:active { color:#000000;}
a.body:hover { font-size: 12px; color:#ffffff; background-color: #000000;font-weight: bold; text-decoration: none; }

a.portfolio{font-size: 12px; color:#000000; text-decoration: none; line-height: 2.00;}
a.portfolio:visted { color:#000000; line-height: 2.00;}
a.portfolio:active { color:#000000; line-height: 2.00;}
a.portfolio:hover { font-size: 12px; color:#000000; text-decoration: underline; line-height: 2.00;}

a.footNote{font-size: 10px; color:#000000; text-decoration: underline;}
a.footNote:visted { color:#000000;}
a.footNote:active { color:#000000;}
a.footNote:hover { font-size: 10px; color:#ffffff; background-color: #000000; text-decoration: none;}

input.form {font-family: verdana,Tahoma,Arial,Sans-serif; font-size: 12px; color: #000000; border-width:1px; border-color:#000000;}
select.form {font-family: verdana,Tahoma,Arial,Sans-serif; font-size: 12px; color: #000000;}
option.form {font-family: verdana,Tahoma,Arial,Sans-serif; font-size: 12px; color: #000000;}

textarea.form{
   font-family:verdana,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#ffffff;
   border:#000000 1px solid;
 }

input.form{
   font-family:verdana,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
 }

input.submit{
   color:#000000;
   width:70px;
   height:21px;
   font-family:verdana,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#ffffff;
   border:0px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   background: transparent url(images/buttons/submit.gif) top left no-repeat;
 }
   
input.reset{
   color:#000000;
   width:70px;
   height:21px;
   font-family:verdana,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#ffffff;
   border:0px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   background: transparent url(images/buttons/reset.gif) top left no-repeat;
 }   
   	
