/* GENERAL STYLES */
body{
background-color: #FFFFFF;
}

#holderBody #holder{
border: 1px dashed #A40000;
}

div.bodyText img{
margin: 10px;
}

/* EDITOR PROPERTIES */
h1 {
font-family: Arial, san-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #1167BB;
}

h2 {
font-family: Arial, san-serif;
font-size: 12px;
font-weight: bold;
color: #1167BB;
text-transform: uppercase;
}

p {
font-family: Verdana, san-serif;
font-size: 10px;
color: #58574C;
}


