textarea
{

	font-family :  tahoma,Verdana,  Arial, Geneva,Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	line-height:17px;	
	color : #000000;

}


input
{
border:solid 1 #000000;
font-size:7pt
}

select
{
border:solid 1 #000000;
font-size:8pt;
font-family : Verdana,  Arial, Geneva,Helvetica, sans-serif;
width:130px;
}

input.chk
{
border:none;
font-size:7pt;
width:20px;
}

input.rd
{
border:none;
font-size:7pt;
width:20px;
}



td
{
	font-family :  Arial, tahoma,Verdana, Geneva,Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	line-height:16px;	
	color : #BBBABA;
}

h1
{
	font-family :  Arial, tahoma,Verdana, Geneva,Helvetica, sans-serif;
	font-size : 30px;
	font-style : normal;
	font-weight : bold;
	line-height:40px;	
	color : #ffffff;
}

td.home
{
	font-family :  Arial, tahoma,Verdana, Geneva,Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	line-height:16px;	
	color : #BBBABA;
}


td.copyright
{
	font-family :  Verdana, tahoma, Arial, Geneva,Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	line-height:16px;	
	color : #686767;
}


a
{
	color : #ffffff;
	font-family :Arial,Verdana,tahoma,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	text-decoration : none;
 	font-weight:bold;
}

a:hover
{
	

	color : #686767;
	font-family :Arial,Verdana,tahoma,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	text-decoration : none;
 	font-weight:bold;
}

a.wcuk
{
	color : #686767;
	font-family :Verdana,Arial,tahoma,Geneva,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : none;
 	font-weight:bold;
}

a.wcuk:hover
{
	

	color : #ffffff;
	font-family :Verdana,Arial,tahoma,Geneva,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : none;
 	font-weight:bold;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 236px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
}




/* 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: 8px;
background-color: #EEEEEE;
}
.vscrollerbar {
width: 8px;
background-color: #b40001;
}
.hscrollerbase {
height: 8px;
background-color: #EEEEEE;
}
.hscrollerbar {
height: 8px;
background-color: #CCCCCC;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}