﻿
/* General Tag specifications */
BODY, B, TD, P     {
	COLOR: #1C1C35;
	FONT-SIZE: 10pt;
	font-family: "Trebuchet MS";
}

H1     {
	COLOR: #1C1C35;
	FONT-SIZE: 12pt;
	font-family: "Trebuchet MS";
}
/* Info Box WITHOUT Headings */
.CPbox1            {
	COLOR: #5E4F33;
	font-size: 10pt;
	border-top: 1px none #BBC3D3;
	border-right: 1px none #BBC3D3;
	border-bottom: 1px none #BBC3D3;
	border-left: 1px none #BBC3D3;
	font-weight: lighter;


}
.CPbox1 A:link     {COLOR: #1C1C35; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #1C1C35; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #1C1C35; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #1C1C35; BORDER: 0px none}
.CPbox2H           {
	COLOR: #1C1C35;
	PADDING: 1px;
	font-size: 12pt;
	text-align: center;

}
.CPbox2H B         {
	COLOR: #1C1C35;
	font-size: 12px;
	text-align: center;
}
.CPbox2B           {
	COLOR: #1C1C35;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;


}
.CPbox2B A:link    {
	COLOR: #1C1C35;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox2B A:visited {
	COLOR: #1C1C35;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox2B A:hover   {
	COLOR: #1C1C35;
	FONT-SIZE: 10pt;
	font-family: "Trebuchet MS";
/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - General Headings */
.CPgenHeadings {
	BACKGROUND-COLOR: #EEEEEE;
	color: #1C1C35;
}
.CPbox3 {

	COLOR: #D894D6;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.CPHeader {
	font-size: 16pt;
	color: #1C1C35;

}
