﻿.mainText
{
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
}

table.contentTable
{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}

.tblBorder
{
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	
	background-color:#FFFFFF;	
}

.header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.buttonText
{
	font-family:Verdana;
	font-size:8pt;
	color:#000000;	
	font-weight:bold;
}

a.plans:link
{
	font-family:Verdana;
	color:#0000FF;
	text-decoration:none;
	font-size:9pt;
}

a.plans:visited
{
	font-family:Verdana;
	color:#0000FF;
	text-decoration:none;
	font-size:9pt;
}

a.plans:hover
{
	background-color:#dedede;
}

a.tableBorder
{
	border-style:solid;
	border-width:1px;
	border-color:#99ccff;		
}

a.pdfLink:link
{
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
    
a.pdfLink:visited
{
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}

a.pdfLink:hover
{
	color:#FF0000;
	text-decoration:underline;
}

a.pdfLink:active
{
	text-decoration:none;
}

/* ===================== */
table.grid
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffcc66;
		
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ffcc66;
}
	
.grid tr
{
	font-size:10px;
}
	
.grid td
{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffcc66;
		
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffcc66;
}

/* =========================== */

a.main:link
{
	font-family:Verdana;
	font-size:10pt;
	color:#CD3700;
	text-decoration:none;
}

a.main:hover
{
	background-color:#ffcc66;
	text-decoration:underline;
}

a.main:visited
{
	color:#CD3700;
	text-decoration:none;
}