﻿
td           {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt
}
#topnav A {
	text-decoration:none; 
	font-size : 10pt;
	font-family : Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
#topnav A:hover{
		text-decoration:underline
}
#bottomnav A {
	text-decoration:none; 
	font-size : 10pt;
	font-family : Verdana, Arial, sans-serif;
	color: #FF0000;
}
#bottomnav A:hover{
		text-decoration:underline
}
H1 {
	color: #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold
}
H3 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #D10102; color:#FFFFFF;
	margin-bottom: 12px;
}

li           {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt
}
	
body         {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt; color:#000000
}
A:hover   {
	color:#FF0000;
	text-decoration:none
}	

a:link       {
	color: #CC0000;
}
	
a:visited    {
	color: #808080;
}
	
a:active     {
	color: #FF0000; text-decoration:none
}
/*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;
	clear: both;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
img.floatLeft {
	margin: 0px 8px 8px 0px;
	float: left;
}
.fontSuperscript {
	vertical-align: super;
}
