.DefaultPageStyle {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 11pt;
background: #FFF7CE;
color: #000000;
}

.FirstPageStyle {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 11pt;
background: #FFE4C3;
color: #000000;
}

.LinkStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background: #FFF7CE;
color: #000000;
:link { color: #FF3300 } /* for unvisited links */
:visited { color: #3333FF } /* for visited links */
:active { color: #FF0000 } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
}

.LinkStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: BOLD;
background: #FFE4C3;
color: #000000;
:link { color: #FF3300 } /* for unvisited links */
:visited { color: #000000 } /* for visited links */
:active { color: #FF0000 } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
}

.DateStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: BOLD;
background: #FFF7CE;
color: #CC0000;
}

.AuthorsNote-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background: #FFF7CE;
color: #000000;
}

.AuthorsNote-2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
background: #FFF7CE;
color: #000000;
}

.AuthorsNote-3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
background: #FFE4C3;
color: #000000;
}

.AuthorsNoteBold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background: #FFF7CE;
color: #000000;
}

.TitleStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24pt;
font-weight: BOLD;
background: #FFF7CE;
color: #CC0000;
:center;
}

.TitleStyle-2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: BOLD;
text-align: CENTER; 
background: #FFF7CE;
color: #CC0000;
}

.TitleStyle-3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24pt;
font-weight: BOLD;
background: #FFE4C3;
color: #CC0000;
:center;
}

.TitleStyle-4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: BOLD;
background: #FFE4C3;
color: #000000;
}

.TitleStyle-5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: BOLD;
background: #FFE4C3;
color: #000000;
}

.SubTitleStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: BOLD;
text-align: CENTER; 
background: #FFF7CE;
color: #CC0000;
}

.DefaultBookPageStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background: #CCFFFF;
color: #000000;
}

.BookTitleStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24pt;
font-weight: BOLD;
background: #CCFFFF;
color: #CC0000;
:center;
}

.BookSubTitleStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: BOLD;
text-align: CENTER; 
background: #CCFFFF;
color: #CC0000;
}

.BookDateStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: BOLD;
background: #CCFFFF;
color: #CC0000;
}

.BookLinkStyle-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background: #99CCFF;
color: #000000;
:link { color: #FF3300 } /* for unvisited links */
:visited { color: #000000 } /* for visited links */
:active { color: #FF0000 } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
}

.CopyrightNotice {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
background: #FFF7CE;
color: #000000;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}

.block {
	background-color: #cc9966;
	color: #ffffff;
	font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: left;
	}

.clear {
	clear: both;
	}

#left {
	float: left;
	width: 480px;
	padding: 0 10px 0 10px;
	}

#right {
	float: right;
	width: 480px;
	padding: 0 10px 0 10px;
	}
