/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

a {
  text-decoration: none;
}

a:link {
color : blue;
text-decoration : none; 
} 
a:visited {
color : blue; 
text-decoration : none; 
} 
a:hover {
color : red;
text-decoration : none; 
} 
a:link, a:visited {
text-decoration : none; 
} 
a:hover, a:active {
text-decoration : none;
} 

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8 pt;
  font-weight: bold;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}
td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8 pt;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

ul {
  list-style-type: square;
}

#demoBox {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
  width: 24em;
}

.footer {
  margin-bottom: 0px;
  text-align: center;
}

/* Boxed table styles */

table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxed {
  background-color: #c0c0c0;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

body  { 
    scrollbar-face-color: #080C86; 
    scrollbar-shadow-color: #8486F7;
    scrollbar-highlight-color: #ffffff; 
    scrollbar-3dlight-color: #000000; 
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #4A4DAD; 
    scrollbar-arrow-color:#8486F7; 
    scrollbar-base-color: #F7F7F7; 
}


.footmenu
{
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	list-style-type: none;
	
}

.footmenu a, .footmenu a:visited
{
	color:  #b5b6f9;
	font: bold 10px arial;
	text-decoration: none;
	background-color: #080c86;
	padding: 2px;
	border-left	: 1px solid #080c86;
}

.footmenu a:hover
{
	border-left	: 1px solid white;
	background-color: #080c86;
	color: white;
}
img {
  border: none;
}

a {
  outline: none;
}

li {
  display:inline;
}

#desc {
  font-style: italic;
}
img {
  border: none;
}

a {
  outline: none;
}

li {
  display:inline;
}

#desc {
  font-style: italic;
}
</style>