/*
	For use by site administrators (can be updated if required)

	To get bold font, wrap text with <b>...</b> tags

	Examples:

	<span class="s13">This text will be 13px</span>

	<span class="s10 Red">This text will be 10px and be Red</span>

	<span class="s18 Green"><b>This will be bold</b> and this will be normal. All of it will be 18px and green in colour.</b></span>
*/

h2
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	border:0;
	padding:0;
}

.s10
{
	font-size:10px;
}

.s11
{
	font-size:11px;
}

.s12
{
	font-size:12px;
}

.s13
{
	font-size:13px;
}

.s14
{
	font-size:14px;
}

.s16
{
	font-size:16px;
}

.s18
{
	font-size:18px;
}

.s20
{
	font-size:20px;
}

.Red
{
	color:#990000;
}

.Green
{
	color:#009900;
}

.Blue
{
	color:#000099;
}

/******END*****/


/*** DO NOT EDIT BELOW ****/

.clear
{
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
}

.gap10px
{
	line-height:10px; 
	font-size:0;
}

.error1
{
	color:#993333;
	font-size:10px;
	font-weight:bold;
}

.subhead1
{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.loyal1
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	width:400px;
	margin:0 auto;
}

.content
{
	padding:10px;
}

.content, .content2
{
	font-size:12px;
	line-height:18px;
}

.content a, .content2 a
{
	color:#5A72EE;
}

.nopoint
{
	cursor:default;
}

.blogEntryDescription
{
    font-size:9pt;
    color:#000000;
}

.blogEntryDate
{
    font-size:9pt;
    font-weight:bold;
    color:#000000;
}

.blogEntryLink, .blogEntryDescription a
{
    font-size:9pt;
    text-decoration:none;
    color:#990000;
    font-weight:bold;
}

