﻿/* content */
body
{
	color: #484747; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p
{
	padding: 6px 0 12px 0;
}
a
{
	color: #CC6600;
	font-size: 12px;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.AuthorVisitsLink
{
	color: #216f68;
	font-size: 12px;
	text-decoration: underline;
}
a.ContactLink 
{
	font-size:28px;
	color: #9c463b;
	text-decoration: none !important;
}
a.ContactLink:hover 
{
	color: #CC6600;
}
a.NewsLink 
{
	font-size:22px;
	color: #b07630;
	text-decoration: none !important;
}
a.NewsLink:hover 
{
	color: #CC6600;
}
.DottedLine
{
	background: transparent url(img/mybooks_dottedline.gif) no-repeat center center;
	height: 18px;
}

.LeafLine
{
	background: transparent url(img/aboutme_awards_hr.gif) no-repeat center center;
	height: 17px;
}

.LeafLine_LeftAlighed
{
	background: transparent url(img/aboutme_awards_hr.gif) no-repeat left center;
	height: 17px;
}

.PageTitle
{
	color: #CC6600;
	font-size: 48px;
	padding-bottom: 12px;
}

.BookTitle
{
	color: #CC6600;
	font-size: 48px;
}
.BookTitleSmaller
{
	color: #CC6600;
	font-size: 34px;
}

.SectionTitle
{
	font-size: 24px;
	padding-bottom: 12px;
}

.Caption
{
	font-size: 11px;
	font-style: italic;
	line-height:normal !important;
}

.SubTitle
{
	font-size: 12px;
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 12px;
}
.Review
{
	color: #CC6600;
	font-size: 13px;
	font-style: italic;
	padding: 12px 0 6px 0;
}
.Reviewer
{
	color: #CC6600;
	font-size: 12px;
	font-style: normal;
	padding: 0 0 12px 0;
}

/* common colors */
.Maroon { color: #9c463b; }
.Orange { color: #CC6600; } 
.Copper { color: #b07630; } 
.Olive { color: #837c41; }
.Teal { color: #216f68; }
.Slate { color: #4a5368; } 
.Purple { color: #583872; } 

/* common background colors */
.bgEggshell { background-color: #f0ebe8; }
.bgBeige { background-color: #f2ece3; }
.bgRose { background-color: #ede6e2; }
.bgPlatinum { background-color: #edebeb; }
.bgSilver { background-color: #DBDAD8; }


