body {
	scrollbar-face-color: #D1DFEF;
	scrollbar-highlight-color: #D1DFEF;
	scrollbar-shadow-color: #D1DFEF;
	scrollbar-3dlight-color:#D1DFEF;
	scrollbar-arrow-color:#black;
	scrollbar-track-color: #green;
	scrollbar-darkshadow-color: #white;
	font-family: Tahoma;
	background : #C0D3E4;
}

P {
	margin-top: 0;
	margin-bottom: 0;
	text-align:justify;
	color : Black;
}
TBODY {
	font-size : 12px;
	margin-top: 0;
	line-height:1.5;
	margin-bottom: 0;
	text-align:justify;
	color : Black;
	font-weight : normal;
}

a:link, a:active{
	color: Black;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	color: Black;
	text-decoration: none;
	font-size: 12px;
}
a:hover{
	color:blue;
	}

/* The main submit button option */
input.mainoption {
	background-color: #FAFAFA;
	font-weight : bold;
}




/* texteral text */
.text { font-size : 14px; line-height:1.5; }
.textmed { font-size : 12px; line-height:2;}
.text,.textmed{ color : #000000; }
a.text,a.textmed{
	color: #B5D2E8;
	text-decoration: none;
}
a.text:hover,a.textmed:hover	{ color: #DD6900; text-decoration: underline; }




.codebox {
	LIST-STYLE-TYPE: none;
	background-color: #F4FCFF;
	direction:ltr;
	border: 1px solid #DDF0FF;
	line-height: 2.5;
}

.menubox {
	LIST-STYLE-TYPE: none;
	background-color: #F5F5F5;
	direction:ltr;
	border: 1px solid #E5E5E5;
	line-height: 2.5;
}

.itembox {
	LIST-STYLE-TYPE: none;
	background-color: #FEFEE0;
	direction:ltr;
	border: 1px solid #FCFCA9;
	line-height: 2.5;
}

.termbox {
	background-color:  #FFF8F4;
	direction:ltr;
	border: 1px solid #FFEDEC;
	line-height: 2.5;
	letter-spacing: 1px;
}

.title {
	font-size : 14px;
	margin: 3ex 0px 0px;
	color:#000066;
}

.subtitle1 {
	font-family: tahoma;
	font-size : 11px;
	color: White;
	line-height: 1.5;
	text-align : center;
	font-weight : bold;
}

.tblhead {
	background-color: #F7F8EF;
	line-height: 2.2;
}
.tblbody {
	background-color: #FFFFFF;
	border: 1px #E3E7C9 solid;
}

.latin {
	font-family: tahoma; direction:ltr;
}
.tableline1 {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	BACKGROUND-COLOR: #A4C1DF;
}
.tableline2 {
	BACKGROUND-COLOR: #B5D2E8;
}
