	
body#page           { /* Page Body */
	background-color: #000000;
	} 
                    { /* All Elements */
	margin          : 10px;
	padding         : 10px;
	}
a:link              { /* Document Links */
	color           : #1c59b5;
	text-decoration : none;
	}
a:visited           { /* Visited Links */
	color           : #1c59b5;
	text-decoration : none;
	}
a:hover             { /* Hover Links */
	color           : #1c59b5;
	text-decoration : underline;
	}
a:active            { /* Active Links */
	color           : #1c59b5;
	text-decoration : none;
	}
ol,ul               { /* All Lists */
	color			: #0b2345;
	margin          : 1em;
	padding-left    : 2em;
		font-family		: Arial, Helvetica;
	font-size		: 10pt;
	}


input.btn{
   color:#050;
   font-family:arial,helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

td, p, a, body {font-family: Arial, Helvetica; font-size: 10pt; color: 0b2345}
h1 {font-family: Arial, Helvetica; font-size: 15px; color: 0b2345}
h2 {font-family: Arial, Helvetica; font-size: 14px; color: 0b2345}
h5 {font-family: Verdana, Arial, Helvetica; font-size: 8px; color: 00FF00}

span.h1 {
h1 {font-family: Arial, Helvetica; font-size: 14px;;weight: bold; color: 0b2345}
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.imgteaser a .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 10px;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 233px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}