BODY {
	background-color: #DEDEDE;
	margin: 0px;
  	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-regular, sans-serif;
	font-size: 12px;
	color: #000000;
        line-height:1.5;
}

td {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-regular, sans-serif;
	font-size: 12px;
	color: #000000;
        line-height:1.5;
}

a {
	color: #000000;
        line-height:1.5;
}

a:hover {
	color: #000000;
	text-decoration: none;
        line-height:1.5;
}

a:visited {
	color: #000000;
        line-height:1.5;
}

a:active {
	color: #000000;
        line-height:1.5;
}

.border-left {
	background-image: url(/images/border-left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.border-right {
	background-image: url(/images/border-right.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.nav-background {
	background-image: url(/images/nav-background.gif);
	background-repeat: repeat-x;
	background-color: #BFBFBF;
}

.box-background {
	background-color: #F4F4F4;
}

.box-border {
	background-color: #BFBFBF;
}

.text-10 {
	font-size: 10px;
}