/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFffff }

/* Headings */
h1 { font-size: 145% }

code           { font-family: monospace; color: rgb(51, 51, 255); background: #eeeeee; font-weight: bold}

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Highlighted text */
.codeFont2           { font-family: monospace; font-weight: bold; color: rgb(51, 51, 255);}
.codeFont1           { font-family: monospace; color: rgb(51, 51, 255);}

/* used in tabed index tables */
.indexBody {color: rgb(0, 0, 0); background-color: rgb(153, 153, 255);}
.indexTable {background-color: rgb(153, 153, 255); width: 100%; text-align: left; margin-left: auto; margin-right: auto;}
.indexTab	{ font-family:Arial,Helvetica; vertical-align: top; text-align: center; width: 20%; color: rgb(255, 255, 255); background-color: rgb(112, 112, 187);}
.indexTabSel	{ font-family:Arial,Helvetica; font-weight: bold; vertical-align: top; text-align: center; width: 20%; color: rgb(255, 50, 50); background-color: rgb(0, 0, 113);}
.mainIndex	{ font-family:Arial,Helvetica; vertical-align: top; text-align: center; width: 20%; color: rgb(255, 255, 255);}

.textNorm { text-align: left; font-family: verdana, arial, sans-serif; color: #333;  }
body { text-align: left; font-family: verdana, arial, sans-serif; color: #030303;  }


/* ------------------------------------------------------ */
p, ul, li, ol, .regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

em{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2000d0;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000a0;
}

/* News heeadline */
.nhl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #2000d0;

	}

.ts1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2000d0;
}



.ts2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #205577;
}

.ts3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a000a0;
}


.ts4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #205577;
}

.tsInverse1{
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #ffffff;
}
