/*
	developed by Prosite (R) 2006-2007
	www.prosite.be
*/

body {
  	font-family: Verdana;
  	font-size: 11px;
  	color: #000000;
}
h1 { 
	font-size: 20 px; 
    font-weight: bold; 
    color: #cc0000;
}
h2 {
    font-size: 18 px; 
    font-weight: bold; 
    color: #cc0000;
}
h3 {
    font-size: 16 px; 
    font-weight: bold; 
    color: #cc0000;
}
h4 {
	font-size: 12px;
 	font-weight: bold;
 	color: #cc0000;
}
h5 { 
 	font-size: 11px;
 	font-weight: bold;
 	color: #cc0000;
 	text-decoration: none
}
h6 {
 	color: #666666;
 	font-size: 9px;
 	font-weight: normal;
}
a {
 	color: #cc0000;
 	text-decoration: none
} 
a.footer {
 	font-size: 10px;
 	color: #000000;
 	text-decoration: none
}
table {
 	font-size: 11px;
}
td.footer {
 	font-size: 10px;
 	color: #000000;
}
input { 
 	background-color: #F0f0f0;
 	color: #000000; 
 	font-family: Verdana; 
 	font-size: 10px;
} 
input.radio { 
    background-color: #ffffff;
} 
textarea {
 	font-size: 10px;
 	font-family: Verdana;
 	background-color: #F0f0f0;
}
select, button {
 	background-color: #F0f0f0;
 	color: #000000;
 	font-family: Verdana; 
 	font-size: 10px;
}
.caution {
 	font-size: 11px;
 	color: #000000;
 	width: 85%; 
 	background: #E0E0E0;
 	padding-left: 6; 
 	padding-right: 6; 
 	padding-top: 6; 
 	padding-bottom: 6;
}