*{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #333333;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px; 
	font-weight: bold;
}
.normal {
	font-size: 12px; 
}

/* Links section ----------------------------------------------------------- */

a {  
	color: #669900; 
	text-decoration: underline; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
a:hover {  
	color: #669900;
	text-decoration: none; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}

a:active, a:visited {  
	color: #669900; 
}

a strong{  
    color: #669900;
}
/* Links section End-------------------------------------------------------- */

body, td, p, li, ul, ol {
	color: #000000;
}

body {
	background-color: #FFFFFF;
}

li, ul, ol {
	/*list-style-image:  url(/images/bullet.gif);)*/
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    background: url(/images/bullet.gif) no-repeat 0 2px;
    padding-left:20px;
}

p {
	margin: 10px 0 10px 0;
}


/* ------Styling of h1, h2, h3, h4 htmleditor-------- */
/*div.content h1, div.inner-content h1, div.inner-content-sub h1 */
/*
h1 {
    font-family: Arial;
    font-weight: bold; 
    font-size: 24px; 
    color: #7db900;
    text-align: left;
}
*/
/* div.content h2, div.inner-content h2, div.inner-content-sub h2 */
h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    color: #7db900;
    text-align: left;
}

/* div.content h3, div.inner-content h3, div.inner-content-sub h3 */
h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #7db900;
    text-align: left;
}
/* div.content h4, div.inner-content h4, div.inner-content-sub h4 */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}