body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #000066;
	font-size: 14px;
	left:0;
	right:0;
}

/* Don't Touch From HERE To ... */

#layoutLogic 
{
    background-color: #ffffff;
	text-align: left;
	width: 750px;
}

#header 
{
    text-align: center;
	width: 100%;
}

.page {
	width: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

.section 
{
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.col-A, .col-B, .col-C {
	position: relative;
}

.col-A 
{
	z-index: 10;
	width: 5%;
	float: left;
}

.col-B {
	margin: 0 0 0 0;
	z-index: 30;
	width: 90%;
	float: left;
	clear: right;
	height: 100%;
}

.col-C {
	clear: right;
	color: green;
	z-index: 20;
	width: 5%;
	float: right;
}

.clear {
	clear: both;
}

br.clearBoth, div.clearBoth {
	font: 1px/1px sans-serif;
	clear: both;
	display: block;
}

/* TO HERE */


/* Edit What you Need From Here BELOW */

h1 {
	font-size: 18px;
	color:#000000;
	text-align: center;
	margin-top:1em; 
	margin-bottom: 0em;
}

h2 {
	font-size: 14px;
	color:#000066;
	text-align: center;
	margin-top:1em; 
	margin-bottom: 0em;
}

h3 {
	font-size: 10px;
	color:#000000;
}

h4 {
	font-size: 12px;
	text-align: left;
	color:#FFFFFF;
	font-weight: bold; 
	margin-top: 0em; 
	margin-bottom: 0em;
}


p {
	font-size: 12px;
	text-align: left;
	margin:0;
	padding:5;

}

p.pdf {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

.ma a, .ma a:link, .ma a:active, .ma a:visited, .ma a:hover {
	color: #006699;
	text-decoration: underline;
	font-size:9px;
	padding: 0px 0px 0px 0px;
}

.ma a:link
{
	color: #000066;
}

.ma a:hover
{
	font-weight: bold;
}

.style1 {
	font-size: 9px;
	color: #006600;
}
.style2 {
	font-size: 9px;
	color: #006600;
}
.style3 {
    color: #000066;
}

.style5 {
    color: #000066; 
    font-weight: bold; 
}
