/* 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:11px;
    vertical-align:top;
    cursor:default;
    background-color:#FFFFFF;
}

blockquote {
    margin:0px;
}

form {
    margin:0px;
}

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

th {
    font-size:11px;
}

td {
    text-align:left;
    font-size:11px;
    vertical-align:top;
    padding: 0px;
}

p {
    margin:6px 0 12px 0;
}

h1{
    margin:12px 0;
    font-size:28px;
	color:#000;
}

h2{
    color: #000000;
    margin:12px 0 4px 0;
    font-size:24px;
}

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

a, a:link, a:visited {
    color:#000000;
    text-decoration:none;
}
a:hover {
    color:#FF0000;
    text-decoration:underline;
}

/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
    font-size:8px;
}
.mceFontSize2 {
    font-size:10px;
}
.mceFontSize3 {
    font-size:11px;
}
.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 */

/* End SPAN tag classes */
