/* Classes defined here are used to format the guts of the WYSIWYG editor */
/* Any class that can be affect the appearence of content should be here */

body {
	margin:0px;
	font-family: verdana,tahoma, sans-serif;
	font-size:13px;
	vertical-align:top;
	cursor:default;
	background-color:#FFFFFF;
	line-height:1.5;
}

blockquote {
	margin:0px;
}

form {
	margin:0px;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px solid;
}

th {

}

td {
	vertical-align:top;
	padding: 0px;
}

p {
	margin:0px;
	font: 13px verdana;
	line-height:22px;
}

h1{
	display: block;
	margin: 6px 0px;
	font: small-caps bold 16px arial;
	color: #000000;
}
h2{
	font: bold 11px arial;
	color: #000000;
	margin: 12px 0px 4px 0px;
}

h5 { color:#000 }

ul{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
	
}

li {
    background: url("/templates/custom/fissionseo/images/marker2.gif") no-repeat scroll left top transparent;
    font: 13px Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 8px;
}

a, a:link, a:visited {
	font-family: verdana;
	font-size:13px;
	color:#42a2ed;
	text-decoration:underline;
}
a:hover {
	font-family: verdana;
	font-size:13px;
	color:#d28632;
	text-decoration:underline;
}

a img { border: 0; }

/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
	font-size:8px;
}
.mceFontSize2 {
	font-size:10px;
}
.mceFontSize3 {
	font-size:12px;
}
.mceFontSize4 {
	font-size:14px;
}
.mceFontSize5 {
	font-size:18px;
}
.mceFontSize6 {
	font-size:24px;
}
.mceFontSize7 {
	font-size:36px;
}

/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */

span.some-font {
	font-size:14px;
	color:#FF0000;
}
span.seminar-title{
	font: bold 14px arial;
	color: #555555;
}

/* End SPAN tag classes */
