body {
	background-color: #FFFFFF;
	background-image: url(../images/core/bg.gif);
	background-repeat: repeat-x;
	margin: 10 0 0 0;
	padding: 0px;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	line-height: 16px;
}
a:link, a:visited, a:active {
	color: #03B2C9;
	text-decoration: none;
}
a:hover {
	color: #03B2C9;
	text-decoration: underline;
	font-weight: bold;
}
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03B2C9;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-weight: bold;
	color: #03B2C9;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-weight: bold;
	color: #03B2C9;
	text-decoration: underline;
}
ul {
	list-style-image: url(../images/core/bullet.gif);
}
li {
	padding-bottom: 6px;
}