﻿/*---------------------------------------------------
--------------  editor styles
/*---------------------------------------------------*/

.text, p, body, table, td, div
{
	color: #614913;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
.textsmall
{
	color: #614913;
	font-size: 10px;
	line-height: 16px;
}
.title, h1
{
	color: #990000;
	font-size: 22px;
	line-height: 26px;
}

h2
{
    color:#614a13;
	font-size: 16px;
	line-height: 20px;
}
a
{
	color: #614913;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:12px;
	font-size: 12px;
	line-height: 16px;
}

.imageBorderColor-left
{
    border:10px solid #e5ce64;
    margin-right:20px;
    margin-bottom:10px;
    float:left;
}

.imageBorderColor-right
{
    border:10px solid #e5ce64;
    margin-left:20px;
    margin-bottom:10px;
    float:right;
}


.imageBorderColor
{
    border:10px solid #e5ce64;
}



