body  {
	FONT-SIZE : 9px;
	COLOR : #000000;
	FONT-FAMILY : Verdana,Trebuchet MS,  Arial;;
}
.contenthandler
{
    padding-left: 5px;
	font-size: 10px;
	font-family: verdana;
}
.content
{
	border:#99CC55 0px solid;
	FONT-SIZE : 9px;
	color:#000000;
	padding-left: 10px;
	padding-top: 15px;
}


A:link  {
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
}

A:visited  {
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
}

A:hover  {
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
}

A:active  {
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
}

/***************** 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 *******************************/

TD.normal  {
	FONT-SIZE : 10px;
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;
}

TD.tablemainheader
{
    BORDER-RIGHT: #6782a6 thin ridge;
    BORDER-TOP: #6782a6 thin ridge;
    FONT-SIZE: 10px;
    BORDER-LEFT: #6782a6 thin ridge;
    COLOR: black;
    BORDER-BOTTOM: #6782a6 thin ridge;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
    BACKGROUND-COLOR: transparent
}
TD.tableheader  {
	FONT-SIZE : 11px;
	COLOR : ffffff;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
	BACKGROUND-COLOR : #28902D;
}

.maintable
{
	border:#99CC55 0px solid;
}



.tabledata  {
	FONT-SIZE : 10px;
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
	BACKGROUND-COLOR : #eeeeee;
	
}

.tabledata2  {
	FONT-SIZE : 9px;
	COLOR : #000000;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
	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 /* source code edit box */
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

Table.main  {
	FONT-SIZE : 9px;
	MARGIN : 1em auto;
}

.footer  {
	FONT-SIZE : 9px;
	COLOR : #666666;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
	TEXT-DECORATION : none;
}


/*-- START CUSTOMISED STYLES  --*/
.smallcaps
{
	font: small-caps;
}

.bigtext
{
	font-size: 100px;
}

.reallybigtext
{
	font-size: 200px;
}
/***********************************************/
#POPUP UL
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN-LEFT: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    LIST-STYLE-TYPE: none;
        FILTER: alpha(opacity=90);
}
#POPUP LI
{
    BORDER-TOP: #CCCCCC 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    MARGIN: 0px;
    moz-opacity: 90%;
}
#POPUP LI A
{
    BORDER-TOP: 20px;
    DISPLAY: block;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #cccccc 2px solid;
    BORDER-RIGHT: #cccccc 1px solid;
    COLOR: #ffffff;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: 20px;
    BACKGROUND-COLOR: #3264C7;
    TEXT-DECORATION: none;
    FILTER: alpha(opacity=90);
}
#POPUP LI A:hover
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: #6699FF
}
.topheader{
	FONT-SIZE : 13px;
	COLOR : #28902D;
	FONT-FAMILY : Verdana, Trebuchet MS,  Arial;;
	TEXT-DECORATION : none;
	FONT-WEIGHT: bold;
}