body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	

a {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

tr {
	font-family: Sans-Serif;
    font-size: 12px;
	color: #FFF
}

img{
	border-width: 0;
	border: 0;
}

.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(images/menu/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(images/menu/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(images/menu/title.gif) repeat-x;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
	padding: 5px 0;
	text-indent: 10px;
	background: #EEE;
	display: block;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	color: #000000;
}

.sdmenu .submenu a:hover {
	background: #AFAFAF url(images/menu/linkarrow.gif) no-repeat right center;
	color: #FFF;
}
