/* standard elements */
body
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	color: #EEE8AA;
	background-color: #38334C;
}	
td
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	text-decoration: none;
}
hr {
	color: #B0E0E6;
}
input
    {
	font-size: 12px;
    }
select
    {
	font-size: 12px;
    }
p
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 12px;
}
blockquote
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
dl
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

dt
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: disc;
}
ol
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #EEE8AA;
}
h2 
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #EEE8AA;
	background-color: black;
}
h3
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #EEE8AA;
	background-color: black;
}        
h4
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #EEE8AA;
	background-color: black;
} 	

h1 class {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEE8AA;
	background-color: #191919;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: auto;
	height: auto;
}

pre
    {
    font-size: 120%;
    }
tt
    {
    font-size: 120%;
    }
code
    {
    font-size: 120%;
    }
kbd
    {
    font-size: 120%;
    }
   
/* default links */
a:link 
	{
	color: #EEE8AA;
	background-color: #00BFFF;
	text-decoration: underline;
}
a:visited 
	{
	color: #EEE8AA;
	background-color: #00008B;
	text-decoration: underline;
}
a:hover
	{
	color: #EEE8AA;
	background-color: #483D8B;
	text-decoration: underline;
}
a:active 
	{
	color: #191970;
	background-color: #191970;
	text-decoration: underline;
}

/* documentation link formatting */
a.doc:link 
	{
	color: #EEE8AA;
}
a.doc:visited 
	{
	color: #EEE8AA;
}
a.doc:hover
	{
	color: #EEE8AA;
}
a.doc:active 
	{
	color: #EEE8AA;
}

a.topText
	{
	font-weight: bold;
	font-size: 7pt;
	color: #EEE8AA;
	text-decoration: none;
}

a.topText:hover
	{
	color: #EEE8AA;
}
		
a.topText:visited
	{
	color: #EEE8AA;
}
	
a.topText:active
	{
	color: #EEE8AA;
}
table {
	font-weight: bold;
	text-align: center;
	border-width: 100%;
	border-color: #B0E0E6;
	border-style: solid;
	width: 100%;
}
