.diarydiv a:link {
  color: #0000C0;
  text-decoration: none;
  font-weight: bold;
} 

.diarydiv  a:visited {
  color: #000080;
  text-decoration: none;
  font-weight: bold;
} 

.diarydiv a:hover {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
} 


.diarydiv {
  margin-top:10px;
  width: 750px;
}

.titlediary {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12pt;
    font-weight: bold;
}

.titlediarylite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 9pt;
}

.listdiary {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*   The header class is used for titles on the comments pages */
.diaryheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 14pt;
}




/*    The error class is used for error messages such as incorrect input      */
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
        font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

/*  The content class is the body text    */
.diarycontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}


.diarycontentbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
    font-weight: bold;
}


/*    The contentsmall class is the same as content, except it's small text.
 */
.diarycontentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}



.submitbut  {
	font-size: 7pt;
}
