body {  
	padding: 2px;	/* to give border to text editor */
	margin: 2px;	/* to give border to text editor */
	background-color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
}

body, html {height: 100%;}

/* To remove border around image sthat are links */
/* This can't be done using the editor */ 
img {
	border: 0px;
}

/*******************************************************************************************************************************************************/
/************** general styles *************************************************************************************************************************/
/*******************************************************************************************************************************************************/

/* NOTE MARGIN BOTTOM SET TO 13PX SO THAT IT MATCHES SPACING OF <BR><BR> IN IE 6 */

p {color: #959595; margin-top: 0px; margin-bottom: 13px}

/* NEEDED TO HANDLE TEXT ENTERED VIA EDITOR */

body, td, th, div {color: #959595;} /* was 636467 */

ul {
	margin-left: 2em;
	padding-left: 0em;
	list-style-type: square;
	color: #959595;
	margin-top: 0px;
	margin-bottom: 13px;
}

ol {
	margin-left: 2em;
	padding-left: 0em;
	list-style-type: decimal;
	color: #959595;
	margin-top: 0px;
	margin-bottom: 13px;
}

/* NOTE THAT BASIC LINK "a:link" HAS BEEN ADDED SO THAT LINKS ENTERED VIA THE TEXT EDITOR */
/* AND NOT IN <P><UL><OL> TAGS APPEAR COORECTLY (e.g LINK IN A TABLE CELL) */

a:link, p a:link, ul a:link, ol a:link {color: #99c013; text-decoration: underline}
a:visited, p a:visited, ul a:visited, ol a:visited {color: #99c013; text-decoration: underline}
a:active, p a:active, ul a:active, ol a:active {color: #99c013; text-decoration: none}
a:hover, p a:hover, ul a:hover, ol a:hover {color: #99c013; text-decoration: none}

/* Required by text editor */
a, p a, ul a, ol a {color: #008AB0; text-decoration: underline} 

h1 {color: #99c013; font-weight: bold; margin-top: 0px; margin-bottom: 10px; /* line-height:110%; */}
h2 {color: #99c013; font-weight: bold; margin-top: 0px; margin-bottom: 10px; /* line-height:110%; */}
h3 {color: #99c013; font-weight: bold; margin-top: 0px; margin-bottom: 10px; /* line-height:110%; */}
h4 {color: #959595; font-weight: bold; margin-top: 0px; margin-bottom: 13px; /* line-height:110%; */}

h3 {
	text-align: center;
}

hr {height:1px; width: 100%;color: #959595; background-color: #959595; border:0; margin-top: 0px; margin-bottom: 13px}
hr.links {width: 50px; margin-bottom: 13px}
