h1, h2, h3, h4 { margin:5px 0; }
h1 {  font-size: 14pt; }
h2 {  font-size: 13pt; text-align:left; }
h3 {  font-size: 12pt; }
h4 {  font-size: 11pt; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:0; }
input { padding:0; margin:0; }
.clear { clear:both; height:1px; overflow:hidden; }
div.clear:after { content: "."; display: block; clear: both; visibility: hidden; }
pre { background-color:#eee; text-align:left; font-size:9pt; padding:5px; }
div.center { text-align:center; }
body.mceContentBody { text-align:left; }
/* default classes end */

/* banners start */
div.banner250 { border-left:5px solid #fff;  border-right:5px solid #fff; padding:5px 15px 15px; text-align:center; background-color:#f0f0f0; }
div.banner250 span { color:#9d9d9d; display:block; }
div.boxleft { float:left; clear:left; }
div.boxright { float:right; clear:right; }
/* banners end */

/* jQuery.tooltip classes */
#tooltip {position: absolute;	z-index: 3000;	border: 1px solid #111;	background-color: #F7FFD2;	padding: 5px;	}
#tooltip h3, #tooltip div { margin: 0; }
/* jQuery.tooltip classes end */

/* style for lightbox mask */
#modalmask {position:absolute; z-index:9000; background-color:#000; top:0; left:0;}  
#modalwindow {position:absolute; width:440px; height:200px; z-index:9999; padding:20px; background-color:#333; border:15px solid #fff; color:#fff; display:none;}
