.def         { color: #008080; text-decoration: none; cursor: hand }
.def:hover   { color: #FF0000; text-decoration: none; cursor: hand }
.selected    { background-color: #e0f0f0; border-style: outset; border-width: 0 }
a            { color: #008080; text-decoration: none }
a:hover      { color: #FF0000; text-decoration: none }
.custom_input { background-color: #e0f0f0; color: #008080; border: 1 solid #008080 }
.custom_button { background-color: #80c0c0; color: #008080; font-family: Verdana; font-size: 
               10pt; font-weight: bold; border-style: outset; border-width: 1 }
.def_title         { color: #30F010; text-decoration: none; cursor: hand }
.def_title:hover   { color: #FF0000; text-decoration: none; cursor: hand }
.dark        { color: #e0f0f0; background-color: #008080;}
.light       { color: #008080; background-color: #e0f0f0;}
.medium      { color: #e0f0f0; background-color: #80c0c0;}
body         { scrollbar-face-color: #80c0c0;
               scrollbar-highlight-color: #e0f0f0;
               scrollbar-shadow-color: #008080;
               scrollbar-3dlight-color: #e0f0f0;
               scrollbar-arrow-color:  #008080;
               scrollbar-track-color: #e0f0f0;
               scrollbar-darkshadow-color: #004040 }
.a {
	text-decoration: none;
	border-bottom: 1px dotted #FA9A32;
	color: #000033;
  /*background-color: transparent;*/
}

.u {
	 text-decoration: underline;
	 color: #FA9A32;
}

.b, .bold{
    font-weight: bold;
}

.findallNote{
    padding: 3px 1px 5px 1px;
	background: #ffffff; 
	text-align:center; 
	border: 1px solid #FA9A32;
}

.font{
    font-family:Arial, Helvetica, Geneva, sans-serif;
}

.font08, .font8{
    font-size: 8px;
}


.font10{
    font-size: 10px;
}

.font11{
    font-size: 11px;
}

.font12{
    font-size: 12px;
}

.font13{
    font-size: 13px;
}

.font14{
    font-size: 14px;
}

.font16{
    font-size: 16px;
}

.font20{
    font-size: 20px;
}

.red{
    color: #ff0000;
}

.page_very_dark{color:#7f0000;}
.page_dark{background:#FA9A32; }//#30F010
.page_medium={color:#454863;}
.page_light={color:#ffe0e0;}
.results_side={text-align:left;}


