/* CSS Document */
body{
text-align: center;
}
.verdana10 {
	font-family: verdana;
	font-size: 10px; }	
		
.courier {
	font-family: courier new;
	font-size: 11px; }	
	
.verdana12 {
	font-family: verdana;
	font-size: 12px; }	
	
.verdana14 {
	font-family: verdana;
	font-size: 14px; }
	
.errorfont {
	color: #ff0000;
	text-align: center;
	font-weight: bold; 
	font-size: 14px;}

.installfont {
	color: #000099;
	font-weight: bold; 
	font-size: 14px;}
	
.updatefont {
	color: #000099;
	font-weight: bold; }

.verdana17 {
	font-family: verdana;
	font-size: 17px; }

.arial11 {
	font-family: arial;
	font-size: 11px; }

.arial12 {
	font-family: arial;
	font-size: 12px; }
	
.arial14 {
	font-family: arial;
	font-size: 14px; }	
	
.mybutton {
  width: 15em;
  height: 3em;
  font-family: verdana;
  text-align: left;
  font-size: 10px; }
  
.littlebutton {
  width: 2em;
   height: 3em;
  font-family: verdana;
  text-align: left;
  font-size: 6px; 
}

.activebutton
{
background-color: #eeeeee;
width: 15em; 
font-family: verdana; 
text-align: left; 
height: 2em; 
font-size: 10px;
}

.redbutton
{
background-color: #ffaaaa;
width: 15em; 
font-family: verdana; 
text-align: left; 
height: 2em; 
font-size: 10px;
}

.imgborder{
border: 2px #cc0000 ridge;
}

.yellowbox
{
background-color: #fefefe;
font-family: verdana;
font-size: 10px;
}

.graybox
{
background-color: #fafafa;
font-family: verdana;
font-size: 10px;
}

input
{
	font-family: arial;
	font-size: 11px
}

textarea
{
	font-family: arial;
	font-size: 11px
}

select
{
	font-family: arial;
	font-size: 11px
}

table
{
	font-family: arial;
	font-size: 11px;
}

h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;	
}

li {
	padding-bottom: 15px;	
}

.menulink
{
	color: #ffffff;
}

A:link {color: #0000cc;}
//A:visited {color: #000099;}
//A:active {color: #000099;}
//A:hover {color: #000099;}

.divShow { display: block; }
.divHide { display: none; }
