﻿/* CSS Document */
#container {
/*	border: 1px solid blue;*/
	background-color: #EDE7C3;
}

#content {
/*	border: 1px solid blue;*/
	text-align:center;
}

div.h3 {
	color: #0B0469;
	font-size : 24px;
	font-weight : bold;
	line-height: 100%;
	margin-bottom : 0px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

div.h3b {
	color: #2D4B16;
	font-size : 20px;
	font-weight : bold;
	line-height: 140%;
	margin-bottom : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

div.cover {
	background-color: #CDBB84;
	border-color: #0B0469;
	border-style: solid;
	border-width: 2px;
	color: black;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	width: 220px;
	z-index: 2;
}

div.cover1 {
	font-size: 16px;
	font-weight : bold;
	line-height: 120%;
}

div.cover2 {
	font-size: 12px;
	font-style: italic;
	line-height: 100%;
	padding-top: 10px;
}

img.cover {
	border-right:26px solid white;
	border-bottom:15px solid white;
	height:auto;
	width:auto;
}

div.b1 {
	/*	border:1px solid blue;*/
	float:right;
	font-size: 14px;
	line-height: 120%;
	text-align:left;
	width: 270px;
}

div.title1 {
	color: #2D4B16;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
	line-height: 110%;
	text-align: left;
}

div.subtitle {
	color: #0B0469;
	font-family:"Times New Roman", Times, serif;
	font-size : 24px;
	font-style:italic;
	font-weight : bold;
	line-height: 100%;
}

div.author {
	color: #2D4B16;
	font-size: 14px;
	font-weight : bold;
}

div.title2 {
	color: #0B0469;
	font-family:"Times New Roman", Times, serif;
	font-size : 22px;
	font-weight : bold;
	line-height: 110%;
	text-align: left;
}

div.back {
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.b2 {
/*	border:1px solid white;*/
	font-size: 14px;
	line-height: 120%;
	text-align:center;
}

A:LINK {
	color: #2D4B16;
	font-weight : bold;
	background-color : transparent;  
}
