﻿body {
}

img
{
	border-width: 0px;
}

html
{
     overflow: -moz-scrollbars-vertical;
     overflow-x: hidden;
	 overflow-y: scroll;
}

/*#####################################
            Background
#######################################*/
.mainBackground{ background-image:url('../_gfx/Background/MainLeftSpan.gif'); margin:0px; }
.AltBg{ background-color:#f2efe8;}

/*#####################################
            Menu
#######################################*/
.underMenu{ background-image:url('../_gfx/Menu/UnderMenuBg.gif'); margin:0px; height:24px; }
.underMenuSpace{ margin:0px; font-family:Trebuchet MS; font-size:11px; line-height:24px; }



/*#####################################
            Fonts
#######################################*/
td, div, tr { font-family:Trebuchet MS; color:#252525; font-size:12px;}
.boxTxtNewsDate{font-family:Trebuchet MS; color:#626262; font-size:11px; line-height:14px;}

.Subject{font-family:Arial; color:#252525; font-weight:bold; font-size:18px; line-height:26px;}
.SubjectMid{font-family:Arial; color:#252525; font-weight:bold; font-size:16px; line-height:26px;}
.SubjectBold{font-family:Arial; color:#252525; font-weight:bold; font-size:18px; line-height:26px;}
.TextSubject{font-family:Arial; color:#252525; font-weight:bold; font-size:12px; line-height:16px;}
.htmlareaSubHeader
	{
		font-family:Arial; color:#252525; font-weight:bold; font-size:12px; line-height:16px;
	}
/*#####################################
            Links
#######################################*/
.linkBlueSmall{font-family:Trebuchet MS; color:#2b65a8; font-weight:bold; font-size:11px; text-decoration:none; line-height:14px;}
.linkBlueSmall:a{font-family:Trebuchet MS; color:#2b65a8; font-weight:bold; font-size:11px; text-decoration:none; line-height:14px;}

.linkBlackSmall{font-family:Trebuchet MS; color:#000000;  font-size:11px; text-decoration:none; line-height:14px;}
.linkBlackSmall:a{font-family:Trebuchet MS; color:#000000;  font-size:11px; text-decoration:none; line-height:14px;}

/*#####################################
            Box
#######################################*/
.boxTopSpan{ background-image:url(../_gfx/box/BoxTopSpan.gif); height:5px;  width:179px;}
.boxBottomSpan{ background-image:url(../_gfx/box/BoxBottomSpan.gif); height:8px;  width:179px;}
.boxMainSpan{ background-image:url(../_gfx/box/BoxMainSpan.gif);  width:179px;}
.boxSpaceBottom{ margin-bottom:18px;}
.boxLeftSpace{ padding-left:11px; }
.boxRightSpace{padding-right:11px;}
.boxAltBg{ background-color:#faf8f4;}
/*#####################################
            Paddings
#######################################*/
.mainPadding{ padding-top:27px; padding-left:41px; padding-right:28px; padding-bottom:23px;}
.subjectSpace{ margin-bottom:10px;}
/*##############################
            Print
################################*/
@media print
{
    .noprint, .printbutton
    {
        display:none;
    }
    
    .print
    {
        display:block;
    }
}