body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/globe.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.indent {
	padding-left: 20px;
	padding-top: 10px;
}
.title {
	font-size: 20px;
	font-weight: bold;
}
