.comp {
 position:absolute;
 top:0px;
 right:0px;
 z-index:100;
 background:url('/images/comp.gif') no-repeat;
 width:200px;
 height:200px;
}

.innerComp {
 width:100px;
 padding-top:60px;
 padding-left:60px;
 font-size:11px;
 text-align:center;
}

.flash {
 position:relative;
 z-index:10;
 top:0px;
}

.style_sheet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0064;
	font-style: normal;
	font-weight: bold;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	
	background: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height:28px !important;
	}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F7BDD5;
	border: 1px solid #333333;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
  	height:28px !important;
		line-height:28px !important; 
		width: 100px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000;
		color: #fff;
		font: 11px arial;
		font-weight:bold;
 padding:5px;
		}

	#sddm div a:hover
	{	background: #F7BDD5;
		color: #000}
