/* Common Styles*/

BODY {
	color : Black;
	font-family : Tahoma;
	font-size : 13px;
   margin : 0;
	padding: 0;
	padding-top: 27px;
}
H1 {
	color : #3D3D3D;
	font-size : 20px;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H2 {
	color : #3D3D3D;
	font-size : 18px;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H3 {
	color : #3D3D3D;
	font-size : 16px;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H4 {
	color : #3D3D3D;
	font-size : 14px;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
P {
	text-align : justify;
	text-indent : 33px;
	margin : 0 0 0 0;
}
P.woi {
	text-align : justify;
	text-indent : 0px;
	margin : 0 0 0 0;
}
FONT {
	color : Black;
	font-family : Tahoma;
	font-size : 13px;
}
FONT.small {
	font-size : 11px;
}
FONT.big {
	font-size : 15px;
}
FONT.coloured {
	color : #9E0700;
}
FONT.bright {                                                                                       
        color : Red;                                                                                
}    
TH {
	font-size : 13px;
	font-weight : bold;
	color : White;
	background-color : #989EBF;
}
TD  {
	font-size : 13px;
	font-family : Tahoma;
}
TR.white {
	background-color : White;
}
TD.white {
	background-color : White;
}
TR.gray {
	background-color : #E6E6E6;
}
TR.yellow  {
	background-color : #FFF9DE;
}
TR.pistachio  {
	background-color : #DFF6E2;
}
TD.gray {
	background-color : #E6E6E6;
}
TD.yellow  {
	background-color : #FFF9DE;
}
TD.pistachio  {
	background-color : #DFF6E2;
}
A {
	color : Black;
/*	text-decoration : none;*/
}
A:VISITED {
	color : #7E7E9A;
/*	text-decoration : none;*/
}
A:HOVER {
	color : #9E0700;
	text-decoration : underline;
}
HR {
	color : #60668E;
}
OL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
UL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
INPUT.button {
	color : Black;
	background-color : #E6E6E6;
	font-family : Tahoma;
	font-size : 12px;
	letter-spacing : 1px;
	padding : 2 0 0 0;
	border-width: 1px;
}
INPUT.text {
	color : Black;
	font-family : Tahoma;
	font-size : 13px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
TEXTAREA {
	color : Black;
	font-family : Tahoma;
	font-size : 13px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
SELECT {
	color : Black;
	font-family : Tahoma;
	font-size : 13px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}

/*Header, Footer, Menu, Navbar & other service Styles*/

TD.menu {
	text-align : center;
	cursor : hand;
	font-variant : small-caps;
	font-weight : bold;
	font-size : 12px;
	}
A.menu {
	text-decoration : none;
}
A.menu:VISITED {
	text-decoration : none;
}
A.menu:HOVER {
	text-decoration : none;
}
TD.header {
	font-size : 13px;
	color : #3D3D3D;
	letter-spacing : 1px;
	text-align : center;
	font-variant : small-caps;
	font-weight : bold;
	padding-top : 4px;
	}
TD.nav {
	text-align : center;
	cursor : hand;
	font-variant : small-caps;
	font-size : 12px;
	font-weight : bold;
	background-color : #FFF9DE;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
	padding : 2px 5px 2px 5px;
	}
TD.nav2 {
	text-align : center;
	cursor : hand;
	font-variant : small-caps;
	font-size : 12px;
	font-weight : bold;
	background-color : #E6E6E6;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
	padding : 2px 5px 2px 5px;
	}
TD.nav_select {
	text-align : center;
	font-variant : small-caps;
	font-size : 12px;
	font-weight : bold;
	background-color : #60668E;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
	padding : 2px 4px 2px 4px;
	color : White;
	}
TD.le_date {
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 9px;
	color: White;
	padding: 0px;
}

/* Additional Styles (FORMs) */

TD.white2 {
	background-color : White;
	padding-left: 100px;
}
TD.gray2 {
	background-color : #E6E6E6;
	font-weight : bold;
}
