.body {
	background-color: #1E3F74;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.background {
	background-color: #1E3F74;
	background-image: url(images/back_gradient.jpg);
	background-repeat: repeat-x;
}
.globe {
	background-image: url(images/globe.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

.titles a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
	text-decoration: underline;
}
.list {
	font-family: Arial;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(images/blue_circle.gif);
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

.list a {
	font-family: Arial;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(images/blue_circle.gif);
	text-decoration: none;
}
.list a:hover{
	font-family: Arial;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(images/blue_circle.gif);
	text-decoration: underline
}
.footer a {
	color: #759DDB;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding-top: 10px;

}

.footer a:hover {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding-top: 10px;
}
