BODY
{
}

A:link, A:visited
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	color: #333;
}
A:hover, A:active
{
	color: #333;
}
A.quicklink:link, A.quicklink:visited
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
A.quicklink:hover, A.quicklink:active
{
	color: #333;
}
A.darkbluelink:link, A.darkbluelink:visited
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	color: #333;
}
A.darkbluelink:hover, A.darkbluelink:active
{
	color: #333;
}
A.titlelink, A:visited.titlelink
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
A:active.titlelink, A:hover.titlelink
{
	color: #333;
	text-decoration: underline;
}
A:link.smalllink, A:visited.smalllink
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
A:hover.smalllink, A:active.smalllink
{
	color: #fff;
	text-decoration: underline;
}

.pageheader
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.title
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.subtitle_b
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.subtitle_i
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.content
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	color: #000;
	padding-left: 1px;
	text-align: left;
}

.whitecontent
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 12px;
	color: #fff;
}

.sidebarheader
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	background-image: url(/images/new_style/sidebar_header.png);
	background-repeat: no-repeat;
	padding: 4px;
	height: 38px;
}

.sidebarcontent
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 10px;
	color: #444;
	background-color: #80a0ff;
}

.frontpageheader
{
    font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/new_style/content_header.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 3px;
	height: 39px;
	width: auto;
	overflow: hidden;
}
.backpageheader
{
    background-image: url(/images/new_style/content_header_back.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	height: 25px;
	width: auto;
	overflow: hidden;
}
.backpageheader > p
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	margin: 0;
}

.BlueBG
{
    background-color: #5784ff;
}

.OrangeBG
{
    background-color: #ef5050;
}

.textarea
{
	padding: 6px;
}

.blackborder
{
	border: solid 1px black;
}

.whiteborder
{
	border: solid 1px white;
}

.imgborder
{
	border: solid 1px #036;
}

.titleheader
{
    background-image: url(/images/new_style/content_header.png);   
    background-color: Black;
    line-height: 25px;
    height: 25px;
    padding: 0px 5px 0px 5px;
    width: auto;
}

.sectionheader
{
	font-family: Century Gothic, Helvetica, Arial, Sans-Serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	color: #fff;
	background-color: #bca077;
	text-transform: uppercase;
	width: auto;
	height: 25px;
	padding-left: 2px;
}

.copyright
{
	font-family: Arial, Sans-Serif, Helvetica, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
}
 
.textbox
{
	background-image: url(/images/new_style/text_shadow.gif);
	background-repeat: no-repeat;
	padding: 8px;
}

.highlightbox
{
    color: Black;
    border-top: outset 1px #000;
    border-bottom: outset 1px #000;
    background-color: #eee;
    font-weight: bold;
    padding: 2px;
    vertical-align:text-top;
    width: 100%;
}

.ListStyle, .ListStyle td
{
    background-image: url(Img/white_bg.png);
    background-repeat: repeat;
    padding: 3px;
}

.ListStyleAlt, .ListStyleAlt td
{
    background-image: url(Img/white2_bg.png);
    background-repeat: repeat;
    padding: 3px;
}

.ListStyle1, .ListStyle1 td
{
    color: #fff;
    font-family: 'lucida grande', tahoma, sans-serif, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
    padding: 3px;
    margin: 0px;
}

.ListStyle2, .ListStyle2 td
{
    color: #fff;
    font-family: 'lucida grande', tahoma, sans-serif, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
    padding: 3px;
    margin: 0px;
}
