/*
citycarrental.nl
style sheet
last update : 4 sep 2005 - 8 sept 2006 (willem)

blue (top)  : 000080
blue (menu) : 000040
red (logo)  : B10000
*/

.footerText{
	font-size:12px;
	color:black;
	text-align:center;
}

body {
	background-image: url(../images/background.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000040;
	text-align: justify;
	}
	
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000040;
	color: #000040;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
a.footerLink:active,a.footerLink:visited,a.footerLink:link{
	color: #CCCCCC;
	text-decoration: none;
}
a.footerLink:hover {
	text-decoration: none;
	color:#0000FF;
}
a:active,a:visited,a:link{
	text-decoration:none;
	color:#0000FF;
}
a:hover{
	color:#0000FF;
	text-decoration:underline;
}

