/* CSS STYLES FOR WoW Documents after 03/27/10 */

body, p, td, th, div, blockquote, ul, ol {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-indent 1em;
	line-height: 1.1em:
	padding: 0;
	margin: 0.5em;
}

.MainText {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-indent 1em;
	line-height: 1.1em:
	margin: 0.5em;
}

div.grey {
	bordercolor: #660000;
	background-color: #eeeeee;	
}

div.beige {
	bordercolor: #660000;
	background-color: #ffffee;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	margin-top: 6px;
}

div.middle {
	text-align: center
}

/* lists */
li {
	margin-left: .5 em;
	padding-bottom: 2 em;
	padding-left: 0 em;
}
	
ul.listcirc {
	list-style-type: circle;
}

/*margin indents*/

.indent1 {
	margin-left: 1 em;
}

.indent2 {
	text-indent: 2em;
}

	/* list with no bullets - and single item with no bullets */
ul.listnobull {
	list-style-type: none;
}
li.itemnobull {
	list-style-type: none;
}
	/* items with no padding */
li.listzeroheight {
	padding-bottom: 0.0em;
}
	/* items with padding */
li.listpadded {
	text-indent: 5pt;
}

li.itemnobullpadded {
	list-style-type: none;
	padding-bottom: 0.5em;
}


.imagelabel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

.Title {
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 1 em;
}

.Title2 {
	font-size: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 1 em;
	font-style: italic;
}

.Title3 {
	font-size: 100%;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	margin-top: 1 em;
}

.subtopic {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	margin-top: 1em;
}

.subtopic2 {
	font-weight: bold;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	
	margin-top: 1em;
	
}

.subtopic3 {
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin-top: 1em;
	
}


.small-caps {
	text-transform: uppercase;
	font-size: small;
}
.smallprint {
	font-size: small;
}

.smallerprint {
	font-size: x-small;
}

.jcitation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #555555;
	font-weight: normal;
}

/* same as above ... older style */
.citation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #555555;
	font-weight: normal;
}

/* quotations */
.jquotedText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005000;
	font-size: 90%;
}

/* same as above ... older style */
.quotedText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005000;
	font-size: 90%;
}

/* narrowed quote para */
.quotedNarrow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005000;
	font-size: 90%;
	align: "center";
	margin-left: 10%;
	margin-right: 10%;
}

/* boxed paragraph with different background color */
.boxedpara {
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	width: 90%;
	border: 2px solid #999999;
	background-color: #FFCC99;
	color: #443333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

.boxedparacenter {
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	width: 90%;
	border: 2px solid #999999;
	background-color: #FFCC99;
	color: #443333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	text-align: center;
}

.image-left {
	float: left;
	padding-right: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.image-right {
	float: right;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.imgclear {
	clear: "both";
}
.capitolize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}

/* red emphasis */
.emphasis {
	font-style: italic;
	font-weight: normal;
	color: #9d1609;
}

/* table cell border colors  */
td.cellbeige {
	background-color: #ffffee;
	padding: .5em;
}

td.cellgray {
	background-color: #66000;
	padding: .5em;
}

td.cellgreen {
	background-color: #ccffcc;
	padding: .5em;
}

td.cellblue {
	background-color: #99ccff;
	padding: .5em;
}

.white {
	bordercolor: #fff;
	background-color: #FFF;
}
/*basic colors*/

.Gold {
	color: #d27618;
}
.Rust {
	color: #98320b;
}
.Blue {
	color: #33C;
}
.Red {
	color: #C00;
}
.Green {
	color: #060;
}
.Pink {
	color: #F3F;
}
.Brown {
	color: #630;
}
.jgreytext {
	color: #777
}
/* same as above ... older version*/
.greytext {
	color: #777
}

