/*
Body text
*/

body {
	font-size: 12pt;
	font-family:  Papyrus, Times New Roman;
	color: #999999;
	background-color:  #CCCCCC;
	border: none;
	font-family: Papyrus, Times New Roman;
	font-size: 12pt;
	margin: 0,0,0,0;
	padding: 0,0,0,0;
	width: auto;
	font-variant: normal;
	 }

/*
indent paragraphs
*/

p {margin-left: 24pt;
	margin-right: 24pt; }

/*
Headings
*/

h1 {font: 24pt Graphite Light, Bradley Hand ITC, BernhardFashion BT ;
	font-weight: bold;
	line-height: 25pt;
	text-align: center; }

h2 {font: 16pt  Graphite Light, Bradley Hand ITC, BernhardFashion BT;
	font-weight: normal;
	line-height: 17pt;
	text-align: center; }

h3 {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-family: papyrus;
	font-size: 8pt;
	line-height: 12pt;
	}

h4 {font: 12pt Papyrus, Times New Roman ;
	font-weight: lighter;
	line-height: 12pt;
	text-align: left; }
	
h5 {
	font: 8pt Papyrus, Times New Roman;
	color: #666666;
	font-family: papyrus;
	font-size: 10pt;
	line-height: 8pt;
	font-style: normal;
	}	
	
/* Table style */

.info {
	background-color: #ffffff;
	border-style: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: justify;
	}
	
/*
Don't underline links, only in hover.
*/

a {
	text-decoration: none; 
	font-weight: bold;
	}

a:link {color: #999999; }
a:visited {color: #999999; }
a:active {color: #999999; }
a:hover { color: #FFFFFF; text-decoration: underline }

