BODY {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background: black;

	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 100%;

}

P {
   text-indent: 0%;
   font-style: normal;
} 

UL {
	line-height: 1.2em;
	/*list-style-image: url("/images/urbbul2a.gif");*/
	/*list-style-image: url("/images/redarro.gif");*/
	list-style-image: url("images/blue_ball1.gif");
	list-style-position: outside;
}

a:link {
   /*color: #990033;*/
   text-decoration: none;
   font-size: 95%;
}

a:visited {
   /*color: #1ea505;*/
   color: #2c078d;
   text-decoration: none;
   font-size: 95%;
}

a:hover {
   color: red;
   text-decoration: underline;
   font-size: 95%;
}

TABLE.fmt {
	background-color: white;
	border: double black; 
	border-collapse: collapse;
	border-width: 2pt;
	empty-cells: show;
	margin-left: 3pt;
	padding: 5pt;
	table-layout: auto;
	text-align: center;
}

TABLE.fmt td {
	border: solid 1pt; 
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

TABLE.fmt th {
	border: solid 1pt; 
/*	border-width: 2pt;*/
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
}

P.callout {
	background-color: #DDDDFF;
	border: solid 1pt;
	font-family: monospace;
	margin: 7pt 3pt 7pt 7pt;
	padding: 6pt 6pt 6pt 6pt;
}

P.sample {
	background-color: #EEEEEE;
	border: solid 1pt;
	font-family: monospace;
	margin: 7pt 3pt 7pt 7pt;
	padding: 6pt 6pt 6pt 6pt;
}

P.command {
	background-color: #F0F0B0;
	border: solid 1pt;
	font-family: monospace;
	font-size: 90%;
	margin: 3pt 3pt 3pt 3pt;
	padding: 3pt 3pt 3pt 3pt;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/*Text small header*/
.txtsmh {
	font-size: 14px;
	color: #e20000;
	text-decoration: underline;
}

/*Text small*/
.txtsm {
	font-size: 12px;
/*	color: #e20000;*/
	color: #160a5c;
}

/*Text regular*/
.txtreg {
	font-size: 14px;
}

/*Text news*/
.txtnews {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*background-color: #a0b640;*/
}

/*Text marquee*/
.txtmarq {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}


