
p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	margin: 0px;
}

body {
	background-color: #ffffff;
	}

.description { 
  font-size: 0.7em;
}

.download {
  font-size: 0.7em;
}

.red {
  color: #ff0000;
}

.download_pad  {
  font-size: 0.7em;
  padding-bottom: 6px;
}

.small_pad {
	font-size: 0.7em;
  padding-bottom: 6px;
  }

.small {
	font-size: 0.7em;
 }

.pad {
  padding-bottom: 6px;
  }
 
.section {
	font-size: 1.5em;
	padding-bottom: 0.0em;
	padding-top: 0.0em;
}



a.section {
	text-decoration: none;
	} 

a:link {
	color: #4444ff;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #4444ff;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #cc00cc;
	text-decoration: underline;
	font-weight: normal;
}

/* Subsection class */
.subsection {
	font-size: 0.9em; 
	padding-bottom: 0.0em;
	padding-top: 0.5em;
	font-weight: bold;
	}

/* Section box */
.sectionbox {
	padding-left:   0.3em;
	padding-right:  0.3em;
	padding-top:    0.1em;
	padding-bottom: 0.3em;
	margin-top: 2px;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	}

.sectionbox:hover {
 outline-style: dotted;
	outline-color: #cccccc;
	outline-width: 2px; 
 }

/* Document class */
.document {
	padding-left:   0.0em;
	padding-right:  0.0em;
	padding-top:    0.5em;
	padding-bottom: 0.0em;
}

