/* Style Sheet for BWGI Seminars Courseware */
/* Created by Anderson Creations */

/* Define titles, small text, subtitles, buttontext, booktitle */

	.title          { font-family: Verdana; font-size: 12pt; color: #DF5F00; font-weight:bold }
.orangetext   { font-family: Verdana; font-size: 10pt; color: #DF5F00;  }
.text        { font-family: Verdana; font-size: 10pt }
.footer      { font-family: Verdana; font-size: 8pt }
	.small			{ font-family: Verdana; font-size: 11px; color: #d9dbdd }
	.subtitle		{ font-family: Verdana; font-size: 10pt; color: #030184; font-style:italic; font-weight:bold }
	.button			{ font-family: Verdana; font-size: 10pt; color: #68439a; font-weight:bold }
	.booktitle		{ font-family: Verdana; font-size: 10pt; color: #f6e9be; font-style:italic; font-weight:bold }
	.cap			{ font-family: Verdana; font-size: 12pt; color: #030184; font-weight:bold }
	
/* Define hyperlinks */

	A:link {color: #df5f00}
	A:visited {color: #df5f00}
	A:active {color: #030184}
	
/* Define normal text */

	P {color: #000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Verdana}
	TD {color: #000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Verdana}
	
/* Define quote */

	.quote	 {font-variant:normal; font-size:10pt; font-style:italic; margin-left:25; margin-right:25 }

.ed_docs {
	border: 1px solid black;
	margin-bottom:5px;
	padding:3px;
	background-color:#F0F0F0;
}
	
/* End */