/* CSS Document */
.gallery {
	height:100;
	/* hide from Mac IE 5.x */ 
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: hidden;	
} 

html, body{
	height:100%;
	margin:0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	font: 12px Helvetica,"Trebuchet MS", Verdana, Arial, ;
	color:#333333;
}
h1 {
	margin: 0;
	padding-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color:#767676;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
	text-align: center;
}
h3 {
	margin: 0;
	padding-top: 5px;
	font-size: 14pt;
	font-weight: bold;
	color:#131952;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
	color:#f68e1e;
	font-family: Helvetica, Arial, sans-serif;
}
.footer {
	color:#666666;
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a:link, .footer a:visited  {
	color: #656565;
	font-size:8pt;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color:#000000;
	font-size:8pt;
	text-decoration: underline;
        
}
.outline {
	border: 1px solid #808080;
}
.contact {
	font-family: Helvetica, sans-serif, Arial;
	font-size:90%;
	color: #000000;
}
.fbs1 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 100%;
	font-color: #767676;
	border:1px solid #767676;
}

.el12 {margin:0; text-align:right; width:10em;}
ul {
	list-style-position: outside;
	list-style-image: url(/img/bullet_2.gif);
}
.sidelines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #727272;
	border-right-color: #727272;
	border-bottom-color: #727272;
	border-left-color: #727272;
}

.sides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #767676;
	border-left-color: #767676;
}
.leftline {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #767676;
}
