body {
	height: 100%;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	list-style-image: url(../images/bullit.gif);
	list-style-position: outside;
}
.sub {
	font-size: 11px;
	color: #666666;
}
.title {
	font-weight: normal;
	color: #4A4A4A;
	font-size: 20px;
}
.capitalise {
	text-transform: capitalize;
}
.subtitle {
	font-weight: bold;
	color: #F7660B;
	font-size: 14px;
}
h2 {

	font-weight: normal;
	color: #333333;
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #EC7308;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}
