/* set the font and margin characteristics for the Diary Entry itself */
 p.DiaryEntryText
	{font-size:0.8em;
	font-family:"Times New Roman";
	margin-left:0mm; margin-right:0mm; margin-top:0mm; margin-bottom:0mm;}
 h1.DiaryDateTitle
 	{font-size: 0.8em;
	font-family:"Times New Roman";
	margin-left:0mm; margin-right:0mm; margin-top:0mm; margin-bottom:0mm;}

/* Style sheet for Images in diary entries */

	.DiaryImage {
		float: right;
		margin: 10px;
		}

/* Style sheet for Images on web pages - floating to the right with text on the left */

	img.FloatRight {
		float: right;
		margin: 10px;
		}

/* Some alternative paragraph styles */
p.ImportantPara {
	font-size: 1em;
	font-family: Georgia,Serif;
	colour: #9A0000;
	}
	
p.NormalPara {
	font-size: 1em;
	font-family: Georgia, Serif;
	colour: #013469;
	}
	
p.SmallTextPara {
	font-size: 0.5em;
	font-family: Georgia, Serif;
	colour: #013469;
	}

p.BoldPara {
	font-size: 1em;
	font-family: Georgia,Serif;
	font-weight: bold;
	}

p.FooterPara {
	font-size: xx-small;
	text-align: center;
	font-family: Georgia,Serif;
	colour: #9A0000;
	}

.blogPost {
	font-size: 1em;
	font-family: Georgia, Serif;
	colour: #013469;
	}
	

table.FormTable {
	width: 100%;
	}
	
table.FormSubTable {
	width: 60%;
	}
	
td.td10pc {
	width: 10%;
	}
	
td.td80pc {
	width: 80%;
	text-align: justify;
	}
	
a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Arial, Helvetica;
	color: #013469;
}

h1
{
	font-family: Times New Roman, Times;
	color: #9A0000;
	align: center;
}
h2
{
	font-family: Times New Roman, Times;
	color: #9A0000; 
}
h3
{
	padding-top:30px;
	color:#555555;
	padding-bottom:0px;
	margin-bottom:0px;

}
h4
{
	font-family: Times New Roman, Times;
	color: #9A0000;
}
h5
{
	font-family: Times New Roman, Times;
	color: #9A0000;
}
h6
{
	font-family: Times New Roman, Times;
	color: #9A0000;
}
