﻿<!--

body 
{ 


background-color: #3c39a0;

background-image: url('../images/Purp-BG-2010.jpg');
background-repeat: repeat-y;
background-position: top center;


}

.maintable 
{ 
background-color: #ffffff;
background-image: url('../images/main-BG-2010.jpg');
background-repeat: repeat-y;
background-position: top center;
}

.content 
{ 
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
background-color: #3C39A0;
background-image: url('images/footer_bg.gif');
}

.formtext
{
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #3C39A0;
text-align: left;
vertical-align: middle;
}

.formfield
{
font-family: arial;
font-size: 9pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: middle;
}

a:link
{
color: #0066CC; text-decoration: underline;
}
a:visited
{
color: #0066CC; text-decoration: underline;
}
a:active
{
color: #6699FF; text-decoration: underline;
}
a:hover
{
color: #6699FF; text-decoration: underline;
}

a.footerlink:link
{
color: #ffffff; text-decoration: none;
}
a.footerlink:visited
{
color: #ffffff; text-decoration: none;
}
a.footerlink:active
{
color: #ffffff; text-decoration: none;
}
a.footerlink:hover
{
color: #ffffff; text-decoration: none;
}


/* BEGIN IE6 .PNG FIX */

img, div, table, tr, td, src, input, { behavior: url(include/iepngfix.htc) }

/* END IE6 .PNG FIX */

-->