/* CSS Document */

BODY { font-family: arial; font-size: 10pt;  font-weight: bold;  padding: 0px; margin: 0 0 0 0;}

A:link		{ text-decoration: underline;  color: #FFFFFF; font-family: arial; font-size: 12 pt; font-weight: bold;}
A:visited	{ text-decoration: underline; color: #FFFFFF;  font-family: arial;  font-size: 12 pt; font-weight: bold;}
A:hover		{ text-decoration: none;  font-family: arial;   font-size: 12 pt; font-weight: bold;}
A:active    { text-decoration: underline; color: #FFFFFF;  font-family: arial;  font-size: 12 pt; font-weight: bold;}

.white       { text-decoration: none; color: #FFFFFF;  font-family: arial;  font-size: 10 pt; font-weight: bold;}

.text        {
	font-family: arial;
	font-size: 11 pt;
	color: #0066cc;
	font-weight: 500;
}
.small        {
	font-family: arial;
	font-size: 9  pt;
	color: #0066cc;
	font-weight: 600;
}
.list        {
	margin-left: 100;
	font-family: arial;
	font-size: 11 pt;
	color: #0066cc;
	font-weight: 600;
	line-height : 45 px;
}
.texttop        {
	font-family: arial;
	font-size: 14 pt;
	color: #0066cc;
	font-weight: 600;
}
.titletop        {
	font-family: arial;
	font-size: 19 pt;
	color: #0066cc;
	font-weight: 600;
}
.titletop2 {
	font-family: arial;
	font-size: 20 pt;
	color: #0066cc;
	font-weight: 600;
}
.titletop1        {
	font-family: arial;
	font-size: 12.5 pt;
	color: #0066cc;
	font-weight: 600;
}

.link		{ text-decoration: none;  color: #FFFFFF; font-family: arial; font-size: 12 pt; font-weight: bold;}

.textlink:link, .textlink:visited, .textlink:active	{ text-decoration: underline;  color: #0066cc; font-family: arial; font-size: 12 pt; font-weight: bold;}
.textlink:hover	{ text-decoration: none;  color: #0066cc; font-family: arial; font-size: 12 pt; font-weight: bold;}



.f2px					{font-size: 2px; }
.f3px					{font-size: 3px; }
.f5px 				{font-size: 5px;}			/* <br class="f5px"> creates a 5px high vertical space */
.f10px 				{font-size: 10px;}
.f15px 				{font-size: 15px;}


.containerDiv {
	border: #9abbdc 1px solid;
	text-align:center;
	display:table;
	margin: 5px;
}
.pictureDiv {
	margin:5px 5px 10px 5px;
	border: #9abbdc 1px solid;
}
.textDiv {
	font-family: arial;
	font-size: 11px;
	color: #0066cc;
	margin:5px 5px 5px 5px;
}