/* 
colors from darkest to lightest
regular: 003333, seagreen, mediumaquamarine, honeydew
reverse: sienna, sienna, peru, wheat
*/

td {font-family: Verdana,Arial; font-size: 9pt;} 
	 
a.Link:link {color: seagreen;}
a.Link:visited {color: seagreen;}

a.LinkR:link {color: sienna;}
a.LinkR:visited {color: sienna;}

.Age {font-size: 8pt; background-color: mediumaquamarine; color: #003333;}
.AgeR {font-size: 8pt; background-color: peru; color: wheat;}

.BannerBorder {border-collapse: collapse; border-color: mediumaquamarine; border-style: outset; 
	border-top-width: 5px; border-bottom-width: 0px; border-left-width: 5px; border-right-width: 5px;}
.BannerBorderR {border-collapse: collapse; border-color: whitesmoke; border-style: outset; 
	border-top-width: 5px; border-bottom-width: 0px; border-left-width: 5px; border-right-width: 5px;}

.BodyNormal {font-family: Verdana,Arial; font-size: 10pt; 
	color: seagreen; scrollbar-arrow-color: seagreen;  
	scrollbar-base-color: mediumaquamarine;}

.BodyR {font-family: Verdana,Arial; font-size: 10pt; 
	color: sienna; scrollbar-arrow-color: sienna;  
	scrollbar-base-color: wheat;}

.Box {color: #003333; background-color: honeydew; border-color: seagreen; border-style: outset; border-size: 5px;}
.BoxR {color: sienna; background-color: wheat; border-color: sienna; border-style: outset; border-size: 5px;}

.Indent {text-indent: 20px;}

.LinkBorder {border-color: mediumaquamarine; border-style: outset; border-size: 5px;}
.LinkBorderR {border-color: whitesmoke; border-style: outset; border-size: 5px;}

.OutsideText {color: seagreen;}
.OutsideTextR {color: sienna;}

.TableBorder {border-collapse: collapse; border-color: mediumaquamarine; border-style: outset;
	border-top-width: 0px; border-bottom-width: 5px; border-left-width: 5px; border-right-width: 5px;}
.TableBorderR {border-collapse: collapse; border-color: whitesmoke; border-style: outset;
	border-top-width: 0px; border-bottom-width: 5px; border-left-width: 5px; border-right-width: 5px;}

.TextBlockColor {background-color: honeydew; color: #003333;}
.TextBlockColorR {background-color: wheat; color: sienna;}

.TextBlockPlain {background-color: White; color: #003333;}
.TextBlockPlainR {background-color: White; color: sienna;}

.TextBlockInset {background-color: honeydew; color: #003333; border-color: mediumaquamarine; border-style: groove; border-size: 3px;}
.TextBlockInsetR {background-color: wheat; color: sienna; border-color: peru; border-style: groove; border-size: 3px;}
