@CHARSET "UTF-8";

*{
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	line-height: 1.5em;
	color:#333333;
}

/* Header
-------------------------------------------- */
.typography h1 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:10px;	
}

.typography h2 {
	font-size: 1.1em;
	font-weight:bold;	
	margin-bottom:5px;
}

.typography h3 {
	font-size: 1em;
	font-weight:bold;	
}

/* Images
-------------------------------------------- */
a img {
	border:0px;	
}

.typography img.left
{
  float:left;
  margin:5px 10px 5px 0px;
}

.typography img.right
{
  float:right;
  margin:5px 0px 5px 10px;
}
.typography img.leftAlone 
{
  float: left;
  margin:5px 100% 5px 0px;
  margin-right: 100%;
}
.typography img.center 
{
  float: none;
  margin:0px auto 10px auto;
  display: block;
}

/* Lists
-------------------------------------------- */

.typography ul {
	margin:10px 0px 10px 15px;
	list-style: outside;	
}

/* Tables
-------------------------------------------- */
.typography table
{
  border-collapse:collapse; 
  border-spacing:0;
  font-size:1em;
  font-weight:normal;
  margin-bottom:20px;
  vertical-align: top;
}

.typography td,.typography th
{
  padding:0px 5px 5px 5px;
  vertical-align: top;
}

.typography td.shortCell
{
  width:30px;
}

.typography td.middleCell
{
  width:100px;  
}

.typography td.longCell
{
  width:250px;
}

