/* CSS Document */
body
{ 
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	background-color:#FFFFFF;	
	border-top-left-radius: 27px 27px;
	border-top-right-radius: 27px 27px;
}
*
{
    outline: none;
} 

a
{
	margin-left:0px;
	padding-left:0px;
	text-decoration:none;
	background-color:#EEECF6; 
	font-family:Verdana;
	font-weight:normal;  
	font-size:11px; 
	color:#104780;
	height:18px;
}
	
a:hover
{  
  margin-left:2px;	
	font-weight:bold;
}
	
a:active
{
  margin-left:2px;	
	font-weight:bold;
}

table
{
	background-color:#EEECF6;
	width:168px;
	border-top-left-radius: 27px 27px;
	box-shadow: 10px 10px 15px grey;
	-moz-box-shadow: 10px 10px 10px grey;
}

table tr
{
	background-color:#FFFFFF;
}

table tr td.topitem
{
	background-color:#DFDCEF;
	border-top-left-radius: 27px 27px;
	-moz-border-radius-topleft: 27px;
	font-family:Verdana; 
	font-size:12px; 
	font-weight:bold; 
	color:#104780;
	height:20px;
	padding-left:10px;
}

table tr td.topitemline
{ 	
	background-color:#104780;
	height:2px;
}
	
table tr td.item
{ 
	background-color:#EEECF6; 
	border-top-left-radius: 13px 13px;
	-moz-border-radius-topleft: 13px;
	margin-left:10px;	
	padding-left:30px;	
	font-family:Verdana;
	font-weight:normal;  
	font-size:11px; 
	color:#104780;
	height:18px;
}

table tr td.itemline
{ 	
	background-color:#104780;
	height:1px;
}

table tr td.blankitem
{
	height:15px;
	background-color:#EEECF6;
}

table tr td.copyrighttext
{
	padding-right:3px;	
	text-align:right;
	height:12px;
	font-family:Verdana; 
	font-size:9px;
	font-weight:bold;	
	color:#104780; 	
}