/* stop advanced styles being used by version 4 browsers */
@import "styles.css";
@import "pos.css";

/* This is the stylesheet that controls simple styling rules */
/* that will be executed by basic/old browsers. */

body {
	color: #000000;
	font-family: "Gill Sans", "MT Thaoma", "Verdana", sans;
	font-size: 10px;
}

img {
	border: 0px;
}

a:link {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

sub, sup {
	font: normal x-small "thaoma", "Verdana", "Gill Sans MT", sans;
}

#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

