/* CSS Document */

body{ margin:0; background-color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;

background-image:url(Images/bbbg.gif);}

.bdy
{scrollbar-arrow-color: #0066C8;
scrollbar-3dlight-color: #4F4F82;
scrollbar-darkshadow-color: #4F4F82;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #ffffff; }


.point{cursor:pointer; cursor:hand;}

.fontcolor{color:#CE6700; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; background-image: url(Images/mnuBg.gif);text-align:right}
.footer{font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center; text-decoration:none; cursor:hand;}

.tdtext{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

	text-decoration:none;
	color:#673434; background-color:#E6F2FF;
	
	
}
 td.indenttext{
font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	text-decoration:none;
	color:#673434;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.darkgreen {
	color: #006600;
	font-weight: bold;
}
a.mailadd{color:#727272;text-decoration:none; font-size:11px; font-family:Tahoma, "Arial Black", "Book Antiqua", "Comic Sans MS"}
a.mailadd:hover{color:#000066; text-decoration:underline;font-size:11px; font-family:Tahoma, "Arial Black", "Book Antiqua", "Comic Sans MS"}
a.linkstyle{color:#000066;text-decoration:none; font-size:11px;}
a.linkstyle:hover{color:#6B6B6B;text-decoration:underline;font-size:11px;}

hr.lines{color:#006600; size:2;}

#feedback table { 
 background-color:#E6F2F2; 
 color: #000000; 
 width: 440px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#feedback td { 
 border: 1px solid #D7E5F2; 
 padding-left: 4px; 
}
.labelcell { 
 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color:#356A6A; 
 background-color: transparent; 
 /*width: 180px;*/
 font-weight:bold;
} 

.fieldcell { 
 color:#333399; 
 text-align:left; 
 margin-right: 0px; 
 padding-right: 0px; font-size:14px; font-family:"Bookman Old Style"; font-weight:bold;
  
} 

.smalllabelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: transparent; 
 color: #3670A7; 
 width: 100px; 
} 

.smallfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
  
}

.mainheadingcolor{color:#666666;font-size:12px; background-image:url(images/barul.gif); background-repeat:repeat-x; font-weight:bold; padding:5px 5px 5px 5px; font-variant:small-caps;}
.smallbar{color:#666666; background-image:url(images/barul.gif); background-repeat:repeat-x; padding:1px 1px 1px 1px; font-variant:small-caps;}
.bgimg {background-image:url(Images/bg.gif); background-repeat:no-repeat;color: #333300;
	font-weight: bold;
	font-size: 11px; text-align:center;}
p.small {font-variant: small-caps; color:#653232; font-size:11px;}	
p.groove {border-style: groove; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
.textind{text-indent:6px; color:#710000; font-family:"Comic Sans MS"; font-size:12px; font-weight:bold;}

.textincell{font-family:Tahoma, "Arial Black", "Book Antiqua", "Comic Sans MS";
font-size:11px; color:#000077;text-align:justify; text-indent:7px; margin-right:10px; margin-left:10px;
 line-height:16px; word-spacing:3px;}


.arrow {color:#666666;font-size: 10px; font-family:Wingdings;}

.diamond{
	font-family: Wingdings;
	color:#003366;
	font-size: 11px;
	height:20px;
}
.mover{background-image:url(Images/barul.gif);}
.mout{ background-color:#F8F8F8;}
a.link{
color:#666666; font-size: 10px; text-decoration:none;
}	
a.link:hover{color:#003366; font-size: 10px; text-decoration:underline;
}
hr.lines{ size: 1px; color:#CCCCCC;}
/* SQUARE BUTTONS */
input.btn_sq{
	font-size:11px !important;
	font-family:Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	vertical-align:middle;
	border:solid 1px #c6c6c6;
	padding:1px 7px 2px 7px !important;
	color:#000 !important; /* need important to override hyperlink color, used to be 4d4d4d */
	margin:0 !important;
	background:#fff url('images/button_silverbg.gif') left 1px repeat-x;
	white-space:nowrap;
	cursor: pointer;
	
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

input.btn_sq:hover{
	background:#fff url('images/button_silverbg_over.gif') left 1px repeat-x;
}

input.btn_sq{
	padding:1px 7px 2px 7px !important; /* need this to make button elements same size as above */
}
input.btn_sq:hover{
	text-decoration:none !important; /* need important to override hyperlink hover */
	color:#000; !important; /* need important to override hyperlink color */
	border:solid 1px #8c8c8c;
}
