﻿body {
    font-family : Arial;
    font-size : 11px;
    color : #000000;
    font-weight: normal;
}

#siteStyle{
 font-family : Arial;
 font-size : 11px;
 color : #333333;
 font-weight: normal;
 width:1000px;
 border: solid 0px black;
}

#defaultMain{
     float:left;
     width:800px;
     padding:30px 0px 30px 0px;
}

a {
    text-decoration: none;
	color: #000033;
}



a:visited {
    text-decoration: none;
	color: #000033;
}
a:hover {
    text-decoration: underline;
	color: #666666;
}

tr, td {
    font-family : Arial;
    font-size : 11px;
    color : #000000;
    font-weight: normal;
}

/*Content Area*/

.data, .bodytext
{
    font-family : Arial;
    font-size : 11px;
    color : #000000;
    font-weight: normal;
}

a.data, a.bodytext {
    font-family : Arial;
    font-size : 11px;
	color: #000033;
    font-weight: bold;
    text-decoration: none;
}

a.data:hover, a.bodytext:hover {
	font-family : Arial;
    font-size : 11px;
	color: #666666;
    font-weight: bold;
    text-decoration: underline;
}

a.data:visited, a.bodytext:visited {
	font-family : Arial;
    font-size : 11px;
	color: #000033;
    font-weight: bold;
    text-decoration: none;
}

.bodytextbold
{
    font-family : Arial;
    font-size : 11px;
    color : #666666;
    font-weight: bold;
}

.bodytextitalic
{
    font-family : Arial;
    font-size : 11px;
    color : #666666;
    font-weight: normal;
    font-style: italic;
}

.bodytextbolditalic
{
    font-family : Arial;
    font-size : 11px;
    color : #666666;
    font-weight: bold;
    font-style: italic;
}

.title
{
    font-family : Arial;
    font-size : 15px;
    color : #000000;
    font-weight: bold; 
    text-transform: uppercase;
}

.titlesub
{
    font-family : Arial;
    font-size : 13px;
    color : #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.resourcesText
{
    font-family : Arial;
    font-size : 11px;
    color : #000000;
    font-weight: normal;
    text-decoration: none;
}

.resourcesPDFText
{
    font-family : Arial;
    font-size : 11px;
    color : #992133;
    font-weight: normal;
    text-decoration: none;
}