body { 
  background-color:#FFFFFF;
  padding:0px;
  margin:0px;
}

/* the complete html body: */ 
.oedu-all-body { 
  background-color:#FFFFFF; 
  padding:0px;
  margin:0px;
  padding:0px;
  margin:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: bold;
  line-height: 13pt;
  font-weight: normal;
  font-variant: normal;
  color: #EA5000;
  text-decoration:none;
}

.oedu-all-body a { 
  color: #EA5000;
  text-decoration:none;
}

#myAlternativeContent {
  text-align:center;
}

#theFlashFrame {
  text-align:center;
}

/* **** setext **************************************** */

/* the complete html body: */ 
.oedu-setext-body { background-color:#FFFFFF; }

/* the "include static navigation" part, if included */
.oedu-setext-staticnavigation { background-color:#FFFFFF; }

/* the small flash detection part, if included */
.oedu-setext-smalldetect { 
  background-color:#FFFFFF;
  font-size: 9pt;
}

/* around the actual content */
.oedu-setext-contentbody { background-color:#FFFFFF; }

/* **** 404 notfound **************************************** */

/* the complete html body: */ 
.oedu-notfound-body { background-color:#FFFFFF; }

/* the small flash detection part, if included */
.oedu-notfound-smalldetect { background-color:#FFFFFF; }


/* **** flash detection **************************************** */

/* the complete html body: */ 
.oedu-detection-body { background-color:#FFFFFF; }

/* the part for the sreach engine robots: */
.oedu-detect-robotsonly { 
  background-color:#FFFFFF;
  line-height: 7pt;
  font-size: 7pt;
}


/* ***** minicms ************************************** */

.oedu-minicms /*  the whole macro */
{}

.oedu-minicms-content  /*  the current blog entry */
{
  line-height: 19pt;
  font-size: 19pt;
  color:green;
}

.oedu-minicms-content h1 {
  font-size: 19pt;
  line-height : 19pt;
  margin-bottom: 1px;
  margin-top: 1px;
}

.oedu-minicms-content h2 {
  font-size: 19pt;
  line-height : 19pt;
  margin-bottom: 1px;
  margin-top: 1px;
}

.oedu-minicms-content h3 {
  font-size: 19pt;
  font-size : 19pt;
  line-height : 10pt;
  margin-bottom: 1px;
  margin-top: 1px;
}


.oedu-minicms-content-date  /*  the current blog entry, the date only  */
{
  font-size: 10pt;
}

.oedu-minicms-content-title  /*  the current blog entry, the title only  */
{}

.oedu-minicms-content-body  /*  the current blog entry, the content body only */
{}
  
.oedu-minicms-list  /*  the whole list */
{   
  font-size: 8pt;
  line-height: 8pt;
}

.oedu-minicms-list a {
  color: #DA2000;
  text-decoration:none
}

.oedu-minicms-listentry  /*  one list entry  */
{}

.oedu-minicms-listentry-date  /*  only the date in one list entry */
{}

.oedu-minicms-listentry-title  /*  only the date in one list entry */
{
  font-size: 9pt;
}


/* ******************************************* */

h1 {	font-size : 12pt;
		line-height : 12pt;
		margin-bottom: 1px;
		margin-top: 1px;
}

h2 {	font-size : 7pt;
		line-height : 10pt;
		margin-bottom: 1px;
		margin-top: 1px;
}

h3 {	font-size : 7pt;
		line-height : 10pt;
		margin-bottom: 1px;
		margin-top: 1px;
}

