/**
 * This typography file is included in the WYSIWYG editor
 */
.typography  {
	font-family:Arial,Verdana,Trebuchet,sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
	color: #999999;
	letter-spacing: 0px;
}

.typography h1{
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-weight:normal;
	color: #999999;
	line-height:22px;
	word-spacing: 0px;
	letter-spacing: 0px
}
.typography a{
	color: #507c8b;
}

.typography ul li{
width: 100%;
background-color: #dddddd;
border-bottom: solid 1px #aaaaaa;
font-weight:bold;
font-size:9px;
}

.typography li ul li{
width: 100%;
background-color: #eeeeee;
border-top: solid 1px #aaaaaa;
border-bottom: none;
}
.typography li span{
padding-left:4px;
line-height:20px;
}
.typography li ul li span{
padding-left:12px;
}

.typography li p{
background-color: #ffffff;
font-size:9px;
font-weight:normal;
padding:12px;
}
.typography li ul li p{
background-color: #ffffff;
}
