body  {
	FONT-SIZE : 12px;
	COLOR : #444455;
	FONT-FAMILY : Verdana;

	margin: 0% 0% 0% 0%;
	
	scrollbar-face-color: 4A7789;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

A:link  {
	COLOR : #000000;
	FONT-FAMILY : Verdana;	
}

A:visited  {
	COLOR : #000000;
	FONT-FAMILY : Verdana;
}

A:hover  {
	COLOR : #0000FF;
	FONT-FAMILY : Verdana;
}

A:active  {
	COLOR : #0000ff;
	FONT-FAMILY : Verdana;
}

A.mymenu:link  {
	COLOR: #0C2065;
	FONT-FAMILY: Arial;
	text-decoration: none;	
}

A.mymenu:visited  {
	COLOR: #0C2065;
	FONT-FAMILY: Arial;
	text-decoration: none;
}

A.mymenu:hover {
	COLOR: #0C2065;
	FONT-FAMILY: Arial;
	text-decoration: underline;
}

A.mymenu:active  {
	COLOR : #0C2065;
	FONT-FAMILY : Arial;
	text-decoration: none;
}

/***************** Used for general Links in the Site *******************************/
a:link.linkcomponent  {
	FONT-SIZE : 12px;
	COLOR : #555566;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
}

a:visited.linkcomponent  {
	FONT-SIZE : 12px;
	COLOR : #555566;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
}

a:hover.linkcomponent  {
	FONT-SIZE : 12px;
	COLOR : #000000;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : underline;
}

a:active.linkcomponent  {
	FONT-SIZE : 12px;
	COLOR : #333399;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
}

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);
}
/********************************************************************/

TD.normal  {
	FONT-SIZE : 11px;
	COLOR : #140812;
	FONT-FAMILY : Tahoma, Verdana, Arial;
}

TD.tablemainheader
{
    BORDER-RIGHT: #6782a6 thin ridge;
    BORDER-TOP: #6782a6 thin ridge;
    FONT-SIZE: 12px;
    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;
}

TD.content
{
	FONT-SIZE : 11px;
	padding-left: 14px;
	padding-top: 8px;	
}

.tabledata  {
	FONT-SIZE : 11px;
	COLOR : black;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #e9f0ff;
	
}

.tabledata2  {
	FONT-SIZE : 11px;
	COLOR : black;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : #e9ecf9;
}

INPUT.textfield2
{
    FONT-SIZE: 13px;
    COLOR: black;
    BACKGROUND-COLOR: #e9ecf9;
    BORDER: none
}
INPUT.textfield  {
	FONT-SIZE : 9px;
	COLOR : #ffffff;
	BACKGROUND-COLOR : #6699cc;
}

INPUT.checkbox  {
	FONT-SIZE : 9px;
	FLOAT : none;
}

SELECT.selectfield  {
	FONT-SIZE : 9px;
	COLOR : #ffffff;
	BACKGROUND-COLOR : #6699cc;
}

INPUT.smallbutton
{
	font-size: 10px;
}

TEXTAREA.textfield
{
	font-size: 11px;
	overflow: auto;
	color: #ffffff;
	background-color: #6699cc;
}



textarea.editable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

Table.main  {
	FONT-SIZE : 10pt;
	MARGIN : 1em auto;
}

.footer  {
	FONT-SIZE : 11px;
	COLOR : #cccccc;
	FONT-FAMILY : Tahoma;
	TEXT-DECORATION : none;
	font-weight: bold;
}

.imgLibrary  {
	FONT-SIZE : 12px;
	COLOR : black;
	FONT-STYLE : normal;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : gainsboro;
	TEXT-DECORATION : none;
}

.imgLibrary2  {
	FONT-SIZE : 12px;
	COLOR : #222222;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : white;
	TEXT-DECORATION : none;
}

.fileLibrary {
	FONT-SIZE : 12px;
	COLOR : black;
	FONT-STYLE : normal;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : buttonface;
	TEXT-DECORATION : none;
}

.fileLibrary2 {
	FONT-SIZE : 12px;
	COLOR : #222222;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR : white;
	TEXT-DECORATION : none;
}

.magic
{
	visibility:hidden;
	position:absolute;
	top:-10000;
	left:-10000;
}

/*-- Backend and Toolbar. Don't need to touch these --*/
a:link.editbar  {
	COLOR : #555555;
	font-size : 12px;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

a:visited.editbar  {
	COLOR : #555555;
	font-size : 12px;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

a:hover.editbar  {
	font-size : 12px;
	COLOR : #000000;
	FONT-FAMILY : Tahoma;
}

/*-- START CUSTOMISED STYLES  --*/
.smallcaps
{
	font: small-caps;
}

.bigtext
{
	font-size: 100px;
}

.reallybigtext
{
	font-size: 200px;
}
