a:link {
	color : #FF6633;
	text-decoration : underline;
}
a:active {
	color : #f99;
}
a:hover {
	color : #f99;
	text-decoration : none;
}
.small {
	font-size : 9pt
}
.caption {
	font-size : 9pt;
	margin : 3px;
	padding : 3px;
	border : #2564ab solid 1px;
	background-color : #cccccc;
	padding : 10px;
}
.attention {
	color : #cc3300;
	font-size : 9pt;
	margin : 5px;
	padding: 10px;
	border : red dotted 2px;
	background-color : #dffeba;
}
.main {
	font-size : 10pt;
	line-height : 2em;
	border : 1px #2564ab solid;
	padding : 10px;
}
.big {
	font-size: 14pt;
}
h3 {
	font-size: 10pt;
	margin : 0px;
	padding: 0px;
	font-weight : bold;
	text-align : center;
}
.border {
	border : 2px solid #2564ab;
	width : 500px;
   	text-align : center;
}
