/* Created by Jeremy Jensen */

/* default */
th, td, dl, dt, dd, b, p, li
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	font-stretch: normal;
	font-size-adjust: none;
	font-weight: normal;
	}

/* the regular bold */
b
	{
	font-family: helvetica, arial, sans-serif;
        font-size: 12pt;
        font-stretch: normal;
        font-size-adjust: none;
	font-weight: bold;
	}

h1
	{
	font-family: helvetica, arial, sans-serif;
        font-size: 10pt;
        font-weight: bold;
	}

h2
	{
	font-family: helvetica, arial, sans-serif;
        font-size: 12pt;
	font-weight: bold;
	}

h3
	{
        font-family: helvetica, arial, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        }

/* layer attributes */
body
	{
	background: #000000;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
        font-size: 12pt;
	font-stretch: normal;
        font-size-adjust: none;
        font-weight: normal;
        margin: 0px;
	}

/* link atributes */

a:link
	{
	color:	#CCCCFF;
	text-decoration: none;
	}
		
a:visited
	{
	color:	#CCCCFF;
	text-decoration: none;
	}

a:hover
	{
	color:	#CCCCFF;
	text-decoration: underline;
	}

a:active
	{
	color:	#CCCCFF;
	text-decoration: underline;
	}

/* input atributes*/

/* More or less for IE and text fields: Makes them a grey/white*/
input, textarea, select
	{
	font-weight: normal;
        color: #303030;
	margin-bottom: 2px;
        background-color: #F0F0F0;
	}

/* For NS and Mozilla: Changes button colors*/
input[type="submit"]
	{
	font-weight: normal;
	color: #AAAAFF;
	background-color: #000000;
	border-color: #AAAAFF;
	}

.boldrow
	{
	font-weight: bold;
	}

.statbox
	{
	border: 1px #9999FF dashed;
	width: 180px;
	height: 220px;
	color: #9999FF;
	}

.calcpopup
	{
	color: #9999FF;
	}
