/**************************************************
 * © TRM Consulting Services Ltd
 * * Contact: trevor@trmcs.com
 * This copyright notice MUST stay intact for use.
 **************************************************/
 body {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
	padding:5px;
	vertical-align:top;
	font-size: 12px;
}
div#hdrTitle {
	font-weight : bold;
	margin-bottom : 10px;
	text-align : left;
	font-size : 20px;
}
div#ArtText {
	font-weight : normal;
	text-align : left;
	font-size : 12px;
}
.Menu
{
	font-weight:normal;
	text-align: center;
	font-size: 12px;
}
ul.notes { 
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.5em 0 1em 1.5em;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}
A {
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}
A:hover {
    color: #666666;
    text-decoration: underline;
}
.entryLink 
{
	text-decoration: none;
	font-size: x-small;
	color: #666666;
}
img.floatleft {
	float: left;
	margin-right: 8px;
}

