/* CSS Document for Emergency Medical Information Book*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
/*don't touch this it accommodates a text size fault in IE5*/	
*html body,td,th {
	font-size: x-small;/*for IE5Win*/
	f\ont-size: small;/*for other IE Versions*/
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
}

.smallertext {font-size: smaller}

.trademark {
	color: #408080;
	font-size: large;
	font-weight: bold;
}
.breadcrumb {
	color: #DEB43A;
	font-weight: bold;
}

/* change menu vertical line clour here*/
.vertlinecolour {color: #DEB43A;}

.emailblue {color: #0000FF}

/*change top row colour here*/
.toprowcolour {background-color: #003399;}

/*change menu row colour here*/
.menurowcolour {background-color: #E8E8E8;}

.heading {
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

/*change page link colours here*/
a:link {
	color: #2e366b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2e366b;
}
a:hover {
	text-decoration: underline;
	color: #DFB539;
}
a:active {
	text-decoration: none;
}


