@charset "UTF-8";
/* CSS Document */

.content {
	font-family:arial;
	color:#004990;
	font-size:12px;
	line-height:16px;
	
	}
	
strong {
 	color:#004990;
	line-height:16px;
	}
	
	
a:link {
	color:#004990;
	text-decoration:underline;
	line-height:16px;
	font-weight:bold;
	}
	
a:active {
	color:#004990;
	text-decoration:underline;
	line-height:16px;
	font-weight:bold;
	}

a:visited {
	color:#004990;
	text-decoration:underline;
	line-height:16px;
	font-weight:bold;
	}

a:hover {
	color:#004990;
	text-decoration:underline;
	line-height:16px;
	font-weight:bold;
	}

td object, td embed {
	vertical-align: bottom;
} 