﻿/* CSS Document */

/* ALL SIZES PLUS 15% OF REGULAR */

body{
	font-size:104%!important;
}
h1{
	font-size:253%!important;
}
h2{
	font-size:161%!important;
}
h3{
	font-size:144%!important;
}
h4{
	font-size:127%!important;
}
h5{
	font-size:127%!important;
}
h6{
	font-size:115%!important;
}
p{
	font-size:115%!important;
}

/* SPECIAL */
.nav li a{
	padding:0 0.8em 0 0.8em!important;
	font-size:108%!important;
}
.banner p{
	font-size:85%!important;
	line-height:120%!important;
}
/* TAB STYLING */

.Aregular{
    color:#ccc!important;
}
.Alarge{
    color:#666!important;
}
.Axlarge{
    color:#ccc!important;
}