
H1, H2, H3 { 
	font-family : verdana, geneva, sans-serif;
	font-weight : normal;
	color : #333399;
  }

H4, H5, H6 {
	font-family : verdana, geneva, sans-serif;
	font-weight : bold;
	color : #333399;
  }

P {
	font-family : verdana, geneva, sans-serif;
	color : #000000;
	font-size : 83%;
	line-height : 1.8;
	font-weight: normal;
}

UL, OL, DL {
	font-family : verdana, geneva, sans-serif;
	color : #000000;
	font-size : 83%;
	list-style-type : disc;
	line-height : 1.8;
	font-weight: normal;
}

dt, li {
	font-family : verdana, geneva, sans-serif;
}

.celltitle {
	background-color : #ccccff;
	font-weight : bold;
}

.cellyes {
	background-color : #ccffcc;
	text-align : center;
}

.cellno {
	background-color : #999999;
	text-align : center;
}

.minimenutable {
	background-color : #9999cc;
}

.celldull {
	background-color : #999999;
}

.spectable {
	background-color : #9999cc;
}

.minifacttable {
	background-color : #9999cc;
}

.highlightbox {
	border : 4px double #999999;
	background-color : #ffffff;
	padding : 12;
}

.medhighlightbox {
	border : 4px double #999999;
	background-color : #cccccc;
	padding : 12;
}

.dullbox {
	border : 4px double #666666;
	background-color : #999999;
	padding : 12;
}

.contents {
	font-style : italic;
	font-weight : bold; 
	padding: 4;
}

.large {
	font-size : 92%;
	line-height : 1.8;
}

.norm {
	font-size : 100%;
	line-height : 1.8
}

.small {
	font-size : 75%;
	line-height : 1.8;
}

.vsmall {
	font-size : 75%;
	line-height : 1.8;
}

.backupsizes {
	font-size : 117%;
	font-size : 100%;
	font-size : 92%;
	font-size : 83%;
	font-size : 75%;
	line-height : 1.8;
}


I,CITE {
	font-style : italic;
}

a {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	color : #006600;
	text-decoration : none;
}

a:active {
	text-decoration : none;
}

a.navigation:visited {
	color : #663399;
	text-decoration : none;
}

a.navigation:hover {
	color : #339933;
	text-decoration : none;
}

a.external:hover {
	color : #cc3333;
	text-decoration : none;
}

a.copyright  {
	text-decoration : none;
}
	  
pre, code {
 	font-family : andale mono, monaco, monospace;
	color : #333333;
}


hr {
	height : 5;
}
