﻿body 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #d8d8d8;
}
.Text 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #d8d8d8;
    text-align: justify;
}
.DarkText 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
}
.DarkTitle 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 13pt;
    color: #000000;
    font-weight: bolder;
}
.DarkTitle2
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bolder;
}
a 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #77b2e8;
}
.Menu 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
a.Menu 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #bf2c25;
}
.MainMenu
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bolder;
}
a.MainMenu
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bolder;
}
.MainSubMenu
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #e1dfdf;
    padding-left: 5px;
    font-weight: bolder;
}
a.MainSubMenu
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #e1dfdf;
    padding-left: 5px;
    font-weight: bolder;
}
.Title 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 13pt;
    color: #dcb414;
    font-weight: bolder;
}
.Title2 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #dcb414;
    font-weight: bolder;
}
a.Title2 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt;
    color: #dcb414;
    font-weight: bolder;
    text-decoration: none;
}
.DropDown
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #d8d8d8;
}
.FinePrint
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #777777;
}
a.FinePrint
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #777777;
}
/* News Text and content */
.NewsTitle 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
}
a.NewsTitle 
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.NewsTitle:hover
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #bf2c25;
    font-weight: bold;
    text-decoration: underline;
}
.NewsIntro
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 9pt;
    color: #d8d8d8;
}
.NewsDate
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #d8d8d8;
}

.MainTable
{
	background-color: #ffffff;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-COLLAPSE: collapse
}
/* Copyright text */
.CopyRight
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #ffffff;
}
a.CopyRight
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #ffcfcf;
}

/*Form*/
.FormHeader
{
    border: 1px solid #262626;
    background-color: #262626;
    padding: 5px;

}
.FormContent
{
    background-color: #5b5b5b;
    border: 1px solid #262626;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*hr*/
hr
{
   color: #ffffff;
   height: 1px;
}


/*Modal Background*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.Error
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 8pt;
    color: #dcb414;
}
