.class1 A:link {text-decoration: none; color: #CCCCCC} 
.class1 A:visited {text-decoration: none; color: #CCCCCC}
.class1 A:hover {text-decoration: none; color: #006CA7}

.class2 A:link {text-decoration: none; color: #555555} 
.class2 A:visited {text-decoration: none; color: #555555}
.class2 A:hover {text-decoration: none; color: #999999}

.class3 A:link {text-decoration: none; color: #006CA7} 
.class3 A:visited {text-decoration: none; color: #006CA7}
.class3 A:hover {text-decoration: none; color: #006CA7}

.class4 A:link {text-decoration: none; color: #006CA7} 
.class4 A:visited {text-decoration: none; color: #006CA7}
.class4 A:hover {text-decoration: underline; color: #006CA7}

.class5 A:link {text-decoration: none; color: #434242} 
.class5 A:visited {text-decoration: none; color: #434242}
.class5 A:hover {text-decoration: underline; color: #006CA7}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #222222;
	width: 200px;
}
.formsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #222222;
	width: 60px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006CA7;
	background-color: #111111;
	border: 3px solid #222222;
}
.enquiryfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #222222;
	width: 300px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #006CA7;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #006CA7;
	font-weight: normal;
}


.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #006CA7;
}

.quoute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-style: italic;
	color: #CCCCCC;
}

.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

.lighttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCCCCC;
}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #006CA7;
}

.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #006CA7;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #888888;
}

.smalllight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #888888;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #006CA7;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}



/*navigation
--------------------------------------------------------------------*/

.navi {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #777777;
}


.navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi li {
	display: inline;
	margin-right: 20px;
	
}

#toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 65px;
}

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

#toplinks li {
	display: inline;
	margin-right: 10px;
	color: #434242;
}

/*tables
--------------------------------------------------------------------*/

#borderTable { 
width: 774;
height: 100%;
background-color: #000000;
}

#mainTable { 
width: 770;
}

#naviTable { 
width: 770;
height: 200;
}

#copyTable { 
width: 720;
}

#footerTable { 
width: 720;
}

#floatright {
float: right;
}