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


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

/* XARAYA REQUIRED CLASS */
body {
	color: #001933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
/* XARAYA REQUIRED CLASS */
p, div {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
/* XARAYA REQUIRED CLASS */
h1 {
	color: #54749B;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
/* XARAYA REQUIRED CLASS */
h2 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #54749B;
}
/* XARAYA REQUIRED CLASS */
h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #54749B;
}
/* XARAYA REQUIRED CLASS */
h4 {
	color: #00536C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
/* XARAYA REQUIRED CLASS */
img {
	border: 0px;
/* 	display: block; */
}
/* XARAYA REQUIRED CLASS */
a:link {
	color: #63798D;
	font-weight: bold;

}
/* XARAYA REQUIRED CLASS */
a:visited {
	color: #63798D;
	font-weight: bold;

}
/* XARAYA REQUIRED CLASS */
a:hover {
	color: #000000;
	font-weight: bold;
}
/* XARAYA REQUIRED CLASS */
a:active {
	color: #000000;
	font-weight: bold;
}
/* XARAYA REQUIRED CLASS */
sub, sup {
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
}

/* THEME SPECIFIC CLASS */
#logo {
	margin: 0px;
}
/* THEME SPECIFIC CLASS */
#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* THEME SPECIFIC CLASS */
.linkList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
/* THEME SPECIFIC CLASS */
#subNav {
	list-style: none;
	padding: 15px 0px 0px 20px;
	margin: 0px;
}
/* THEME SPECIFIC CLASS */
#subNavContact {
	list-style: none;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
/* THEME SPECIFIC CLASS */
#bottomNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}