a:link {
	color: #CC0000;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #33FF00;
}


   /* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

h1, 
h2, 
h3 {
	font-family:"Garamond", serif;
	color:#000000;
}
h2 {  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;}

h3 { font-size: 12px; 
  line-height: 18px; }
  

* {
	margin: 0;
	padding: 9;
	vertical-align: top;	
}

p { 
  margin-bottom: 18px; 
}


ul, 
ol {
	margin-bottom: 18px;
}

.left { 
  float: left; 
  margin: 0 18px 18px 0; 
}
.right { 
  float: right; 
  margin: 0 0 18px 18px; 
}

.callout {
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-bottom: 18px; 
}
