/* ---------------- defaults -------------------- */
  body,
	table,
	tr,
	td,
	th,
	div,
	p,
	span {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 13px;
	font-color : black }

  input,
  textarea,
  select {
  font-family : Arial, Helvetica, Sans-Serif;
	font-size : 9pt;
	font-color : black; }

/* ---------------- anchors -------------------- */
	A {
	color : black;
	text-decoration : underline }

	A.white {
	color : white;
	text-decoration : underline }
	
	A:link:hover.white {
	color : #ffffff }
	
	A:link:hover {
	color : #666666 }
	
/* ---------------------------------------------- */
	.text {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 9pt; 	
	font-color : black; 
	}	

	.darkSmall {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 13PX; 	
	font-color : black; 
	}	
	
	.darkSmallBold {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt; 	
	font-color : black; 
	font-weight : bold;
	}
	.darkLarge {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14pt; 	
	font-color : black; 
	}	

	.darkSmallBold {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt; 	
	font-color : black; 
	font-weight : bold;
	}

	.lightSmall {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt; 
	color : white }

	.lightSmallBold {
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	font-size : 8pt; 
	color : white }

	.lightLarge {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14pt; 
	color : white }

	.lightLargeBold {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14pt; 
	font-weight : bold;
	color : white }

	.error {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color : red }

	.TabMain, 
	.TabMain:link,
	.TabMain:visited,
	.TabMain:hover,
	{
	  color : white;
	  font-family : arial, helvetica, verdana;
	  font-size : 10pt;
	  font-weight : bold;
	  text-decoration : none;
	}

	

