/* prevents styles being used by NN4 and IE4 */

@import "positioning.css";

/*
general stylesheet that controls simple styling rules that will be executed by basic/old browsers such as NN4
*/

body {
	margin: 0px;
	padding:0px;
	background-color : #DDDDDD;
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

p, div {
	font-size: 10px;
}

hr{
	height: 1px;
}

h1 {
	font-size: 12px;	
}

h2 {
	font-size: 11px;	
}

h3 {
	font-size: 10px;	
	font-weight: bold;
}

h4 {
	font-size: 10px;	
	font-weight: bold;
}

h5 {
	font-size: 10px;	
	font-weight: bold;
}

h6 {
	font-size: 10px;	
	font-weight: bold;
}

img {
	border: 0px;	
}

a:link {
	color: Blue;
}

a:visited {
	color: Purple;
}

a:hover {
	color: Black;
}

a:active {
	color: Blue;
}

li{
	font-size: 11px;
}

.alignLeftTop{
	text-align: left;
	vertical-align: top;
}

.alignCentreTop{
	text-align: center;
	vertical-align: top;
}

.floatLeft{
	float: left;
	padding: 5px;
	border : 0px solid;
}

.floatRight{
	float: right;
	padding: 5	px;
	border : 0px solid;
}

.break{
	clear: both;
}

.clearRight{
	clear: right;
}

.clearLeft{
	clear: left;
	border : 0px solid;
}
