/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  MAIN                                                             */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
BODY {
	width: 100%; 
	height: 100%; 
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 11px;
	font-family : verdana, Geneva, Helvetica,SansSerif;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #000000;
	scrollbar-track-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-darkshadow-color : #000000;
	}
DIV.MK1 {
	background-color : white ;
	background-image : url(../img/bg_mk1.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
DIV.MK2 {
	background-color : white ;
	background-image : url(../img/bg_mk2.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
DIV.MK3 {
	background-color : white ;
	background-image : url(../img/bg_mk3.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
DIV.BMOC {
	background-color : white ;
	background-image : url(../img/bg_bmoc.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
DIV.LOGO_EAGLE {
	background-color : white ;
	background-image : url(../img/bg_logo_eagle.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
DIV.CARKEY {
	background-color : white ;
	background-image : url(../img/bg_key.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	}
H1 {
	margin-top : 0;
	margin-bottom : 0;
	color : #00008B;
	font-size : 40px;
	font-weight : bold;
	font-family : "Toyota MR2", "Arial Black", SansSerif;
	line-height : 45px;
	}
H2 {
	margin-top : 0;
	margin-bottom : 0;
	color : #6633FF;
	font-size : 22px;
	font-weight : bold;
	font-family : "Toyota MR2", "Arial Black", SansSerif;
	line-height : 45px;
	}
H3 {
	margin-top : 0;
	margin-bottom : 0;
	font-size : 16px;
	font-weight : bold;
	line-height : 22px;
	}
H4 {
	margin-top : 0;
	margin-bottom : 0;
	font-size : 14px;
	font-weight : bold;
	line-height : 26px;
	}
H5 {
	margin-top : 0;
	margin-bottom : 0;
	font-size : 12px;
	font-weight : bold;
	line-height : 22px;
	}
H6 {
	margin-top : 0;
	margin-bottom : 0;
	font-size : 10px;
	font-weight : bold;
	line-height : 18px;
	}
IMG {
	border : 0;
	}
DIV {
	font-size : 12px;
	font-family : Arial, SansSerif;
	}
P {
	margin-top : 16px;
	margin-bottom : 10px;
	font-size : 14px;
	font-family : "Comic Sans MS", Arial, SansSerif ;
	line-height : 22px;
	}
P.info {
	margin-top : 16px;
	margin-bottom : 10px;
	font-size : 15px;
	font-family : "Comic Sans MS",verdana, Geneva, Helvetica,SansSerif;
	line-height : 22px;
	}
PRE {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
.NOWRAP {
	/* must be combined with nobr in html for ie5win */
	margin-top : 0;
	margin-bottom : 0;
	white-space : nowrap;
	font-size : 10px;
	font-weight : bold;
	}
.TINY {
	margin-top : 15px;
	margin-bottom : 5px;
	font-size : 9px;
	line-height : 16px;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  FORM CONTROL                                       */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#TOP {
	position: absolute;
	width: 111px;
	background : transparent url(../img/bg_menu_1.jpg) no-repeat top;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: auto;
	margin: 0px;
	padding: 0px;
	z-index : 3;
	border: 0px dotted;
	height: 108px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 108px;
	}

html>body #top {
	height: 108px; /* ie5win fudge ends */
	}

#TOPMID {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 111px;
	width: 678px;
	z-index : 4;
	background : transparent url(../img/bg_menu_2.jpg) no-repeat top;
	bottom: auto;
	margin: 0px;
	padding: 0px;
	border: 0px dotted;
	height: 108px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 108px;
	}

html>body #topmid {
	width: 678px; /* ie5win fudge ends */
	}
	
#TOPRIGHT {
	position: absolute;
    background : transparent url(../img/bg_menu_3.jpg) repeat-x fixed top;
	top: 0px;
	z-index : 2;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	border: 0px dotted;
	height: 108px;
	width: 500px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
	}

html>body #topright {
	width: 500px; /* ie5win fudge ends */
	}

#LEFTTOP{
	position: absolute;
	height: 177px;
 	left: 0px;
	right: auto;
	top: 108px;
	z-index : 2;
	azimuth : left-side;
	margin: 0px;
	border: 0px dotted;
	padding: 0px;
	font-size : 10px;
	font-family : serif;
	width: 111px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 111px;
	}

html>body #lefttop {
	height: 177px; /* ie5win fudge ends */
	}

#LEFTBOT {
	position: absolute;
    background : transparent url(../img/bg_menu_6.jpg) repeat-y left;
	width: 111px;
	height: 600px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid;
	vertical-align : baseline;
	azimuth : left-side;
	z-index : 0;
	margin: 0px;
	padding: 0px;
	font-size : 10px;
	font-family : serif;
	width: 111px; /* ie5win fudge begins */
	}

html>body #leftbot {
	height: 300px;
	}

#MIDDLE {
	position: absolute;
	width: 87%;
	height: 80%;
	left: 112px;
	top: 108px;
	z-index : 1;
	right: 0px;
	overflow: auto;
	padding: 2px;
	border: 0px dotted;
	}

#FOOTER {
	position: absolute;
    background : transparent url(../img/bg_menu_7.jpg) no-repeat left;
	width: 111px;
	height: 143px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px dotted;
	z-index : 1;
	vertical-align : baseline;
	azimuth : left-side;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  TABEL                                                          */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
TH {
	background-color : #336699;
	color : #E4E4EE;
	font-weight : bold;
	font-size : 11px;
	font-family : verdana, SansSerif;
	height : 25px;
}

TD {
	color : Black;
	font-size : 11px;
	font-family : verdana, SansSerif;
}

.ODD {
	background-color : #E4E4EE;
}

.EVEN {
	background-color : #DCDCDC;
}

.ERROR{
	color : #FE0505;
	font-family : verdana, SansSerif;
}

.TDBIGGER {
	color : Black;
	background-color : Silver;
	font-size : 20px;
	font-family : "Toyota MR2", "Arial Black", SansSerif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  TEXT CONTROL                                        */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
TEXTAREA {
	scrollbar-3d-light-color: #0099CC;
	scrollbar-arrow-color: #0099CC;
	scrollbar-base-color: #0099CC;
	scrollbar-dark-shadow-color: #0099CC;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #0099CC;
	overflow:auto;
	width:400px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #FFFFCC;
	}
.textfieldon {
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border: 1px solid #FFFFCC;
	background-color:#0099CC; 
	}
.textfieldoff {
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border: 1px solid #FFFFCC;
	}
.submitbut {
	width:100px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #000000; 
	background-color:#0099CC; 
	color:#FFFFFF;
	font-weight:bold;
	}
INPUT {
	font-size : 11px;
	font-family : verdana, SansSerif;
	}
SELECT {
	font-size : 11px;
	font-family : verdana, SansSerif;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  LINKS                                                           */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
A {
	color : #B22222;
	text-decoration : none;
	outline : none;
	}
A:HOVER {
	color : #FF6347;
	text-decoration : none;
	}
A:LINK {
	text-decoration : underline;
	}
A:VISITED {
	color : #B22222;
	text-decoration : none;
	}
A:VISITED:HOVER {
	color : #FF6347;
	text-decoration : underline;
	}
A:ACTIVE {
	color : #B22222;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  other                                                              */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.SEARCH {
	background-color : #E4E4EE;
	}
.HELPTEXT {
	background-color : #000066;
	color : #E4E4EE;
	font-weight : bold;
	font-size : 11px;
	font-family : verdana, SansSerif;
	}
.INVISIBLE {
	display : none;
	}
.SUPERSCRIPTREMARK {
	color : red;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, SansSerif;
	vertical-align : super;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  COLOR CLASSES                                     */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.LIGHTBLUE {
	background-color : #3c6a84;
}

.DARKBLUE {
	background-color : #00084a;
}

.LIGHTGREY {
	background-color : #cccccc;
}

.DARKGREY {
	background-color : #766e66;
}

.DARKORANGE {
	background-color : #e49b44;
}

.LIGHTORANGE {
	background-color : #edcb85;
}

.RED {
	background-color : #cd0102;
}

.GREEN {
	background-color : #395d08;
}

.WHITE {
	background-color : #ffffff;
}

.LIGHTSILVER {
	background-color : #C2BDB8;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  other                                                              */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.MENUTOPIC {
	color : Black;
	font-size : 18px;
	font-family : "Toyota MR2", "Arial Black", SansSerif;
}
framemenu     {
 	position:absolute; 
 	top:-2000px; 
 	border:1px solid #000000; 
 	border-collapse:collapse; 
 	visibility:hidden;
	}
frametxt         {
 	border:1px solid #000000; 
	text-align:center; 
	font-weight:bold; 
	color:#ffffff;
	}
frametxt a       {
 	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
	}
frametxt a:hover {
 	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  popup                                                            */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#divTooltip {
	position:absolute; 
	top:0px; 
	width:175px; 
	visibility:hidden; 
	z-index:200; 
	background-color:#f3f3f3; 
	layer-background-color:#f3f3f3;
	}
.normalStyle    {
	padding:2px; 
	text-align:center; 
	font-weight:500; 
	width:175px; 
	color:#000000; 
	top:100px; 
	font-family:verdana,arial,helvetica; 
	font-size:11px; 
	background-color:#f3f3f3; 
	layer-background-color:#f3f3f3; 
	border-width:1px; 
	border-style:solid; 
	border-color:#000000; 
	cursor:default;
	}
.netscape4Style {
	padding:0px; 
	font-weight:500; 
	width:175px; 
	color:#000000; 
	top:100px; 
	font-family:verdana,arial,helvetica; 
	font-size:11px; 
	background-color:#f3f3f3; 
	layer-background-color:#f3f3f3; 
	border:1px solid #000000;
	}
