body {
	margin-top: 0px;
	margin-left: 0px;
  margin-right: 0px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	text-align: justify;
}

ul {
	list-style-type: none;
	vertical-align:top;
}

.arrow {
	list-style-image: url(../gifs/bullet-arrow.gif);
}

.cross {
	list-style-image: url(../gifs/bullet-cross.gif);
}

a, a:visited {
	color: #94805C;
}

a:hover, a:active {
	text-decoration: none;
	color: #0A5688;
}

.credits	{
	font-family: Tahoma, Arial, Sans-Serif; 
	font-size: 8pt;  
	color:#999999;
} 

.fancylg	{

	font-family: Tahoma, Arial, Sans-Serif; 
	font-size: 8pt;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;  
} 

.CopperPlateTitle	{

	font-family: Copperplate, Copperplate Gothic, fantasy; 
	font-size: 20pt;  
} 


/* Content */

#content {
	margin-left: 30px;
  margin-right: 30px;
}


/* Boxes */

#box-sm {
	width: 350px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1EEE7;
	color: #505050;
	border: 1px solid #94805C;
	line-height: 1.2em;
	padding: 5px 5px 5px 5px;
}

#box-full {
	width: 400px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color: #474b64;
	border: 1px solid #474b64;
	line-height: 1.2em;
	padding: 5px 5px 5px 5px;
}
