﻿/******************************************************
| Header text size indicator
*******************************************************/
body.textsize1 div#textsize a#lnkFontSize1 { text-decoration: underline; }
body.textsize2 div#textsize a#lnkFontSize2 { text-decoration: underline; }
body.textsize3 div#textsize a#lnkFontSize3 { text-decoration: underline; }

body.textsize1 div#main_area,
body.textsize1 div#footer{
	font-size:100%;
	
}
body.textsize2 div#main_area,
body.textsize2 div#footer {
	font-size:110%;
	
}
body.textsize3 div#main_area,
body.textsize3 div#footer{
	font-size:120%;
	
	
}
