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


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

/* XARAYA REQUIRED CLASS */
body {

}
/* XARAYA REQUIRED CLASS */
p, div {

}
/* XARAYA REQUIRED CLASS */
h1 {

}
/* XARAYA REQUIRED CLASS */
h2 {

}
/* XARAYA REQUIRED CLASS */
h3 {

}
/* XARAYA REQUIRED CLASS */
h4 {

}
/* XARAYA REQUIRED CLASS */
img {
	border: 0px;
/* 	display: block; */
}
/* XARAYA REQUIRED CLASS */
a:link {
	color: #0A3399;
	font-weight: bold;
	text-decoration:none;
}

/* XARAYA REQUIRED CLASS */
a:visited {
	color: #0A3399;
	font-weight: bold;
	text-decoration:none;
}

/* XARAYA REQUIRED CLASS */
a:hover {
	color: #d2b40a;
	font-weight: bold;
	text-decoration:underline;
}

/* XARAYA REQUIRED CLASS */
a:active {
	color: #d2b40a;
	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;
}
