﻿@charset "utf-8";
/* CSS Document */

body{
	font-size:117%!important; /* ALL SIZES PLUS 30% OF REGULAR */
}
h1{
	font-size:234%!important;
}
h2{
	font-size:208%!important;
}
h3{
	font-size:182%!important;
}
h4{
	font-size:156%!important;
}
h5{
	font-size:143%!important;
}
h6{
	font-size:130%!important;
}
p{
	font-size:130%!important;
}

/* TAB STYLING */

.Aregular{
    color:#3D6E91!important;
    background:none!important;
}
.Alarge{
    color:#3D6E91!important;
    background:none!important;
}
.Axlarge{
    color:#333334!important;
    background:#FFFFFc!important;
}