body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,table,input,select,textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table.mainbody {
	text-align: justify;
}
table.menu {
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}
table.date {
	 background-image: url(images/phei.gif);
}
table.head {
	background-color:#000000;
}
table.post { background: #EEEEEE;}
table.msg_header {
	background : #ADC7E1;
	font-weight:bold;
}
td.msg_header {
	background : #ADC7E1;
	font-weight:bold;
	text-align: default;
}
td.msg_header2 {
	background : #ADC7E1;
	font-weight:bold;
}
td.msg_post { background: #CCDBEA; border:#CCCCCC 1px solid; }
td.msg_post2 { background: #CCDBEA; border:#CCCCCC 1px solid; text-align: justify }
td.msg_links { background: #6699CC;}
td.msg_add_message { background: #6699CC; padding-right: 8px; }
.msg_pdate { color:#6699CC; }
A			{ color: #003399; text-decoration: none; }
A:link		{ color: #003399; text-decoration: none; }
A:visited	{ color: #003399; text-decoration: none; }
A:active	{ color: #FF9966; text-decoration: none; }
A:hover		{ color: #FF9966; text-decoration: none; }

A.side			{ color: #003366; text-decoration: none; }
A.side:link		{ color: #003399; text-decoration: none; }
A.side:visited	{ color: #003366; text-decoration: none; }
A.side:active	{ color: #FF9966; text-decoration: none; }
A.side:hover	{ color: #FF9966; text-decoration: none; }


/*CSS Fixes 7th March 2009*/
.NewsItem {
float:left;
padding:0 2px 12px;
}
.NewsHeader h2 {
font-size:12px;
color:#003366;
padding:4px 0;
margin:0;
}
.TheContent  {
float:left;
margin:10px 0;
width:100%;
}
.TheContent img {
max-width:200px;
min-width:50px;
height:auto;
padding:2px;
border:1px solid #FFFFFF;
}
.ReadMore {
float:right;
width:100%;
}
.TheContent img.alignright {
float:right;
}
.TheContent img.alignleft {
float:left;
}
.TheContent object embed {
width:250px;
height:200px;
}
