/********************    MCL TEXT CLASS STYLES - ALL PAGES   ****************/

/************** MAIN VAG TEXT ****************/
.titleVAG {
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #868686;
	text-decoration: none;
	
}
.textVAG {
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #868686;
	text-decoration: none;
}
.hometextVAG {
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}
.redtextVAG {  
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	color: #CC3333
}
.textsmallVAG {
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.rectextVAG {  
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px;
	color: #006699;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.rectextVAGgreen {  
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px;
	color: #006699;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color : #FFCC00;
}
/************** END OF VAG TEXT ****************/

/******************** UNIVERS TEXT *******************/
.titleUnivers {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	font-family: Univers, Verdana, sans-serif;
}
.textUnivers {
	font-family: Univers, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #868686;
	text-decoration: none;
}
.textsmallUnivers {
	font-family: Univers, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.rectitleUnivers {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	font-family: Univers, Verdana, sans-serif;
}
.rectextUnivers {  
	font-family: Univers, Verdana, sans-serif;
	font-size: 13px;
	color: #006699;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/********************END OF UNIVERS TEXT *******************/

.phonenumberVAG {  
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 16px;
	color: #006699;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.copyright{
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	color: #000000;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

/************** RECORDING TIPS ****************/
.dosanddonts {  
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	color: #CC3333
}
.dosanddontsCopy { 
	font-family: Trebuchet MS, VAG Rounded BT, sans-serif;
	font-size: 13px; 
	font-style: normal;
	font-weight: normal; 
	color: #009900
}
/**************END OF RECORDING TIPS ****************/

/*****************************   ANCHORS  *****************************************/

a { 
	font-family: Trebuchet MS, VAG Rounded BT, Comic Sans MS Bold, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: underline;
} 
a:hover {
	font-family: Trebuchet MS, VAG Rounded BT, Comic Sans MS Bold, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #868686;
	text-decoration: underline;
}

/*/////////////////// blank cell formatting - single dividing line use in tables//////////////////////////////////*/

.blankgreenline { 
	background-color : #006699;
} 
.shoptablecolour { 
	background-color : #006699;
} 
