﻿Body
{
	font: 9pt Arial;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

P, span, li, ul, ol, td
{
	font: 9pt Arial;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	color: black;
}

/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-weight: bold;
	font-size: large;
	color: #7E0346;
}

H2
{
	font-weight: bold;
	font-size: medium;
	color: #005B76;
}

H3
{
	font-weight: bold;
	font-size: Small;
	color: #5A8192;
}

A:link
{
	color: #97004B;
	font-weight:bold;
	text-decoration:none;
}
	
A:visited
	{
	color: #046182;
	font-weight:bold;
	text-decoration:none;
	}
	
A:hover
	{
	color: #33B8B5;
	font-weight:bold;
	text-decoration:none;
	}		
.Copyright
{
	font-size:xx-small;
	font-family: Verdana, Arial, Tahoma;
	color:black;
}

td.MenuCell
{
	background-image:url(images/leftrepeat.jpg);
	background-repeat:repeat-y;
}
td.ContentCell
{
	background-image:url(images/mainarea_repeat.jpg);
	background-repeat:repeat-y;
}
.BlogTitle
{
	background-color: #FFEFD6;
	border-bottom: solid 1px #FEDBA5;
	font-weight: bold;
	padding: 3px;
}
.BlogDate
{
	color: Gray;
	font-size: 10px;
	padding: 5px;
}
.BlogAuthor
{
	color: Gray;
	font-size: 10px;
	padding: 5px;
}
.BlogContent
{
	font: 9pt Arial;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	color: black;
}
