/*<group=General Styles>*/

body {
	font: 13px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	color: black;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: black;
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
