@charset "utf-8";
/* CSS Document */
.button{
background:url(graphics/button_under.jpg); 
color:#FFFFFF; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight:bold;
padding-left:10px; 
cursor:pointer;
height:39px;
width:174px;
}

.body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.body a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ca430c;
	text-decoration: underline;
}
.body a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ca430c;
	text-decoration: underline;
}
.body a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ca430c;
	text-decoration: none;
}
.body a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ca430c;
	text-decoration: underline;
}

