﻿body 
{
	padding:0;
	margin:0;
	background-color:#687071;
}
td
{
    font-family: Arial;
    font-size: 10pt;
    color: #444444;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 100;
}

#sddm td
{	margin: 0;
	font: 11px arial;
}

#sddm td a
{
    display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;

	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
    background: #E0E0E0;
}

#sddm div
{
    position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #fcfcfc;
	border: 1px solid #CCCCCC;
}

#sddm div a
{
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 6px;
	width: 165px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fcfcfc;
	color: #333333;
	font: 10pt arial;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}

#sddm div a:hover
{
    background: #E0E0E0;
	color: #333333;
}

.text
{
    border: 1px solid #000000;
    font-family: Arial;
}

.pageHeading
{
    font-family: arial;
    font-size: 14pt;
    color: #0f6194;
}

a.leftLink:link
{
    font-family:Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 180%;
}

a.leftLink:visited
{
    font-family:Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 180%;
}

a.leftLink:active
{
    font-family:Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 180%;
}

a.leftLink:hover
{
    font-family:Arial;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	line-height: 180%;
}

.nav
{
    font-weight: bold;
}

.navArrow
{
    font-family: Arial;
}

.navCurrent
{
    
}

.light
{
    background-color: #f4f5f6;
}

.alternate 
{
    background-color: #e2e3e4;
}

.tableHeading
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	/*border: 1px solid #b4bfd3;*/
	background-color: #44749b;
}

.tableContent
{
    font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	/*border: 1px solid #8fa8d3;*/
	background-color: #EBF6FT;
}

.tableAlternate
{
    font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	/*border: 1px solid #8fa8d3;*/
	background-color: #F2FAFF;
}

a:link 
{
	font-family: Arial;
	font-size: 12px;
	color: #7160C9;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #7160C9;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

.table
{
    border: 1px solid #44749b;
    border-collapse: collapse;
}


/* the news box */
#news
{
	width:175px;
    z-index: 20;
}
/* the news box with JS */
#news.hasJS
{
	height:140px;
	overflow: hidden;
	position:relative;
}
/* The nested UL with JS */
#news.hasJS ul
{
	position:absolute;
	top:20px;
	left:0;
	margin-left: 5px;
	list-style: none;
	padding: 0px;
	color: #b30909;
}

.speaker
{
	font-family: Arial;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}