body {
        background: #ffffff;
        color: #000000;
}

a {
	background: #ffffff;
	color: #003767;
}

A:link, A:active
	{
	text-decoration	:	none;
	color		:	#003767;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#003767; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#FFFFFF;
	background	:	#003767;
	}

div.cmd {
	text-align: left;
	font-weight: bold;
}

div.box {
	text-align: center;
}

div.miniinfo {
	text-align: center;
	font-size: xx-small;
}

div.mini {
	font-size: xx-small;
}

span.maintopic {
	font-size: large;
	font-weight: bold;
}

span.footer {
	font-size: xx-small;
  color   : #777777;  
}




td.code0 {
  background: #f0fff0;
  color: #000000;
  font-family: monospace;
  font-size: 80%;
}
td.code1 {
  background: #f0ffff;
  color: #000000;
  font-family: monospace;
  font-size: 80%;
}
td.tint0 {
  background: #f0fff0;
  color: #000000;
}
td.tint1 {
  background: #f0ffff;
  color: #000000;
}


table.wholepage {
	width: 98%;
}

table.main {
	width: 100%;
}

table.topicborder {
	background: #000000;
	width: 300px;
	border: none;
}

table.topic {
	background: #eeeeee;
	color: #000000;
	width: 100%;
	border: none;
}

table.boxborder {
	background: #000000;
	width: 100%;
}

table.box {
	background: #ffffff;
	width: 100%;
}

table.minboxborder {
	background: #000000;
}

table.minbox {
	background: #ffffff;
}

td.main {
	width: 100%;
}

td.boxtopic {
	background: #006699;
	color: #ffffff;
}

form {
	margin: 0;
}