body
{
    margin: 0;
    padding: 0;

    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,Sans-Serif;
    font-size: 13px;
	color: #3a5c7c;
}

a:link, a:visited, a:hover
{
    color: #3a5c7c;
    text-decoration: none;
}

a img
{
    border: none;
}

div img
{
   vertical-align: bottom;
}

.hardtext
{
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,Sans-Serif;
    font-size: 12px;
    color: #3a5c7c;
}

.topbg
{
    background:url(/images/topbg.gif);
    background-repeat: repeat-x;
}

.formlabel
{
    color: #555555;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

.shade_left
{
    background:url(/images/shade_left.gif);
    background-repeat: repeat-y;
}

.shade_right
{
    background:url(/images/shade_right.gif);
    background-repeat: repeat-y;
}

.shade_middle
{
    background:url(/images/shade_middle.gif);
    background-repeat: no-repeat;
}

.footerlink
{
    color: #fefefe;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

.title
{
    color: #1d3955;
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

.subtitle
{
    color: #1d3955;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

.charttitle
{
    color: #1d3955;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}


.charttitlewhite
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

.chartprodwhite
{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}


.sub2title
{
    color: #1d3955;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

.mainbody
{
    color: #3a5c7c;
    line-height: 1.35em;
    font-size: 13px;
    font-family: arial;
    padding: 20px;
    text-decoration: none;
}

.chart
{
    color: #3a5c7c;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:hover
{
    color: #fefefe;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}

a.dropdownlink:link, a.dropdownlink:visited, a.dropdownlink:hover
{
    color: #1d3955;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}


.forminputbox
{
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,Sans-Serif;
    font-size: 12px;
    background-color: #eeeeee;
    color: #222222;
    border: 1px solid #77A12E;
    width: 180px;
}

.formtext
{
    padding: 20px;
    color: #333333;
    font-size: 12px;
    font-family: arial;
}

.headmany
{
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

.columntext
{
    background-color: #FFFFFF;
    padding: 10px;
    color: #666666;
    font-size: 12px;
    font-family: arial;
    border-width: 2px 2px;
    border: 1px solid #CECDCD;
    border-top: 0px;
}



table.prod {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #10273b;
	border-collapse: collapse;
}
table.prod th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #10273b;
}
table.prod td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #10273b;
}


