/*

	Copyright (c) 2008 eSolutions Group Ltd.
	
*/

@import url(structure.css);
@import url(content.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px 0px 10px;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	list-style-image: url(/en/images/bullet.gif);
}
ul {
	margin-top: 5px;
}
a:link {
	color: #f88b33;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #f88b33;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f88b33;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #f88b33;
	text-decoration: none;
	font-weight: bold;
}

img { border: 0px; }
