@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial;
	font-weight: normal;
    font-size:   12px;
    color: #586e40;
}

a img { 
	border: 0; 
}

h1 {
	color: #2daae1;
	font-size: 30px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
}

h2 {
	color: #223b02;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 0;
	margin: 0;
}

a:link,
a:visited {
	color: #7d994f;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* TinyMCE specific rules */
.mceContentBody {
	background-color:    #fff; 
	background-image:    none; 
	background-repeat:   no-repeat; 
	background-position: 0 0;
	padding:             0;
	font-family: Verdana, Arial;
	font-weight: normal;
    font-size:   12px;
    color: #586e40;
}