﻿body 
{
    background-color:White;
    margin:0px;
}

a
{
	color: #0000ff;
	text-decoration: none;
	border-bottom: none;
	font-family: Tahoma;
	font-size: 12px;
}

.h1
{
    font-family:Tahoma; 
    font-size:20px;
    color:#666666; 
}

.h2
{
    font-family:Tahoma; 
    font-size:16px;
    color:#666666; 
}

h3
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666; 
    text-decoration: underline;
}

p
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666; 
}

a:hover
{
    color:#666666;
    text-decoration:none;
	border-bottom:thin dotted #FF6600;
	font-family:Tahoma;
	font-size:12px;    
}

.topbar
{
    background-color:#EDF2FB;
    width:100%;
    height:50px;
    border-bottom:solid 1px #A5BECE;
    
}

.TopBarTitle1
{
    font-family:Courier New;
    font-size:14px;
    color:#FF0000;
    font-weight:bold;
}

.TopBarTitle2
{
    font-family:Courier New;
    font-size:25px;
    color:#0000FF;
    font-weight:bold;
}

.TopBarTitle3
{
    font-family:Courier New;
    font-size:14px;
    color:#EC8C38;
}

.topbardescriptionbox
{
    background-color:#DEE6F4;
    width:100%;
    height:25px;  
    border-bottom:solid 1px #A5BECE;
}

.topbardescriptioncontentleft
{
    float:left;  
}

.topbardescriptioncontentright
{
    text-align:right;  
}

.topbardescription
{
    font-family:Tahoma; 
    font-size:12px;
    position:relative;
    top:2px;
    left:5px;
    color:#666666; 
}

.topbardescriptiontoday
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666;
    position:relative;
    top:2px;
    right:5px; 
}

.menuleftbox
{
    width:175px;
    height:530px;
    background-color:#EDF2FB;
    border-right:solid 1px #A5BECE;
    border-bottom:solid 1px #A5BECE;
    padding-top:10px;
    padding-left:10px;
    vertical-align:top
}

.menurightbox
{
    height:530px;
    background-color:White;
    padding:10px;
    vertical-align:top
}

.menuleftleftpart
{
    float:left;
    padding-right:3px;
}

.clear
{
     clear:both;    
}

.menulefttitle
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666; 
}

.topbarsectiontitle
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666;
    padding-left:5px;
    padding-right:5px; 
}

.menulefttitlebold
{
    font-family:Tahoma; 
    font-size:12px;
    font-weight:bold;
    color:#666666; 
}

.textbox
{
     font-family:Tahoma; 
     font-size:12px;
     border:solid 1px black;
     background-color:White;    
     color:Black;
}

.button
{
     border:solid 1px black;
     font-family:Tahoma; 
     font-size:12px;
     border:solid 1px black;    
}

.text
{
    font-family:Tahoma; 
    font-size:12px;
    color:#666666; 
}

.SectionPageTitle
{
    font-family:Tahoma; 
    font-size:16px;
    color:#666666; 
    font-weight:bold;
}

.hline
{
     height:1px;
     color:#A5BECE;
     padding-left:5px;
     padding-right:5px;
}

.ArticleSection {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; FONT-FAMILY: "Tahoma"
}

PRE.Code
{
	font-size: 8pt;
	background: #e6e6fa;
	color: #003399;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	border-right: dodgerblue thin ridge;
	border-top: dodgerblue thin ridge;
	border-left: dodgerblue thin ridge;
	border-bottom: dodgerblue thin ridge;
	font-family: 'Courier New';
}

P.Figure {
	MARGIN-TOP: 6pt; FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN-BOTTOM: 2pt; FONT-FAMILY: "Tahoma"
}