body
{
	font-size: 10pt;
	color: #444455;
	font-family: Tahoma; 
}

.contenthandler
{
	padding-left: 20px;
	overflow: hidden;
	padding-top: 8px;
}

.content
{
	font-size: 10pt;
	color: #444455;
	font-family: Tahoma;
}

H1
{
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 2px;
	color: #000066;
	font-family: Tahoma
}

H2
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 2px;
	color: #000066;
	font-family: Tahoma
}

.tabledata  {
	FONT-SIZE : 12px;
	COLOR : black;
	BACKGROUND-COLOR : #e9f0ff;
	
}

A:link  {
	COLOR : #3399FF; 
	text-decoration:none
}

A:visited  {
	COLOR : #3399FF;
		text-decoration:none
}

A:hover  {
	COLOR : #3399FF; 
	text-decoration:underline
}

A:active  {
	COLOR : #3399FF;
		text-decoration:none
}

.smaller
{
	font-size:12;
	font-family:tahoma;
}

/***************** Used for stuff when printing *******************************/
@media screen {
	.hideprint
	{			
	}
}

@media print {
	.hideprint
	{	
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
}

.lefted{
	position:relative;
}

/***************** Used for general Links in the Site *******************************/
a:visited.imagelink img  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

a:link.imagelink img  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

a:hover.imagelink img  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

a:active.imagelink img  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}



/**************************SITE ADMIN STYLE ******************************************/

TD.normal  {
	FONT-SIZE : 11px;
	COLOR : #140812;
	FONT-FAMILY : Arial;
}

TD.tablemainheader
{
    BORDER-RIGHT: #6782a6 thin ridge;
    BORDER-TOP: #6782a6 thin ridge;
    FONT-SIZE: 11px;
    BORDER-LEFT: #6782a6 thin ridge;
    COLOR: black;
    BORDER-BOTTOM: #6782a6 thin ridge;
	FONT-FAMILY : Tahoma;
    BACKGROUND-COLOR: transparent
}
TD.tableheader  {
	FONT-SIZE : 11px;
	COLOR : white;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #6699cc;
}

.tabledata2  {
	FONT-SIZE : 11px;
	COLOR : black;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #e9ecf9;
}


INPUT.smallbutton
{
	font-size: 10px;
}

TEXTAREA.textfield
{
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


textarea.editable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

Table.main  {
	MARGIN : 1em auto;
}

.footer  {
	FONT-SIZE : 11px;
	COLOR : #cccccc;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
	font-weight: bold;
}


/*-- START CUSTOMISED STYLES  --*/
/* info combo */

table        { 
font-size: 10pt; 
font-family:Tahoma 
}

/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.bgside
{
	border-top: 0px solid #000000;
	font-size: 12px;
	border-left: 0px solid #000000;
	color: #222222;
	border-bottom: 0px solid #000000;
	font-family: tahoma;
	text-align: left;
	padding-left:4px;
}