@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#000000;
}

pre {
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

#logo { 
 width: 550px; height: 72px; 
 background-image: url(../images/logo_wht.png); 
 background-repeat: no-repeat; 
}

#tick {
 width: 20px; height: 20px; 
 background-image: url(../images/tick_blk.png); 
 background-repeat: no-repeat; 
}