﻿
td           {
	font-family : Arial;
	font-size : 10pt
}
#leftnav A {
	text-decoration:none; 
	font-size : 8pt;
	font-family : Arial;
	color: #000000;
}
#leftnav A:hover{
		text-decoration:underline
}
#topnav A {
	text-decoration:none; 
	font-size : 10pt;
	font-family : Arial;
	color: #000000;
}
#topnav A:hover{
		text-decoration:underline
}

	
H1 {
	color: #FFFFFF;
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold
}
H3 {
	font-family : Arial;
	font-size : 10pt;
	background-color : Black
}

li           {
	font-family : Arial;
	font-size : 10pt
}
	
body         {
	font-family : Arial;
	font-size : 10pt; color:#000000
}
A:hover   {
	color:#4A68A4;
	text-decoration:none;
}	

a:link       {
	color: #4A68A4;
}
	
a:visited    {
	color: #4A68A4;
}
	
a:active     {
	color: #4A68A4; text-decoration:none
}
/*PCG CSS STARTS HERE*/

.floatLeft {
	float: left;
}
.fontCenter {
	text-align: center;
} 
.fontItalic {
	font-style: italic;
}
.fontUnderline {
	text-decoration: underline;
}
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;
}