/***********************************************************************************/
/* Start of Arcadia Config CSS Classes...*/
						 
select {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: verdana, helvetica, arial; 	
	font-size: 12px;
}

/* Copyright displayed at the bottom of page. */
.Copyright {
	Font-Size: 11px;
	Font-Weight: normal;
	Font-Family: Verdana, Arial;
}

input {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: verdana, helvetica, arial; 	
	font-size: 12px;
}

.lightGrayInput {
	background-color: #d2d2d2;
	color: #000000; 	
	Font-Weight: normal;
	font-family: verdana, helvetica, arial; 	
	font-size: 12px;
}

textarea {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: verdana, helvetica, arial; 	
	font-size: 12px;
}

A:link, A:active {
	text-decoration : none; 
	color : #000080; 
	background : transparent;
} 

A:visited {
	text-decoration : none; 
	color : #000080; 
	background : transparent;
} 

A:hover {
	text-decoration : underline; 
	color : #000080; 
	background : transparent;
}

font {
	Font-Size: 12px;
	Font-Family: Verdana, Arial;
}

td {
	Font-Size: 12px;
	Font-Family: Verdana, Arial;
}

p {
	Font-Size: 12px;
	Font-Family: Verdana, Arial;
}

h3 {
	Font-Size: 13px;
	Font-Weight: bold;
	Font-Family: Verdana, Arial;
}
h2 {
	Font-Size: 14px;
	Font-Weight: bold;
	Font-Family: Verdana, Arial;
}
h1 {
	Font-Size: 15px;
	Font-Weight: bold;
	Font-Family: Verdana, Arial;
}