﻿p            { 
    color: #000E69;
}

td           {
	color: #000E69;
	font-family : Verdana;
	font-size : 12pt
}

tr           {
    color: #000E69;
	font-family : Verdana;
	font-size : 12pt
}


H1 {
	color: #000E69;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
H3 {
	color: #000E69;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background-color : Black;
}

li           {
	color: #000E69;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
	
body         {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt; background-color:#FFFFFF; color:#000E69
	}
	
A:hover   {
	text-decoration : none; color:#FFFFFF
}	

a:link       {
	color: #006699;
}
	
a:visited    {
	color: #006699;
}
	
a:active     {
	color: #3C235D;
}
/*PCG CSS STARTS HERE*/

.floatLeft {
	float: left;
}
.fontCenter {
	text-align: center;
} 
.fontItalic {
	font-style: italic;
}
.fontUnderline {
	text-decoration: underline;
}

.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
} 

img.floatRight {
	float: right;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
img.floatLeft {
	margin: 0px 8px 8px 0px;
	float: left;
}
.fontSuperscript {
	vertical-align: super;
}