/* Menus */
#top ul {
	display:block;
	margin: 0 12px;
}

#top ul li {
	display: inline;
	list-style: none;
	line-height: 38px;
	height: 38px;
}

#top ul li a:link,
#top ul li a:visited,
#top ul li#current a:link,
#top ul li#current a:visited {
	display: block;
	float: left;
	margin: 0;
	padding: 0 16px;
	color: #fff;
	font-weight: bold;
	background: url("../images/btn_bg.jpg") right no-repeat;
	line-height: 41px;
	height: 38px;
}

#top ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: url("../images/btn_bg_hover.jpg") right no-repeat;
}

#top ul li#current a:link,
#top ul li#current a:visited,
#top ul li.active a:link,
#top ul li.active a:visited {
	color: #5c5b5b;
	background: url("../images/btn_bg_on.jpg") right no-repeat;
}

#footer ul {
	display:block;
	margin: 5px 0 0 -10px;
}

#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li#current a:link,
#footer ul li#current a:visited {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	color: #666;
	line-height: 1em;
	height: 1em;
	font-size: 0.8em;
	border-right: #666 1px solid;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #50a2d6;
}

/* System Messages */
#system-message
{
	margin:10px 0 20px 0;
	padding: 0 !important;
	background:#fff;
	border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #fbc2c4; border-bottom: 3px solid #fbc2c4;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #fbe3e4}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

table#mytable{
   border-left:1px solid #dcdcdc;
border-top:1px solid #dcdcdc;
}
table#mytable td{
  border-right:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc
}
table#declaration {
  width:100%;
}
table#declaration th{
   font-size:13px;
   margin:20px;
   padding:5px 5px 5px 5px;
}
table#declaration td{
   border:none;
   border-bottom:1px solid #dcdcdc;
   font-size:12px;
}


table#cd{
 border-top:1px solid #dcdcdc;
 border-left:1px solid #dcdcdc;
 border-right:1px solid #dcdcdc;
border-collapse:collapse

}
table#cd th{
   font-size:13px;
   margin:20px;
   padding:5px 5px 5px 5px;
   background-color:#999;
}
table#cd td{
   height:30px
   margin:5px 5px 5px 50px;
}
table#cd td{
   border:none;
   border-bottom:1px solid #dcdcdc;
   font-size:12px;
   padding-left:8px;
   padding-bottom:8px;
   padding-top:5px;
}
hr{
border:none;
border-bottom:1px solid #DCDCDC;
margin:5px;
}
