body {
	margin-left: 50px;
	margin-top: 50px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
a:link {
	color: #33CC33;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009933;
}
a:hover {
	text-decoration: none;
	color: #009933;
}
a:active {
	text-decoration: underline;
	color: #009933;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: medium;
	color: #009933;
}
h2 {
	font-size: small;
	color: #000000;
}
h3 {
	font-size: x-small;
	color: #009933;
}

li {
	font-size: None;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(/images/bullet.gif);
}

.footer {font-size: xx-small}

.highlight_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #999999;
	line-height: 150%;
}

.highlight_txt a:link {
	text-decoration: underline;
	color: #999999;
}

.highlight_txt a:visited {
	text-decoration: underline;
	color: #999999;
}

.highlight_txt a:hover {
	text-decoration: underline;
	color: #33CC33;
}

.greyBox {
	background-color: #E9E9E9;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 15px;
	clear : both;
}

/*
.greyBox listColOne {
	width : 130px;
	float : left;
	background-color: transparent;
	clear : both;
}

.greyBox listColTwo {
	float : right;
	background-color: transparent;
	clear : both;
} 
*/

.picRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	clear: both;
	float: right;
	height: 240px;
	width: 170px;
	border: 1px dotted #CCCCCC;
	margin: 5px;
}
