div.logo {
	background:lightblue;
	border-top:2px solid purple; 
	border-bottom:2px solid purple;
	padding-top:10px;
	padding-bottom:10px;
}

.mygreen {
	background:#C0FFE0;
}

.borderall {
	border: thin solid black;
}

.allgreen {
	background:#C0FFE0;
	border: medium solid #C0FFE0;
	}


div.main {
	text-align:center;
	width:640;
	background:#C0FFE0;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	border: medium solid purple;
	}

.text {
	text-align:justify;
	font-family: verdana,arial;
	}


.text10 {
	text-align:left;
	font-size: 10pt;
	font-family: verdana,arial;
	}
.text8 {
	text-align:left;
	font-size: 8pt;
	font-family: verdana,arial;
	}


.button { 
  border-top: thin dotted purple;
  border-bottom: thin dotted purple;
  border-right: thin dotted purple;
  border-left: thin dotted purple;
  padding: 3px; 
  text-align: center;
  background: lightblue;
}

.button10 { 
  border-top: thin dotted purple;
  border-bottom: thin dotted purple;
  border-right: thin dotted purple;
  border-left: thin dotted purple;
  padding: 10px 3px 10px 3px; 
  text-align: center;
  background: lightblue;
}
.button15 { 
  border-top: thin dotted purple;
  border-bottom: thin dotted purple;
  border-right: thin dotted purple;
  border-left: thin dotted purple;
  padding: 15px 3px 15px 3px; 
  text-align: center;
  background: lightblue;
}


.vbutton { 
  border-top: thin dotted purple;
  border-bottom: thin dotted purple;
  border-right: thin dotted purple;
  border-left: thin dotted purple;
  padding: 3px; 
  text-align: center;
  font-family: verdana;
  background: lightblue;
  font-size: small;
}

.fbutton { 
  border-top: thin dotted purple;
  border-bottom: thin dotted purple;
  border-right: thin dotted purple;
  border-left: thin dotted purple;
  padding: 3px; 
  text-align: center;
  font-family: Courier,monoco,monospace;
  background:lightblue;
  font-size:small;
}

.function {
  font-family: Courier,Monaco, monospace;
  color: purple;
}

.ital {
  font-family:times;
  font-style:italic;
  color:black;
  }

.redfunction {
  font-family: Courier,Monaco, monospace;
  color: red;
  font-weight:normal;
}


.blackfunction {
  font-family: Courier,Monaco, monospace;
  color: black;
  font-weight:bold;
}

.greenfunction {
  font-family: Courier,Monaco, monospace;
  color: green;
  font-weight:bold;
}

.bluefunction {
  font-family: Courier,Monaco, monospace;
  color: blue;
  font-weight:bold;
}

.bigblue {
	color: #003399;
	font-size: large;
}

.title {
  font-size:large;color:black;font-weight:bold;font-family:verdana;
}

.header {
  text-decoration:underline;
  font-size:large;
  font-weight:bold;
  color:blue;
  font-family:verdana;
  }
  

a:link {text-decoration:none; color:purple;}

a:visited {text-decoration:none; color:blue;}

a:active {text-decoration:none; background-color:yellow; color:black; }

a:hover {text-decoration:none; background-color:yellow; color:black; }

dl {font-family:verdana,arial,helvetica,sans-serif; color:black; font-size: medium;  }  
h1 {font-family:times;color:blue;}
    
h2 {font-family:times;color:purple;}    
h3 {font-family:times;font-style:italic;color:blue;}
    
.abs {font-family:verdana;font-size:small; text-align: justify; font-size:10pt; width:400;}

.times {font-family:times;font-style:italic;font-weight:bold;color:blue;font-size:11pt;}

.tiny {font-size:xx-small;font-family:verdana;}
 

