/*
Johnnie's Walk CSS Document
(c) Will Collis, NComp@ss Ltd
Email: will@ncompass.co.uk
*/
a:link {  color:#485155; text-decoration: underline; }
a:hover { color:#485155; text-decoration: underline; }
a:active { color:#485155; text-decoration: underline; }
a:visited { color:#485155; text-decoration: underline; }

body {
	background-color: #FFFFFF;
	margin: 2px;
}
body, td, th, p, div, span {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-serif;
	font-size:14px;
	color:#485155;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#07585E;
}
.content { text-align:justify; }
.white { color:#FFFFFF; }

a.noulink:link {  color:#000000; text-decoration: underline; }
a.noulink:hover { color:#000000; text-decoration: underline; }
a.noulink:active { color:#000000; text-decoration: underline; }
a.noulink:visited { color:#000000; text-decoration: underline; }

.contact td, th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
.contact th { text-align:right; color:#07585E; }
.contact td { text-align:left; color:#000000; }

.itin_num { text-align:center; background-color: #dfdfdf; }
.itin_tot { text-align:right; font-weight:bold; }
.itin_off { text-align:center; font-weight:bold; }

#CC { position:relative; top:0px; left:0px; width:180px; }

