﻿body, html {
  width: 100%;
  height: 100%;
  margin:0px;
  padding:0px;
  font-family: Century Gothic, Tahoma;
  color:#FFFFFF;
  text-align: center;}

h1 {
  font-family:Century Gothic, Tahoma; 
  font-size:14px; 
  color:#ED0082;
  text-decoration: none;
  font-weight:bold;
  margin:0px;
  padding:0px;
}


.bodytext { 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  color: #595657; 
  text-align: left;
  text-decoration: none; }

.bodytext a{ 
  font-family: Century Gothic, Tahoma; 
  color:#595657;
  font-weight:normal;
  font-size: 12px; 
  text-decoration: none; }

.bodytext a:hover{
  text-decoration: underline;
}

.formtext { 
  font-family: Century Gothic, Tahoma; 
  font-weight:bold;
  font-size: 14px; 
  color: #595657; 
  text-decoration: none; }

.formtext a{ 
  font-family: Century Gothic, Tahoma; 
  font-weight:bold;
  font-size: 14px; 
  color: #595657; 
  text-decoration: none; }

.popup { 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  color: #FFFFFF; 
  text-decoration: none; }

.popup a{ 
  font-family: Century Gothic, Tahoma; 
  color:#FFFFFF;
  font-weight:normal;
  font-size: 12px; 
  text-decoration: none; }

.popup a:hover{
  text-decoration: none;
}


.footer { 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  color: #221E1F; 
    font-weight:bold;
  text-decoration: none; 
  }

.footer a{ 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  color: #221E1F; 
    font-weight:bold;
  text-decoration: none;
  text-transform:capitalize; }

.footer a:hover{
  text-decoration: none;
}
.menus { 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  font-weight:bold;
  color: #FFFFFF; 
  text-decoration: none; }

.menus a{ 
  font-family: Century Gothic, Tahoma; 
  font-weight:normal;
  font-size: 12px; 
  font-weight:bold;
  color: #FFFFFF; 
  text-decoration: none; 
  text-transform:capitalize }

.menus a:hover{
  text-decoration: none;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
   text-align:center;
}
#sddm li a {
	display: block;
	margin: 0 0px 0 0;
xwidth:130px;

	background: #000000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover {
	background: #000000;
}
#sddm div {

	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding-bottom:2px;
	 padding-top:2px;
	 padding-left:5px;
	 padding-right:5px;

	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000000;
	color: #FFF;

}
#sddm div a:hover {
	background: #9A9EAC;
	color: #FFF;
}