.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}

h1
{
	color: #FF6600;
	font-family: arial, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	/*font-variant: small-caps;*/
	
	border-bottom: 1px solid #999999;
	width: 425px;
	margin-bottom: 8px;
}
h2
{
	color: #CC6600;
	font-family: arial, serif;
	font-size: 16px;
	font-weight: bold;

	margin-top: 1px;
	margin-bottom: 1px;
}

h3
{
	color: #993300;
	font-family: arial, serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 2px;
}

h6
{
	font-weight: bold;
	color: red;
	font-size: 18px;
	font-style: verdana;
}
p
{
	padding: 4px;
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
}

.author
{
	float: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	color: #666666;
	padding-bottom: 2px;
	padding-right: 0px;
}

.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

.basement
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia;
}

.red
{
	color: red;
}

.price
{
	font-size:	18pt;
}

hr.dotted
{
	border: 0;
	border-bottom: 1px dotted #BBBBBB;
}
