/* DEFAULTS */


p
{
	margin:0px;
}

ul
{
	margin-bottom:4px;
	margin-top:4px;
	margin-right:20px;
}

.header2
{
	color:#006E2C;
	font-size:14px;
	font-weight:bold;
}

.header1
{
	color:#006E2C;
	font-size:12px;
	font-weight:bold;
}

table.hpRec td
{
	/*border:1px solid red;*/
	padding:10px;
	line-height:1.5;
	color:#555454;
}

table.hpRec td a
{
	line-height:1;
	color:#006E2C;
	font-size:14px;
	font-weight:bold;
}

table.hpRec td a:hover
{
	color:#01402B;
}


table.top td
{
	/*border:1px solid red;*/
}

table.top td a
{
	color:White;
	font-size:14px;
}
table.top td a:hover
{
	color:#DDF7C4;
}

hr.hr1
{
	border-bottom:1px solid white;
	border-top:1px solid #CCCCCB;
}

div.txt1
{
	width:117px;
	height:230px;
	margin-top:3px;
	overflow: auto;
	border:0px solid red;
	scrollbar-3dlight-color:#CCCCCC; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#CCCCCC; 
	scrollbar-darkshadow-color:#CCCCCC; 
	scrollbar-face-color:#CCCCCC; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-track-color:#CCCCCC; 
	scrollbar-shadow-color: #CCCCCC;
	direction:ltr;
	text-align:right;
	padding:2px;
	padding-left:5px;
 }

div.rtl
{
	direction:rtl;
	width:100%;
	height:100%;
} 



.big
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:120px;

}

.medium
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:66px;
}

.small
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:51px;

}
.Nosize
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;

}

.error
{
	font-size: 11px;
	color:red;
}


/* links */
a {
	font-family:arial;
	font-size:12px;
    text-decoration : none;
    color:black;
    font-weight:bold;
}
a:hover {
	color:#4E4E4E;
}
a.kahuna {
	font-family:arial;
	font-size:10px;
    text-decoration : none;
    color:#696868;
    font-weight:normal;
}
a.kahuna:hover {
	color:#A09F9F;
}

a.menu{
	color:black;
}
a.menu:hover {
	color:black;
}


a.home
{
	width:100%;
	height:100%;
}

img     {border:0;}


/* flat input buttons/checlboxes */
.nav
{
 	cursor: pointer;
}

.button
{
	border: 4px outset silver;
	padding: 0px;
	cursor: pointer;
	font: bold 11px Tahoma,sans-serif;
    background: #4E4D48;
    color:#F7EFD9;
    height:25px;
}

/* optional fields */
td  {
    font: normal 12px Arial,sans-serif;
    border : 0px solid red;
    color : #000000;

}  
 
form
{
	margin:0px;
}

 
body  {
    font: normal 12px Arial,sans-serif;
    background:#FFFFFF;
    color:black;
	margin:0px;
	direction:ltr;
	text-align: right;
}
