body {
background: #ffffff;
/*background-image: url(agire_pics/background_image.jpg);*/
font-family:verdana,geneva,helvetica,arial,sans-serif;
}

input.nb{
	color:#000000;
	background:#D5DFEA;
	border:1px;
	border-color:#ffffff;
	padding-left:5px;
	border-style:solid
} 

input.btn{
	font-weight: bold;
	color:#ffffff;
	background:#5E84AE;
	border:5px;
	border-color:#ffffff;
	border-style:solid;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
} 

.light_background_link a:link {color: #000000; text-decoration: none; }
.light_background_link a:active {color: #000000; text-decoration: none; }
.light_background_link a:visited {color: #000000; text-decoration: none; }
.light_background_link a:hover {color: #000000; text-decoration: underline; }

.light_blue_link a:link {color: #ffffff; text-decoration: underline; }
.light_blue_link a:active {color: #ffffff; text-decoration: underline; }
.light_blue_link a:visited {color: #ffffff; text-decoration: underline; }
.light_blue_link a:hover {color: #ffffff; text-decoration: underline; }

.hidden_link a:link {color: #000000; text-decoration: none; }
.hidden_link a:active {color: #000000; text-decoration: none; }
.hidden_link a:visited {color: #000000; text-decoration: none; }
.hidden_link a:hover {color: #000000; text-decoration: none; }

.dark_background_link a:link {
	color: #ffffff; 
	text-decoration: none; 
	/*font-weight: bold;*/
	/*font-size: 10px;*/
	font-family: verdana,geneva,helvetica,arial,sans-serif;
}
.dark_background_link a:active {
	color: #ffffff; 
	text-decoration: none; 
	/*font-weight: bold;*/
	/*font-size: 10px;*/
	font-family: verdana,geneva,helvetica,arial,sans-serif;
}
.dark_background_link a:visited {
	color: #ffffff; 
	text-decoration: none; 
	/*font-weight: bold;*/
	/*font-size: 10px;*/
	font-family: verdana,geneva,helvetica,arial,sans-serif;
}
.dark_background_link a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	/*font-weight: bold;*/
	/*font-size: 10px;*/
	font-family: verdana,geneva,helvetica,arial,sans-serif;
}

/* custom link button */
a.link_button {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	min-width: 75px;
	//text-transform: uppercase;
}

a.link_button:link { 
 	background-color: #666666;
    color: white;
    //padding: 3px;
	text-decoration: none;
	display: block;
}

a.link_button:visited {
 	background-color: #666666;
    color: white;
    //padding: 3px;
	text-decoration: none;
	display: block;
}

a.link_button:hover { 
	background-color: #DADADA;
	color: black
}

