/* CSS Style Sheet for the screen content (below the title bar) */
 
#ScreenContent  {
	position: absolute;
	top: 198px;
	left: 27px;
	z-index: 4;
}

.styleContent   {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #061F48;
    background-color: white;
}

.styleContentNW  {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #061F48;
}

.styleContentAbout  {
	margin-top: 6px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #061F48;
}

.styleContentBKG  {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #EEEFFD;
}

.styleContent10m   {
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #061F48;
}

.listIndent     {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #061F48;
}

.style14B       { font-size: 14px;
                  color: #061F48;
                  font-family: Verdana;
                  font-weight: bold; }
				  
.style16B       { font-size: 16px;
                  color: #061F48;
                  font-family: Verdana;
                  font-weight: bold; }

.style18B       { font-size: 18px;
                  color: #061F48;
                  font-family: Verdana;
                  font-weight: bold; }

a.links         { color: white; }
