@charset "UTF-8";
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}img.background {
	background-color: #999;
	padding: 6px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.24italics {
	font-size: 24px;
	font-style: italic;
}
.text_red {
	
	color: #F00;
}
#toppara {
	margin-top: 0;
}
#toppara10px {
	margin-top: 10px;
}
.shadowout {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.shadowin {
	padding: 10px;
   -moz-box-shadow:inset 0 0 10px #DA0000;
   -webkit-box-shadow:inset 0 0 10px #DA0000;
   box-shadow:inset 0 0 10px #DA0000;
}
body {
	background-image:url(images/honeycomb-seamless-texture-tile.jpg);
	background-position:left top;
	background-repeat: repeat;

}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* Flexible Iframe */
iframe, object, embed{max-width: 100%;}