.link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	color : #004F71;
}
a.link,a.link:visited {
	background: none;
	text-decoration: none;
	color : #4576C0;
}

 a.link:hover {
	color : #467E38;
}
 
a.link:active {
	background-color : #FCFCF3;
	color: ;
}


 a.copyright:hover {
	color : #467E38;
}
 
a.copyright:active {

	background-color : #FCFCF3;
	color: ;
	font-size : xx-small;
}

a.copyright,a.copyright:visited {
	
	background: none;
	text-decoration: none;
	color : #4576C0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small; 	
	font-style : normal;
	font-variant : normal;
	font-weight : 600;
}

 a.links:hover {
	color : #467E38;
}
 
a.links:active {
	background-color : #FCFCF3;
	color: ;
}

a.number,a.number:visited {
	
	background: none;
	text-decoration: none;
	color : #4576C0;
	font-size : x-small;
}

 a.number:hover {
	color : #467E38;
}
 
a.number:active {
	background-color : #FCFCF3;
	color: ;
}
.ActionButton {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        background: #004F71;
        color: #F7EED8;
		

}
.field {
	border : thin solid #4576C0;
	
}

.input,textarea,select {
        
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
		background-color : #F7EED8;
		border : 1px solid #004F71;
}