body {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: rgb(50,50,50);
	}
	
img {
	border: 0px;
	}
	
a 
{
    text-decoration: underline;
    color: lightsteelblue;
}

a:hover 
{
    text-decoration: none;
    color: rgb(198, 70, 12);
}
	
table {
	border-collapse: collapse;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/EducareBG.jpg');
	}

table tr td {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	}
	
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	text-indent: 30px;
	text-align: justify;
	line-height: 14pt;
	}
	
h1 {
	font-size: 15pt;
	font-weight: bold;
	color: rgb(198,12,70);
	font-variant: small-caps;
	letter-spacing: 5px;
	border-bottom: 1px dotted lightblue;
	margin: 25px 0px;
	}

h2 
{
    font-size: 12pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}
	
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-style: italic;
	}

	
td#ContentPane {
	vertical-align: top;
	padding: 0px 10px;
	background-image: url('images/Educaretablebg.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
td#RightPane {
	text-align: right;
	vertical-align: top;
	width: 150px;
	}
	
	