body {
	background :fixed bottom right;
	background-image : url(../bg1.jpg);
	margin:0;
	
	color:#33CCFF;
	font-family :Arial, Helvetica, sans-serif;
	text-align : center justify;
	font-size	:x-small; 
	
	scrollbar-face-color:#000;
	scrollbar-arrow-color:#d4d2cc;
	scrollbar-track-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#d4d2cc;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-Color:#5c5c5c;
}

.titletext, h1{
	font: xx-large;
	text-decoration : underline;
	color : Red;
}

.introtext, h2{
	font-weight : bold;
	margin-left : 15%;
	margin-right : 15%;
	margin-bottom : 1em;
}
	
table.basic {
	font-size : x-small;
	width : 100%;
	vertical-align : middle;
/*	border: none;*/
	background : Black url(../bg2.jpg);
	border-left:none;
	border-right:none;
}
.titlebarmajor{
	background-color : #004D00;
	text-align : center;
	padding : 20px;
	border : 1px solid #999999;
	empty-cells : hide;
	font : bold x-large;
}
.titlebarminor{
	background-color : #004D00;
	text-align : center;
	padding : 20px;
	border : 1px inset #999999;
	empty-cells : hide;
	font : bold medium;
}
td.left {
	width : 33%;
	text-align : left;
	padding : 20px;
	border : 1px inset #999999;
	text-align: center;
}
td.right {
	width : 67%;
	text-align :justify;
	padding : 20px;
	border : 1px inset #999999;
}
td.center {
	text-align :center;
	padding : 20px;
	border : 1px inset #999999;
}
a { 
	color: #0000EE;
	font-weight : bold;
}
a:visited { 
	color: #551A8B
}
a:active {
	color:#FF0000
}

img{
	border: none;
}

hr{
	height: 1;
	color: Silver;
}

.quicklinks a{
	color: #004D00
}

.quicklinks a:visited { 
	color: #004D00
}
p{
	margin-top:0px;
	margin-bottom: 0px;
	text-indent: 2em;
}

div.figure {
  float: right;
  margin: 0.5em;
}
p.caption {
  font-style: italic;
  font-size: x-small;
  text-indent: 0em;
  text-align: center
}
