body {
	color: #333333;
	scrollbar-face-color: #0099FF;
	scrollbar-shadow-color: #000066;
	scrollbar-highlight-color: #000066;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #000066;
	scrollbar-arrow-color: White;
	background-color: #000066;
}

a:link {
	color: #0099FF;
	text-decoration: none;

}
a:visited {
	color: #0000CC;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/* -- Main centre bit of each page -- */
.content { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}

/* -- ordered list -- */
.content ol {
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);


}

.content P {
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
}

/* -- For titling in FAQ -- */
.content h4 {
	color: #000066;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%;

}

/* -- The Main Links in the Contents -- */
.content a:link {
	color: #000066;
	font-weight: bold;
}
.content a:visited {
	color: #000066;
	font-weight: bold;
}
.content a:hover {
	color: #FF3300;
	font-weight: bold;
}

/* -- Strongly highlighted pupae page link -- */
.histress {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFF33;
	border-top: 2px solid #333333;
	border-right: 2px none #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px none #333333;
	font-weight: bold;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 100%;
	text-align: center;

}
.histress a:link {
	color: #FF3300;
}
.histress a:visited {
	color: #CC0000;
}
.histress a:hover {
	color: #000066;
}

/* -- The Main LPS Title in the Template -- */
.title {
	background-color: #000066;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}

.footer {
	background-color: #000066;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- Each Page's Main Title in the Central Contents Bit -- */
.sub_title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}

/* -- The Line Beneath the Title on Template -- */
.descriptor {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1pt;
	word-spacing: normal;

}

/* -- The Address on Template -- */
.address {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	width: 85%;
}

/* -- The e-Mail and Fax Number on Template -- */
.contactdetails {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;

}

/* -- Setup Details for the Catalogue (and links on care page) including BG image for table -- */
.catalogue {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.catalogue table {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-image: url(images/cat_tablebg.gif);
}

.catalogue a:link {
	color: #ff3300;
	font-weight: bold;
	font-variant: small-caps;
	border: none;
	font-size: 85%;
}

.catalogue a:visited {
	color: #6600CC;
	font-size: 85%;
}
.catalogue a:hover {
	color: #000066;
}

/* -- H2 is used for the Species Titles -- */
.catalogue h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

/* -- H3 is used for the Code, Price etc, headings -- */
.catalogue h3 { 
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* -- The update comment on the pupae page -- */
.update {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	background-color: #990000;
}


/* -- Highlighting text -- */
.midstress {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}

/* -- Highlighting text - lesser extent -- */
.lowstress {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.aside_comment {
	font-style: italic;
	text-align: center;
}

.holidaysched table{
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
