<!--

html {
	background-color:#ddd;
    font-size:12px;
}

body {
    font-size:12px;
	width:750px;
	margin:0px;
	padding:0px;
	color:#000;
	border:0px red solid;
	background-color:#ddd;
}

div.body {width:750px;background-color:#fff;font-size:12px;}

pre { background-color: #ddd;}

.mainTable {
	width:750px;
	border:0px black solid;
    border-collapse: collapse;
	border-spacing:0px;
	padding: 0px;
} 
.mainTable tr , .mainTable td { padding:0px;margin:0px;vertical-align:top;}

.bodyTable {
	width:100%;
	border:0px black solid;
	border-spacing: 1px;
    border-collapse: collapse;
    padding:0px;
}
.bodyTable tr td { padding:0px; margin: 0px; }

.navHorTable {
	width:100%;
    background: solid;
    border-collapse: collapse;
	border-spacing: 0px;
    font-size:12px;
    /*
    background-color: white;
    */
}
.navHorTable td { font-size:12px;border-right:thin solid white;background-color:#999;text-align:center}

.navVerTable{
    width: 100%;
    padding:0px;
    margin: 0px;
    border:0px solid red;
    border-spacing:0px;
    border-collapse: collapse;
    font-size:12px;
}
.navVerTable td {
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-right: 2px;
}

.breadcrumb {
    color: #888;
    margin:0px;
    padding:3px;
    display: block;
    background-color: #ddd;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
}

.bigredbold {
    color: #E00A0C;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

a { color: #5A45BE; text-decoration: none; }
a:visited { color: #5A45BE; }
a:active { color: #5A45BE; }
a:hover { color: #E00A0C; text-decoration: none; }

a.bl { color: #0066CC; font-size: 11px; text-decoration: none; }
a.bl:visited { font-size: 11px; color: #0066CC; }
a.bl:active { font-size: 11px; color: #0066CC; }
a.bl:hover { font-size: 11px; color: #0066CC; text-decoration: underline; }

a.bld { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.bld:visited { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.bld:active { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.bld:hover { text-decoration: none; color: #E00A0C; font-weight: bold; }  

a.sts { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.sts:visited { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.sts:active { text-decoration: none; color: #5A45BE; font-weight: bold; }
a.sts:hover { text-decoration: none; color: #E00A0C; font-weight: bold; }  

a.wh { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a.wh:visited { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a.wh:active { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a.wh:hover { text-decoration: none; color: #0066CC; font-weight: bold; }  

a.no { text-decoration: none; color: #000000; font-weight: bold; }
a.no:visited { text-decoration: none; color: #000000; font-weight: bold; }
a.no:active { text-decoration: none; color: #000000; font-weight: bold; }
a.no:hover { text-decoration: none; color: #E00A0C; font-weight: bold; }  

a.bk:hover { text-decoration: none; color: #000000; font-weight: bold; }  

a.gy { text-decoration: none; color: #555555; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 12px; }
a.gy:visited { text-decoration: none; color: #555555; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 12px; }
a.gy:active { text-decoration: none; color: #555555; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 12px; }
a.gy:hover { text-decoration: none; color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 12px; }


a.bldndr { text-decoration: underline; color: #5A45BE; 
    background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bldndr:visited { text-decoration: underline; color: #5A45BE; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bldndr:active { text-decoration: underline; color: #5A45BE; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bldndr:hover { text-decoration: underline; color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }

a.bkbldndr { text-decoration: underline; color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bkbldndr:visited { text-decoration: underline; color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bkbldndr:active { text-decoration: underline; color: #000000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }
a.bkbldndr:hover { text-decoration: underline; color: #E00A0C; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; line-height: 13px; font-weight: bold; }

.pad { padding: 1px; }

.nopad { padding: 0px; }

h1 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    margin: 4px 0px 4px 0px;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin: 6px 0px 6px 0px;
}

ul { list-style-type: disc; }

.nav {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
}

p { color: #000000; font-family: arial, helvetica, sans-serif; text-align: justify; }

p.md { color: #000000;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
}

p.no {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
}

p.left { color: #000000; 
	font-family: arial, helvetica, sans-serif; 
	text-align: left; }

p.pbold {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin:0px;
}

p.pbig {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

p.pbigbold {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

p.pboldunder {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
}

p.pmainline {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    margin: 0px 0px 0px 0px;
}

p.pmain {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
}

p.trademark {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 8px;
    font-style: italic;
    text-align: center;
}

p.footer {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

.big {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

.bigright {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
}

.bigleft {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
}

p.bigcenter {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}

.boldunder {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
}

.bigredbold {
    color: #E00A0C;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.bigyellowbold {
    color: #FFFF99;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.bigorangebold {
    color: #FFCC66;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.biggraybold {
    color: #999999;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.bigwhitebold {
    color: #666666;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.biggray {
    color: #555555;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.bigbold {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.redbold {
    color: #E00A0C;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}

.bold {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}

.main {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
}

.mainright {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
}

.h1 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}

.h2 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

b.bldndr {
    text-decoration: none;
    color: #5A45BE; 
    border: 2px solid #ddd;
    margin-bottom: 0px;
    display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; line-height: 13px; font-weight: bold;
}
-->
