<style>

/* 
   link colours
   #########################################################
*/
A   	{ color: #666666; text-decoration: none; }
A:link	{ color: #666666; text-decoration: none; }
A:visited { color: #666666; text-decoration: none; }
A:active { color: #666666; text-decoration: none; }
A:hover	{ color: #000000; text-decoration: none; }
A:visited-hover	{ color: #000000; text-decoration: none; }

A.menu   	{ color: #034ea2; text-decoration: none; }
A.menu:link	{ color: #034ea2; text-decoration: none; }
A.menu:visited { color: #034ea2; text-decoration: none; }
A.menu:active { color: #034ea2; text-decoration: none; }
A.menu:hover	{ color: #c4151b; text-decoration: none; }
A.menu:visited-hover	{ color: #c4151b; text-decoration: none; }

A.link   	{ color: #c4151b; text-decoration: none; }
A.link:link	{ color: #c4151b; text-decoration: none; }
A.link:visited { color: #c4151b; text-decoration: none; }
A.link:active { color: #c4151b; text-decoration: none; }
A.link:hover	{ color: #034ea2; text-decoration: none; }
A.link:visited-hover	{ color: #034ea2; text-decoration: none; }

A.white   	{ color: #FFFFFF; text-decoration: none; }
A.white:link	{ color: #FFFFFF; text-decoration: none; }
A.white:visited { color: #FFFFFF; text-decoration: none; }
A.white:active { color: #FFFFFF; text-decoration: none; }
A.white:hover	{ color: #000000; text-decoration: none; }
A.white:visited-hover	{ color: #000000; text-decoration: none; }

A.footer   	{ color: #666666; text-decoration: none; }
A.footer:link	{ color: #666666; text-decoration: none; }
A.footer:visited { color: #666666; text-decoration: none; }
A.footer:active { color: #666666; text-decoration: none; }
A.footer:hover	{ color: #000000; text-decoration: none; }
A.footer:visited-hover	{ color: #000000; text-decoration: none; }

/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	background-image: url(../gfx/bg_all.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Arial;
	font-size: 10px; *font-size:x-small;
	color: #5C5C5C;
	vertical-align: top;
}
SUP {
	font-size: 8px;
}
SUB {
	font-size: 8px;
}

/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding: 1px;
	border: 1px solid #999999;
}
LI {
	margin-left: 5px;
}
UL {
	margin-left: 10px;
}
.formTitle {
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.formInput {
	padding-top: 5px;
}

/* 
   table classes
   #########################################################
*/
.tableMain {
	width: 100%;
}
.tableFixed {
	width: 960px;
}
/* 
   homepage classes
   #########################################################
*/
.mainCell {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 
   menu classes
   #########################################################
*/
.headerCell {
	background-image: url(../gfx/headerBG.gif);
	background-repeat: no-repeat;
	height: 96px;
	background-position: left top;
}
.menuPositioner {
	padding-top: 45px;
}
.menuCell {
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 3px;
	line-height: 10px;
}
.menuImageON {
	background-color: #c4151b;
}
.menuImageOFF {
	background-color: #FFFFFF;
}
/* 
   iframe classes
   #########################################################
*/
.iframe {
	width: 100%;
	height: 600px;
	margin: 0px;
}

/* 
   animation classes
   #########################################################
*/
.animationCell {
	padding-top: 20px;
}

/* 
   column classes
   #########################################################
*/
.column60BG {
	width: 60%;
	background-image: url(../gfx/homeBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
}
.column50 {
	width: 50%;
}
.column40Border {
	width: 40%;
	border: 1px solid #999999;
	padding: 10px;
}
.column20 {
	width: 20%;
}
.column20Border {
	width: 20%;
	border: 1px solid #999999;
	padding: 10px;
}
.column30BG {
	width: 30%;
	padding: 10px;
	background-image: url(../gfx/mainBGDVM.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column70 {
	width: 70%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.column75News {
	width: 75%;
	padding-top: 20px;
}
.column25News {
	width: 25%;
	background-image: url(../gfx/newsBG.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 20px;
}
.column100 {
	width: 100%;
	padding: 10px;
}
.column100BG {
	width: 100%;
	padding: 10px;
	background-image: url(../gfx/mainBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column100Border {
	width: 100%;
	border: 1px solid #999999;
	padding: 10px;
}
.columnSpacer {
	width: 10px;
}

/* 
   homepage classes
   #########################################################
*/
.homeTitle {
	font-size: 24px;
	color: #666666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #034ea2;
	letter-spacing:-1px;
}
.homeImage {
	padding-top: 10px;
}
.homeText {
	padding-top: 10px;
	padding-left: 10px;
}
.homeTextBttm {
	padding-top: 10px;
}

/* 
   product classes
   #########################################################
*/
.productTitle {
	font-size: 26px;
	color: #666666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.productSubTitle {
	font-size: 14px;
}
.productImage {
	padding-top: 15px;
	width: 100px;
	padding-right: 10px;
}
.productText {
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.productSpacerV {
	background-image: url(../gfx/1x1W.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 10px;
}
.productSpacerH {
	background-image: url(../gfx/1x1W.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}
.productLink {
	padding-top: 3px;
}
/* 
   content classes
   #########################################################
*/
.contentImage {
	padding-top: 10px;
	width: 100px;
}
.contentText {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.contentTitle {
	font-size: 15px;
	font-weight: bold;
}
.contentSubTitle {
	font-size: 13px;
	color: #034ea2;
}
.contentIntro {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.contentLinkImage {
	padding-top: 10px;
	padding-left: 20px;
}
.contentLinkText {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.contactSpacer {
	background-image: url(../gfx/1x1B.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/* 
   news classes
   #########################################################
*/
.newsImage {
	width: 10%;
	padding-right: 10px;
}
.newsTitle {
	width: 90%;
	font-size: 19px;
	padding-bottom: 3px;
	padding-top: 10px;
}
.newsText {}
.newsLink {
	padding-top: 3px;
}
/* 
   data classes
   #########################################################
*/
.dataTitle {
	font-size: 16px;
	color: #034ea2;
}
.dataSubTitle {
	font-size: 14px;
	padding-bottom: 5px;
}
.dataTD01a {
	background-color: #3d475a;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.dataTD01b {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #3d475a;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.dataTD01c {
	background-color: #c0c4cc;
	color: #000000;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.dataTD02a {
	background-color: #545e70;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
.dataTD02b {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.dataTD02bLine {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b0b7bf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b7bf;
	vertical-align: middle;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.dataTD02bLineSelect {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: middle;
	background-color: #b0b7bf;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.dataFooter {
	background-color: #3d475a;
}
/* 
   contact classes
   #########################################################
*/
.contactTitle {
	background-color: #c4151b;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
}
.contactText {
	background-color: #c4151b;
	padding-left: 10px;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 5px;
}
.contactLink {
	background-color: #c4151b;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
}
/* 
   footer classes
   #########################################################
*/
.footerPositioner {
	padding-top: 35px;
}
.footerTitle {
	color: #c4151b;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -2px;
	padding-right: 10px;
}
.footerText {
	font-size: 40px;
	color: #999999;
	letter-spacing: -2px;
	padding-right: 10px;
}
.footerCell {
	background-image: url(../gfx/footerBG.gif);
	height: 94px;
	background-repeat: no-repeat;
	background-position: left top;
}
.footerLink {
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-right: 5px;
}
/* 
   sitemap classes
   #########################################################
*/
.sitemapTitle {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sitemapLink {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.sitemapLink2 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

/* 
   Print classes
   #########################################################
*/
P.PrintBreak {page-break-before: always}
</style>

