body {
	margin: 0;
	padding:0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	outline: none;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*---------------------- Framework -----------------------------*/

.top-border {
	background: #eeeeee url(../images/border-top.jpg) top repeat-x;
}

.bottom-border {
	background: #eeeeee url(../images/border-bottom.jpg) top repeat-x;
}

.left-border {
	background: #eeeeee url(../images/border-left.jpg) top repeat-y;
}

.right-border {
	background: #eeeeee url(../images/border-right.jpg) top repeat-y;
}



/*---------------------- Footer -----------------------------*/

#footer {
	padding: 5px;
	font-size: 10px;
	color: #999999;
}