body {
	margin: 0px 0px 0px 0px;
}

body, td, div {
	font-family: Verdana, Arial, Helvetica, san-serif;
	/*font-family: 'PlutoCondRegular',verdana,arial,helvetica,sans-serif;*/ 
	font-size: 11px;
	color: #333333;
}

a, a:visited {
	color: #006CB2
}

a:hover {
	color: #ff6600;
}

form {
	display: inline;
}

.emph {
	font-weight: bold;
}

.de-emph {
	font-weight: normal;
}

.page-title {
	font-size: 15px;
	font-weight: bold;
	color: #084980;
}

.error {
	color: #cc0000;
}

.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: 006cb2;
}

.disclaimer {
	font-size: 9px;
	color: #999999;
	text-align:justify;
}

.disclaimer .title {
	font-weight: bold;
	color: #125580;
}

.error-message {
	background-color: #fffce9;
	font-size: 10px;
	color: #cc0000;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

#footer {
	color: #666666;
	font-size: 10px;
}

#footer a, #footer a:visited  {
	color: #666666;
}

#footer a:hover {
	color: #ff6600;
}


.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;

	border-left: 60px solid green;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 

	border-right:10px solid blue;
}