body	{
	background-color: #FFF8DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10%
}


.marginstyle { 
	margin-left: 105px;
	margin-right: 10%;
}

h1 {
	display: block;
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	background-color: #FFDEAD;
	border-right: #A52A2A solid 3px;
	border-bottom: #A52A2A solid 3px;
	padding: 5px 5px 5px 5px
}

h2 {	
	display: block;
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-color: #FFDEAD;
	border-right: #A52A2A solid 1px;
	border-bottom: #A52A2A solid 1px;
	padding: 5px
}

h3 {
	display: block;
	color: #8E4619;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFDEAD;
	padding: 5px
}

h4 {
	display: block;
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFDEAD;
	padding-left: 5px
}

h5 {
	display: block;
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFDEAD;
	padding-left: 5px
}


a:link  {
	font-size: 10pt;
	color:#8B0000 ;
	background-color: #FFFFCC;
	font-family: 'Comic Sans MS', Brisk, 'Gill Sans', Helvetica, 'Letter Gothic', Metrostyle,  Arial, Helvetica, sans-serif;
	text-decoration: none
}

a:visited {
	color:#8B0000 ;
	background-color: #FBEBCB;
	font-family: 'Comic Sans MS', Brisk, 'Gill Sans', Helvetica, 'Letter Gothic', Metrostyle,  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
	
a:hover  {
	background-color:#FFFF00;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0033FF;
	text-decoration: none;
}

a:active  {
	font-size: 10pt;
	border-bottom: solid red ;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.line { 
	text-decoration: underline;
}


.thumb { 
border-bottom: 4px inset #FFDEAD;
border-right: 3px inset #FFDEAD;
}
  
.small { 
 	font-size: 9pt
}

.smallbold { 
 	font-size: 8pt;
 	font-weight: 600
}
 
.smallline { 
  	font-size: 8pt;
  	font-style: italic;
  	/* text-decoration: underline */
}
  
.place { 
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #6BCEDE;
}   
 
	
 /* TOP  */
a:link.top {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #3300CC;
	background-color: #FFCC00;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

a:visited.top {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #3300CC;
	background-color: #FFCC00;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

input { 
	font-size: 9pt;
}

update { 
	display: block;
	font-size: 7pt;
	text-align: right;
}
 
.small {
	font-size: 8pt;
}

 /* Link style for page navigation - orange background, small font*/
a:link.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #3300CC;
	background-color: #FFCC00;
}
 
a:visited.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #3300CC;
	background-color: #FFCC00;
}

a:hover.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFCC00;
	background-color: #3300CC;
}

a:active.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #3300CC;
	background-color: #FFCC00;
}
 /* TABLE */
 caption {
 	font-size: 10pt;
	background-color: #FFDEAD;
	font-weight: 600;
}
 
 th {  
	color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFDEAD;
	padding-left: 5px; 
	text-align: left;
}

td {
	vertical-align: top; 
	text-align: left;
	font-size: 10pt;
}

.head {
	font-size: 12pt;
}
 
.bold {
	font-weight: 600;
}

.tx {
	border: 1px solid black;
	padding: 5px;
	width: 50%;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}
.alignCenter{
	text-align:center;
}

p {
	width: 400px;
}

img {
border: none	
}

.italic {
	font-style: italic;
}