.class1 A:link {text-decoration: none; color: #777777} 
.class1 A:visited {text-decoration: none; color: #777777}
.class1 A:hover {text-decoration: none; color: #B6272B}

.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: #B6272B} 
.class3 A:visited {text-decoration: none; color: #B6272B}
.class3 A:hover {text-decoration: none; color: #B6272B}

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

.class5 A:link {text-decoration: none; color: #f4f4f4} 
.class5 A:visited {text-decoration: none; color: #f4f4f4}
.class5 A:hover {text-decoration: none; color: #B6272B}

.class6 A:link {text-decoration: none; color: #434242} 
.class6 A:visited {text-decoration: none; color: #434242}
.class6 A:hover {text-decoration: underline; color: #B6272B}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #222222;
	width: 200px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B6272B;
	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: 28px;
	font-weight: normal;
	color: #B6272B;
}

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

.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;
}

.copylight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

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


.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: #B6272B;
}

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

.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: #B6272B;
}

.titleblue {
	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;
}