@charset "utf-8";

/* landing css */
#landing p{

}

#landing div{

}

#landing table{
	padding:0px;
	marging:0px;
	border:0px;
	width:auto;
}
#landing h1{
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#landing h2{
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:20px;
}

#landing h3{
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#landing h4{
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#landing a{
	color: #C00;text-decoration:none;
}

#landing .indent{
	margin-left:20px;
}

#landing .tablerows{
	border-bottom: solid #999 1px;
}

#landing .padright{
	padding-right:20px;
}
#landing .gridcells{
	border:0px;
	padding:4px;
	border-right: solid #999 1px;
	border-bottom: solid #999 1px;
	text-align:center;
}
#landing .redbold{
	font-weight:bold;
	color:#C00;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
}
 
#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

