﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	list-style-type: square;
	line-height: 12pt;
}

.menu
{
	text-align: center;
}
.absolute
{
    position: absolute;
}

.title
{
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	color: #F77100;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	font-variant: small-caps;
	position: absolute;
	text-transform: uppercase;
}

.SubTitle
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    font-variant: small-caps;
    position: absolute;
}

a.QkLkLink
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
a.QkLkLink:visited {
	color : #336699;
	text-decoration: none;
}
a.QkLkLink:active {
	color : #336699;
	text-decoration: none;
}
a.QkLkLink:hover {
	color : #336699;
	text-decoration: underline;
}

a.QkMnu
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
a.QkMnu:visited {
	color : #000000;
	text-decoration: none;
}
a.QkMnu:active {
	color : #000000;
	text-decoration: none;
}
a.QkMnu:hover {
	color : #336699;
	text-decoration: underline;
}


.TextTitle
{
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	color: #E76B02;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}

.TextBox
{
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	color: #000000;
	font-size: 12px;
	text-align: left;
	background-color: #e1e1e1;
}

.Button
{
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
}


a.RefLink
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
a.RefLink:visited {
	color : #336699;
	text-decoration: none;
}
a.RefLink:active {
	color : #336699;
	text-decoration: none;
}
a.RefLink:hover {
	color : #336699;
	text-decoration: underline;
}

.BlueText
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.BlueTextCenter
{
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
}

a.Link
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}
a.Link:visited {
	color : #336699;
	text-decoration: none;
	text-decoration: underline;
}
a.Link:active {
	color : #336699;
	text-decoration: none;
	text-decoration: underline;
}
a.Link:hover
{
	color: #ff9900;
	text-decoration: underline;
}

a.LearnMore
{
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    color: #336699;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    text-align: right;
    text-decoration: none;
    
}
a.LearnMore:visited {
	color : #336699;
	text-decoration: none;
}
a.LearnMore:active {
	color : #336699;
	text-decoration: none;
}
a.LearnMore:hover {
	color : #ff9900;
	text-decoration: underline;
}

.TableBorders
{
    border-right: white thin solid;
    padding-right: 1px;
    border-top: white thin solid;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 1px;
    border-left: white thin solid;
    padding-top: 1px;
    border-bottom: white thin solid;
}



/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #E1E1E1;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.dropShadowPanel 
{	
	background-color:#FFFFFF;		
	color:#336699;
	
}
