/* This stylesheet is for style rules that modify the default text of the site */



/* These style rules only affect the alignment of the text and may also be used to align images */

.center { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }



/* These style rules only affect the color of the text */

.text-white { color: white; }



/* Class name legend
	1) font size
		- pt# = font size
		- ptd = default font size
	2) font name
		- dfn = default font name
	3) text alignment
		- dta = default text alignment
		- c = center
		- l = left
		- r = right
	4) font color
		- dfc = default font color
		- c1 = black
		- c2 = white
		- c3 = 672F00
		- c4 = green
		- c5 = red
	5) font style
		- dfs = default font style
		 - b = bold
		 - i = italic
		 - u = underline
	*/

.ptd-dfn-dta-c1-i {
	color: black;
	font-style: italic;
	}

.ptd-dfn-dta-c3-dfs { color: #672F00; }

.ptd-dfn-dta-c3-b {
	color: #672F00;
	font-weight: bold;
	}

.ptd-dfn-dta-c3-bi {
	color: #672F00;
	font-style: italic;
	font-weight: bold;
	}

.ptd-dfn-dta-c3-bu {
	color: #672F00;
	font-weight: bold;
	text-decoration: underline;
	}

.ptd-dfn-dta-c4-dfs { color: green; }

.ptd-dfn-dta-c5-dfs { color: red; }

.pt8-dfn-dta-dfc-i {
	font-size: 8pt;
	font-style: italic;
	}

.pt9-dfn-dta-dfc-dfs { font-size: 9pt; }

.pt10-dfn-dta-dfc-dfs { font-size: 10pt; }

.pt10-dfn-c-dfc-dfs {
	font-size: 10pt;
	text-align: center;
	}

.pt10-dfn-dta-dfc-b {
	font-size: 10pt;
	font-weight: bold;
	}

.pt10-dfn-dta-c3-b {
	color: #672F00;
	font-size: 10pt;
	font-weight: bold;
	}

.pt10-dfn-dta-c3-bi {
	color: #672F00;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	}

.pt10-dfn-c-c3-b {
	color: #672F00;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

.pt12-dfn-dta-dfc-bu {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	}

.pt12-dfn-dta-c3-b {
	color: #672F00;
	font-size: 12pt;
	font-weight: bold;
	}

.pt14-dfn-dta-dfc-b {
	font-size: 14pt;
	font-weight: bold;
	}

.pt14-dfn-dta-c3-b {
	color: #672F00;
	font-size: 14pt;
	font-weight: bold;
	}

.pt14-dfn-dta-c5-b {
	color: red;
	font-size: 14pt;
	font-weight: bold;
	}

.pt18-dfn-dta-c3-b {
	color: #672F00;
	font-size: 18pt;
	font-weight: bold;
	}

.pt20-dfn-dta-c3-b {
	color: #672F00;
	font-size: 20pt;
	font-weight: bold;
	}

.pt20-dfn-c-c3-b {
	color: #672F00;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	}
