/* Start of CMSMS style sheet 'style.css' */
body {
    background: black;
    min-width: 600px;
    border: 0px;
    margin: 0px;
}

h3 {
	color:#999;
	text-decoration:none!important;
	font: normal small-caps 17px;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 1px;
	padding:0 5px 0 10px;
	height: 37px;
	display: block;
}

.MainText {
	color: #808080;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height:1.1;
	text-align: justify;
	padding-top: 0px;
	padding-left:8px;
}

/********************
MENU
*********************/

#nav-bar {
	margin-bottom: 1em;
	height: 3.5em;
	margin-left: auto;
 	margin-right: auto;
	text-align: center;
	font: normal small-caps 14px Arial, Helvetica, sans-serif;
}
 #nav-bar ul
{
	list-style-type: none;
	text-align: center;
}

#nav-bar ul li { 
	display: inline;
	padding: 0.2em 1em;
}

#nav-bar ul li a
{
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

#nav-bar ul li a:hover
{
	color: #fff;
	background-color: #000;
}

#nav-bar li.currentpage
{
	color:#999;
	text-decoration:none!important;
}

/********************
END MENU
*********************/

a:link {
    color: #009CFF;
}

a:visited {
	color: #009CFF;
}
        
.Blue {
color: #009CFF;
        }
        
.SmallLinks {
color: #333;
font-size: 10px;
padding-left: 10px;
        }
        
.SmallLinks A {
color: #333;
        }
        
.SmallLinks A:hover {
color: #777;
        }

dfn { display: none }
/* End of 'style.css' */

