body		{
			margin: 0px;
			padding: 0px;
			}

H1			{
			font: italic 72px "arial", sans serif;
			color: #ffffff;
			text-align: center;
			background-color: #003366;
			}
.h1left		{
			text-align: left;
			}

H2			{
			font: italic 40px "arial", sans serif;
			color: #003366;
			text-align: center;
			}
		
H3			{
			font: italic 32px "arial", sans serif;
			color: #003366;
			text-align: center;
			}

H4			{
			font: italic 28px "arial", sans serif;
			color: #003366;
			text-align: center;
			}
		
IMG			{
			vertical-align: middle;
			border: none;
			}

A			{
			color: #336699;
			font: 20pt "arial", sans serif;
			text-decoration: underline;
			}
.whitelink	{
			color: #ffffff;
			}
.lightbluelink {
			color: #6699CC;
			}
.biggerlink	{
			color: #ff0000;
			font: 28pt "arial", sans serif;
			text-decoration: underline;
			}			

P			{
			font: 20pt "arial", sans serif;
			color: #003366;
			}
.pwhite		{
			color: #ffffff;
			}

HR			{
			color: #6699CC;
			border: solid;
			}

TABLE		{
			width: 100%;
			align: center;
			border-collapse: collapse;
			background-color: #ffffff
			}
TABLE.variable	{
			width: auto;
			}

TR			{
			}
.greyback	{
			background:#d3d3d3
			}
			 
TD			{
			vertical-align: top;
			text-align: left
			}
.center		{
			text-align: center
			}
.padded		{
			padding: 10pt 10pt 10pt 10pt
			}
			
TH			{
			vertical-align: top;
			text-align: left;
			font: bold 20pt "arial", sans serif;
			color: #6699CC;
			}
TH.center		{
			text-align: center;
			}
TH.right		{
			text-align: right;
			}

LI			{
			list-style-type: square;
			color: #6699CC;
			}
LI.nobullet	{
			list-style: none;
			}
		
#header		{
			background: #003366;
			margin-bottom: 10px;
			padding: 5px;
			}

#leftcol	{
			background: #ffffff;
			float: left;
			width: 18%;
			margin-left: 1%;
			display: inline;
			}

#content	{
			background: #ffffff;
			width: 52%;
			float: left;
			margin-left: 1%;
			border-left: 1px solid #336699;
			border-right: 1px solid #336699;
			padding: 5px;
			}

#rightcol	{
			background: #ffffff;
			float: left;
			width: 18%;
			margin-left: 1%
			}

#footer 	{
			background: #003366;
			clear: both;
			padding: 5px;
			}


