html {height: 100%;} 
p {margin:0;text-align:justify;}

table { font-family: verdana ;color:#fff; font-size: 11px;line-height:15px;}

a:link, a:visited, a:active  {   font-family:arial ;font-weight: normal; font-weight:bold;font-size: 11pt; text-decoration: underline; color: #E62E09; }
a:hover   {font-family: arial; font-weight: normal; font-size: 11pt; font-weight:bold;text-decoration: none; color: #fff; }

a.bwhite:link, a.bwhite:visited, a.bwhite:active  {   font-family:arial ;font-weight: normal; font-weight:bold;font-size: 10pt; text-decoration: none; color: #fff; }
a.bwhite:hover   {font-family: arial; font-weight: normal; font-size: 10pt; font-weight:bold;text-decoration: none; color: #E62E09; }

a.white:link, a.white:visited, a.white:active  {   font-family:tahoma ;font-weight: normal; font-weight:normal;font-size: 10pt; text-decoration: none; color: #fff; }
a.white:hover   {font-family: tahoma; font-weight: normal; font-size: 10pt; font-weight:normal;text-decoration: underline; color: #E62E09; }

a.mlink:link, a.mlink:visited, a.mlink:active  {  font-family: verdana ;font-weight: normal; font-weight:normal;font-size: 8pt; text-decoration: none; color: #fff; }
a.mlink:hover   {  font-family: verdana ;font-weight: normal; font-size: 8pt; font-weight:normal;text-decoration: none; color: #000; }

a.menu:link, a.menu:visited, a.menu:active  {  font-family: verdana ;font-weight: normal; font-weight:normal;font-size: 11px; text-decoration: none; color: #333;padding:0 7px 0 7px; }
a.menu:hover   {  font-family: verdana ;font-weight: normal; font-size: 11px; font-weight:normal;text-decoration: none; color: #E62E09; }

body
{ 
margin:0; font-family: verdana; color: #666;
scrollbar-base-color: white;
scrollbar-arrow-color: #363636;
scrollbar-face-color: #efefef;
scrollbar-highlight-color:white;
scrollbar-3dlight-color: silver;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color:white;
scrollbar-track-color: #ffffff;
background:#363636;  /*url('../page_images/bg1.jpg') no-repeat*/
height:100%; 
}

li{
padding-bottom:5px;
}

form {margin:0;padding:0;}
h1 { font-family: arial; color: #E62E09;font-weight: bold;
margin:0 0 7px 0; font-size: 12pt;
}

h2 { font-family: arial; color: #666;font-weight: bold;
margin:0 0 0 8px; font-size: 8pt;
}

h3 { font-family: arial;font-weight: bold;
margin:0; font-size: 8pt;
}



.ara {

	background-color: #006699;
	border : 0px solid ;
	font-weight : normal;
	color: #ffffff;
	letter-spacing:1px
	}





select {
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif,Trebuchet MS;
	font-size: 9px;
	border : 1px ;
	border-color : silver;
	border-style : solid ;
	font-weight : normal;
	font-color : white;	 
}


							  
input {
	font-family: verdana;
	font-size: 9px;
	color: #666666;
	background-color: #f9f9f9;
	border : 1px ;
	border-color : #c0c0c0;
	border-style : solid ;
	font-weight : normal;
}



.CheckBox
{
	border:white;
	background-color: Transparent;
	border-style:solid;
	border-top-width: 0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;}

textarea {
	font-size: 9px;
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif,Trebuchet MS;
	color: #666666;
	background-color: #f9f9f9;
	border : 1px ;
	border-color : silver;
	border-style : solid ;
	font-weight : normal;
}



.greyfrm         { font-size: 9px;width:82px;border:1px solid #363636;color:#363636;background-color: #363636 }






#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 290px;
height: 236px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #363636;
margin: 10px 0 10px 0 ;
padding: 0 10px 0 10px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 280px;
height: auto;
position: relative;
padding: 0;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 340px;
height:175px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #fff;
margin: 10px ;
padding: 0 10px 0 10px;

}

.text{display: none;width:330px;} 
#text0{display: block;} 





.fixedwidth4 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 320px;
height: auto;
position: relative;
padding:0;
}


#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 904px;
height: 236px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #363636;
margin: 10px 0 10px 0 ;
padding: 0 10px 0 10px;
}


.fixedwidth1 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 894px;
height: auto;
position: relative;
padding: 0;
}





#navi a{
font-size:10pt;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #ff0000;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}