﻿/* CSS Document */

/* ALL SIZES PLUS 30% OF REGULAR */
body{
	font-size:117%!important;
}
h1{
	font-size:286%!important;
}
h2{
	font-size:182%!important;
}
h3{
	font-size:163%!important;
}
h4{
	font-size:143%!important;
}
h5{
	font-size:143%!important;
}
h6{
	font-size:130%!important;
}
p{
	font-size:130%!important;
}

/* SPECIAL */
.nav li a{
	padding:0 0.5em 0 0.5em!important;
	font-size:110%!important;
}
.banner p{
	font-size:85%!important;
	line-height:120%!important;
}

/* TAB STYLING */

.Aregular{
    color:#ccc!important;
}
.Alarge{
    color:#ccc!important;
}
.Axlarge{
    color:#666!important;
}