body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEFEFE;
}

.thinBorderGrey {
	margin: 5px;
	padding: 5px;
	border: thin double #666666;
}

.lightgreybg {
	background-color: #D6D5DB;
}

.leftAlign {
	float: left;
}

.rightAlign {
	float: right;
}

.adipHeader {
	margin: 5px;
	padding: 5px;
	border: thin double #666666;
	width: 800px;
	overflow: auto;
	height: auto;
}

.darkGreyTxt {
	color: #666666;
}

.lightGreyTxt {
	color: #CCCCCC;
}

.medGreyTxt {
	color: #999999;
}

.copyright {
	margin: 5px;
	padding: 5px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-variant: small-caps;
	color: #999999;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

.Menu {
	margin: 5px;
	padding: 5px;
	border: thin double #666666;
	width: 800px;
	overflow: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-variant: small-caps;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin: 0 0 auto auto;
	padding: 0 0 auto auto;}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin: 0 0 auto auto;
	padding: 0 0 auto auto;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.thinBorderGrey800 {
	padding: 5px;
	border: thin double #666666;
	height: 100%;
	width: 800px;
	overflow: hidden;
	margin: 5px;
}

.medGreyTxtsmaller {
	color: #999999;
	font-size: smaller;
}

.largeCAP {
	font-size: xx-large;
	font-weight: bold;
}

.darkGreyTxtSmaller {
	color: #666666;
	font-size: smaller;
}

#adipMenu {
	margin: 5px;
	padding: 5px;
	border: thin double #666666;
	width: 800px;
	overflow: hidden;
	height: auto;
	}
	
#adipFooter {
	margin: 5px 5px 10px;
	padding: 5px 5px 10px;
	border: thin double #666666;
	width: 800px;
	overflow: hidden;
	height: auto;
}

#adipFooter rightalign {
	text-align: right;
}

.contents800w {
	margin: 10px;
	padding: 10px;
	width: auto;
	height: auto;
	border: 1px solid #999999;
}

.author {
	font-size: 9pt;
}

.quote {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.tiny {
	font-size: 8pt;
}

.just {
	text-align: justify;
}

.headline {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline overline;
}

.blurb {
	color: #666666;
}
.highlightbox {
	border-width: medium thin;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 5px;
}

.highlightbox_shaded {
	background-color: #E8E8E8;
	border-top: medium solid #999999;
	border-right: thin solid #999999;
	border-bottom: medium solid #999999;
	border-left: thin solid #999999;

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.redTextBold {
	color: #FF0000;
	font-weight: bold;
	}

.darkOrangeText {
	color: #CC3300;
}

.headlineorange {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #CC3300;
}

p {
	margin-top: 0;
}

.shaded {
	background: #dfdfdf;
}

.green {
	color: #666600;
}

#contentsBorder {
	margin: 5px;
	padding: 5px;
	width: 800px;
	height: auto;
	border: thin solid #CCCCCC;
}
