﻿html
{
    background-color: #1E1E1E;
    margin: 0px;
    padding: 0px;
    background-repeat:repeat;
    background-attachment: fixed;
    background-image: url("images/backgroundnone.jpg");
}
body
{
    border: 0px solid #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    background-image:none;
    font-size: 90%; /* #font-size: 70%; */
    line-height: 140%;
    width: 900px;
    text-align: left;
}

div.ContentHeader
{
    text-align:center;
}
div.ContentBody
{
    padding:20px;
}
div.ContentFooter
{
    clear:both;
    border: none;
    text-align:center;
    border-top: 1px solid #333333;
}
div.navbartop
{
    text-align:center;
    padding-bottom:10px;
}
div.navbarbottom
{
    background-color:inherit;
    text-align:center;
    margin-left:5px;    
    margin-right:5px;
}

div.leftcontent
{
    width:60%;
    float:left;
    padding-bottom:20px;
    
}
div.rightcontent
{
    width:35%;
    float:right;
    padding-bottom:20px;
    padding-right:0px;
    padding-top:60px;
    text-align:center;
}
ul.navbar
{
	margin:0px;
	padding:0px;	
}
li.navbar
{
	padding:0px;
	display:inline;
	list-style-type: none;
	
}
a.navbarbottom:link
{
	color: #B1DE47;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	font-size:70%;
	border: 1px solid #999999;		
}
a.navbarbottom:visited
{
	color: #B1DE47;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	font-size:70%;
	border: 1px solid #999999;		
}
a.navbarbottom:active
{
	color: #B1DE47;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	font-size:70%;
	border: 1px solid #999999;	
}
a.navbarbottom:hover 
{
	color: #ffffff;
	background-color:#FF0066;
	text-decoration:none;
	font-weight:bold;
	font-size:70%;
	border: 1px solid #FF0066;
}
a.navbarhighlight:link
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	font-size:80%;	
}
a.navbarhighlight:visited
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	font-size:80%;	
}
a.navbarhighlight:active
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	font-size:80%;	
}
a.navbarhighlight:hover 
{
	color: #FF0066;
	text-decoration:underline;
	background-color:#ffffff;
	font-weight:bold;
	font-size:80%;	
}


a.navbar:link
{
	color: #EEEEEE;
	background-color:inherit;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
	font-size:80%;
}
a.navbar:visited
{
	color: #EEEEEE;
	background-color:inherit;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
	font-size:80%;
}
a.navbar:active
{
	color: #EEEEEE;
	background-color:inherit;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
	font-size:80%;
}
a.navbar:hover 
{
	color: #000000;
	text-decoration:none;
	background-color:#EEEEEE;
	padding:5px;
	font-weight:bold;
	font-size:80%;
}
a:link
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	padding:5px;
	font-weight:normal;
}
a:visited
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	padding:5px;
	font-weight:normal;
}
a:active
{
	color: #FF0066;
	background-color:inherit;
	text-decoration:underline;
	padding:5px;
	font-weight:normal;
}
a:hover 
{
    color: #FF0066;
	text-decoration:underline;
	background-color:#ffffff;
	padding:5px;
	font-weight:normal;
}

a.logo:link
{
	color: inherit;
	background-color:inherit;
	text-decoration:none;
	padding:0px;
	font-weight:normal;
}
a.logo:visited
{
	color: inherit;
	background-color:inherit;
	text-decoration:none;
	padding:0px;
	font-weight:normal;
}
a.logo:active
{
	color: inherit;
	background-color:inherit;
	text-decoration:none;
	padding:0px;
	font-weight:normal;
}
a.logo:hover 
{
    color: inherit;
	background-color:inherit;
	text-decoration:none;
	padding:0px;
	font-weight:normal;
}
h1
{
    font-size:120%;
    font-weight:bold;
}
h2
{
    font-size:100%;
    font-weight:bold;
}
p
{
    text-align:justify;
}
td.header
{
    font-weight:bold;
    background-color:#333333;
    color:#B1DE47;
}

td.border
{
    border-bottom: 1px solid #333333;

}
