﻿@charset "utf-8";
/* CSS Document */

body{
	font-size:104%!important; /* ALL SIZES PLUS 15% OF REGULAR */
}
h1{
	font-size:207%!important;
}
h2{
	font-size:184%!important;
}
h3{
	font-size:161%!important;
}
h4{
	font-size:138%!important;
}
h5{
	font-size:285%!important;
}
h6{
	font-size:115%!important;
}
p{
	font-size:115%!important;
}

/* TAB STYLING */

.Aregular{
    color:#3D6E91!important;
    background:none!important;
}
.Alarge{
    color:#333334!important;
    background:#FFFFFc!important;
}
.Axlarge{
    color:#3D6E91!important;
    background:none!important;
}