/*******************************
 *                             *
 *   Style Sheet for Editor    *
 *                             *
 *******************************/


/****************** General *******************/

html, body, div, a, p, form, h1, h2, h3, img, select, textarea, ul, li, table, td, tr, th, tbody, dt, dd, label {
font-family: arial, helvetica, sans-serif;
padding: 10px;
margin: 0 0 0 0;
}

a {
    color:              #466F72;
    font-weight:        normal;
    text-decoration:    none;
    }

a:visited {
	color:              #466F72;
}
    
a:hover {
	text-decoration:    underline;
}

p{
	font-size:10pt;	
	margin-bottom:10px;
}

h1 {
    color: #000;
    font-size:		20px;
    font-weight:	bold;
    margin-bottom:	0px;
}

h2 {
    color: #214849;
    font-size:		18px;
    font-weight:	normal;
    margin:10px 0px 10px 0px;
}

h3 {
    color: #214849;
    font-size:		14px;
    font-weight:	bold;
}

ul{
	list-style-position:inside;
	margin-left:15px;
}

li{
	display:list-item;
	font-size:10pt;
}