.smalllink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.smalllink:visited 
{ 
	 font-family: verdana;
     cursor: hand;
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
}

.smalllink:hover 
{ 
     font-family: verdana;
	cursor: hand;
	text-decoration: none; 
	color: #0074C4; 
	font-size: 11px;
	font-weight: normal; 
}

.smalllink:link 
{ 
	 font-family: verdana;
     cursor: hand; 
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
}

.bluelink:visited 
{ 
	 font-family: verdana;
     cursor: hand;
	text-decoration: none; 
	color: #0074C4; 
	font-size: 11px;
	font-weight: normal; 
}

.bluelink:hover 
{ 
	font-family: verdana;
     cursor: hand;
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
}

.bluelink:link 
{ 
	font-family: verdana;
     cursor: hand;
	text-decoration: none; 
	color: #0074C4; 
	font-size: 11px;
	font-weight: normal; 
}

.footer 
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #999999; 	
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
}

#divCont
{
     position: relative;
     top: 0px;
     left: 0px;
     width: 679px;
     height: 320px;
     visibility: hidden;
     overflow: hidden;
     clip: rect(0,679,320,0);
}

#divText
{
     cursor: hand;
     font-family: arial; 
     font-size: 12px; 
     color: #000000;
     position: absolute;
     top: 0px;
     left: 0px;
     visibility: visible;
     
}  




