/* 
light purple: #DEC7E0;
dark purple: #65347E;
yellow: #FFDE23;
*/



body
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #ffffff;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a
{
	color:#0066cc;
}


.headerTable
{
    background-color:#CC0001;
    background-image: url(imgs/logobg.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;      
}

.panelTop
{
    background-color:#ffffff;
    background-image: url(imgs/panel_top.jpg);
    background-position:top;
    background-repeat:no-repeat;     
}

.panelBot
{
    background-color:#ffffff;
    background-image: url(imgs/panel_bot.jpg);
    background-position:top;
    background-repeat:no-repeat;
	font-size:2px;     
}

.tableHeader
{
    color:#000000;
    font-weight:bold;
    font-size:11pt;
    padding:5px 5px 5px 5px;
    background-color:#c1b9a0;
    text-align:center;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:6pt;
}

.panel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.white
{
	color:#ffffff;
}

.whiteB
{
	color:#ffffff;
	font-weight:bold;
}

.white9
{
	color:#ffffff;
	font-size:9pt;
}

.white9B
{
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
}

.white16B
{
	color:#ffffff;
	font-weight:bold;
	font-size:18pt;
}

.leftPanel
{
	margin-left:10px;
}

.text4
{
	font-size:4pt;
}

.text6
{
	font-size:6pt;
}

.text8
{
	font-size:8pt;
}

.text9
{
	font-size:9pt;
}

.justify
{
text-align:justify;
}

.panelHeader
{
	font-size:10pt;
	font-weight:bold;
	color:#65347E;
}

.purple
{
	color:#65347E;
}

.purpleB
{
	color:#65347E;
	font-weight:bold;
}

.midPurple {
	font-size: 12pt;
	font-weight: bold;
	color: #975CA6;
}

.purpleHeaderB
{
	color:#65347E;
	font-weight:bold;
	font-size:14pt;
}

.offer {
	font-size: 12pt;
	font-weight: bold;
	color: #6B416D;
}

hr.botBar
{
	width:800px;
	height:10px;
	background-color:#DEC7E0;
	border-width:0px;
	border-style:none;
	border-color:#DEC7E0;
}
.botNavBar
{
	text-align:center;
	font-size:xx-small;
}

.contentTable
{
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.copyTable
{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

.ppTable
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
}

.contentDiv
{
	text-align:left;
}

.red
{
	color:#cc0000;
	font-weight:bold;
	font-size:11pt;
	
}

.leftPic
{
	margin:5px 10px 10px 0px;
}