/* used for homepage intro box */
.intro {
	font-size: 0.7em;
}

.introcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: center;
	}

/* used for standard body copy on T&C pages, etc */
.content {
	font-size: 0.7em;
	margin-left: 27px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* used for coloured header strip on T&C pages, etc */
.headerstrip {
background-color: #C1CC66;
}

/* this style is only used if homepage tickertape is reinstated */
.tick {
	font-size: 0.7em;
	color: #FF0000;
	}


td.footer {
  	background-color:#999933;
	text-align: center;
}
td.footer a{color:black; text-decoration:underline;}

a.footernav{
font-family:arial,helvetica,sans-serif;
 font-size:0.7em;
 font-weight:bold;
 color:#000000;
 text-decoration:none;
}

.form-content
{
font-size:0.8em;
}

.form-keyline {
	border: 1px solid #DA0505;
	
}

li {
	list-style-position: outside;
	list-style-image: url(/pix/bullet.gif);
}

.dotbg
{
background: url(pix/home_dot.gif)
}
