﻿body { 
	font-family: 'Trebuchet MS', Arial, Helvetica;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 102); 
}
button { 
	font-size: 8pt; 
	font-style: normal; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	border-style: solid; 
    border-width: 1pt; 
	background-color: rgb(51, 102, 102);
	color: rgb(255, 255, 255); 
}
caption {
	font-size: 14pt; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-style: Normal; 
	color: rgb(51, 102, 102); 
}
fieldset { 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	border-style: solid; 
	border-width: 1pt; 
	color: rgb(0, 0, 0);
}
h1 { 
	font-weight: normal; 
	font-style: normal; 
	font-size: 24pt; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	color: rgb(102, 102, 153)
}
h2 { 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-style: normal; 
	font-size: 18pt; 
	font-weight: normal; 
	color: rgb(204, 0, 102);
}
h3 { 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	color: rgb(0, 0, 128);
}
h4 { 
	font-weight: normal; 
	font-size: 12pt; 
	font-style: normal; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	color: rgb(102, 153, 153);
}
h5 { 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	color: rgb(0, 0, 128); 
}
h6 { 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: rgb(204, 0, 102);
}
label {
	font-style: normal; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-size: 8pt; 
	color: rgb(0, 0, 0); 
}
legend {
	font-style: Normal; 
	font-size: 8pt; 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	color: rgb(51, 102, 102); 
}
marquee {
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-size: 14pt 
}
select {
	font-style: normal; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
    border-style: solid; 
    color: rgb(0, 0, 0);
}
table {
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-style: normal; 
	table-border-color-light: rgb(0, 102, 0);
	table-border-color-dark: rgb(0, 102, 0); 
}
textarea {
	font-style: normal;
	font-size: 8pt; 
	font-family: Arial, Helvetica; 
    border-style: solid; 
    color: rgb(0, 0, 0); 
}
th {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: normal;
	color: rgb(0, 0, 0); 
}
ul {
	list-style-image: url('images/coloringbullet1.gif');
}
ul ul {
	list-style-image: url('images/coloringbullet2.gif');
}
ul ul ul {
	list-style-image: url('images/coloringbullet3.gif');
}
a:link {
	color: rgb(0, 0, 255);
}
a:active {
	color: rgb(255, 27, 0);
}
a:visited {
	color: rgb(128, 0, 128);
}
.thumbtext {
	text-align: center;
	font-weight: bold;
	font-size: small;
}
.thumbborder {
	border-width: 2px;
	border-style: solid;
}