/*Global Stuff*/
BODY			{ 
			background-color: #333333;
        	      background-image: url(images/yellowstripe.gif);
			color: #000000;
			font-family:	Arial, Helvetica, Verdana; 
			}

EM, strong		{ 
			background: transparent;
			color: #FF0000;
            		}
#go, .reset 		{
			color: black; 
			font-weight: bold; 
			font-size: 18pt; 
			font-family:	Arial, Helvetica, Verdana;
			}

small,ul,li,dd      { 
			background: transparent;
		  	color: #000000;
                  	font-family:	Arial, Helvetica, Verdana; 
			}
.mono      { font-size: smaller;
			background: transparent;
		  	color: #000000;
                  	font-family:	monospace; 
			}

.mono2      { 
			background: transparent;
		  	color: #000000;
                  	font-family:	monospace; 
			}

.small		{ 
			background: transparent;
		  	color: #000000;
                  	font-family:	Arial, Helvetica, Verdana; 
			font-size: smaller;
			}
small.caption      { 
			background: transparent;
			font-size: 8pt;
		  	color: #000000;
                  	font-family:	Arial, Helvetica, Verdana; 
			}

td,div,p		{ 
			font-family:	Arial, Helvetica, Verdana; 
			}

.olhead,dt  		{ 
			font-weight: bold; 
			color: #000000;
            		background: transparent;
             		font-family: Arial, Helvetica, Verdana;
			}

.colorred	{ background: transparent;
		  color: #FF0000; }

.bold           { font-weight: bolder; }

.smtxc		{ font-size: smaller; background: transparent; 
                    color: rgb(232,232,232); }
.smtx            { font-size: smaller; }
#smtx            { font-size: smaller; }
p.smtxa            { font-size: 8pt; 
			font-family: Arial, Helvetica, Verdana;
			}
.para           { margin-left: 10%; margin-right: 10% }
.pararl           { margin-left: 18%; margin-right: 10% }
.paral          { margin-left: 5%; margin-right: 5% }
.parar          { margin-left: 15%; margin-right: 5% }
.pararx         { margin-left: 40%; margin-right: 5% }

.border         { border-style: solid; border-width: thin; border-color: green;} 
.bordernobg     { border: solid black; padding: 2px; }

.box		{
		text-decoration: none;
		color:		#000000;
		background:	#ffffff;
		border-color: #808080 #808080 #808080 #808080;
		padding: 5px;
		border-width:	thick;
		border-style:	solid;
		width: 650px;
		}

/*Headers*/

H1			{
			background:	transparent;
			color:		black;
			font-family:	Arial, Helvetica, Verdana;;
			}

H2, H3, H4, H5	{
			background:	transparent;
			color:		green;
			font-family:	Arial, Helvetica, Verdana;;
			}

/*Navigation Menu*/

A:hover		{ 
			background: #ffff00;
			color: #ff0000; 
			}
A:visited  		{ 
			background: transparent;
			color: purple; 
			}
A:visited:hover	{ 
			background: #ffff00;
			color: #ff0000; 
			}
A:link			{ 
			background: transparent;
			color: blue; 
			}
A:active  	{ 
			background: transparent;
			color: #800080; 
			}	

/*HiLite*/
.first			{ 
			font-weight: bolder; 
			font-size: 130%; 
			}

.HL			{
			background:	#ffff99;
			color:		#000000;
			}
.HLbdr			{
			background-color:	#ffff99;
			color:		#000000;
			border-width: thin; 
			border-color: green; 
			border-style: solid; 
			padding: 5px;
			}
.HLbold		{
			background:	#ffff99;
			color:		#000000;
			font-weight: bolder;
			}
	
