table { empty-cells:show; }

FONT.FTArialSize16 {font-family: "Arial"; font-size: 16}
FONT.FTArialSize14 {font-family: "Arial"; font-size: 14}
FONT.FTArialSize12 {font-family: "Arial"; font-size: 12}
FONT.FTArialSize10 {font-family: "Arial"; font-size: 10}

h4, h3	{
	margin: 0; }

/* the input boxes used in forms */
input, textarea, select {
	font-size: 10pt; }

/* all table headers and rows */
th, td {
	font-size: 10pt; }


/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #2a5a8a; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #235587;
	text-decoration: none; }

/* change link color to dark blue and underline when hovered over */
a:hover {
	color: #5f90ba;
	text-decoration: underline; }
body {
	direction: {LANG_DIRECTION};
	font-size: 0.9em;
	background-color: #f1f6fb;
	margin: 0;
	padding:0;
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif; }


/* container for the entry/post */
.serendipity_entry {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 9.5pt;
	font-weight: normal;
	margin: 10px 0 40px 0; }

/* entry title */
.serendipity_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	color: #235587; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #235587; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #e37235; }

.serendipity_title
{
  text-align: center;
}

.serendipity_entry_body
{
  text-align: left;
}

.serendipity_entry_body iframe
{
  text-align: center;
}

.serendipity_entry_body img
{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


