@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #F9F4CA;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00A4E4;
}
a:link {
	color: #4AAA42;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #4AAA42;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #4AAA42;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.greentitle {
	font-size: 14px;
	color: #47AA42;
	font-weight: bold;
}
.greenie {
	font-size: 14px;
	color: #47AA42;
	font-weight: normal;
}
.pink {
	font-size: 14px;
	color: #DB0962
}
.orange {
	font-size: 14px;
	color: #FCB034
}
.green {
	font-size: 12px;
	color: #4AAA42
}
.blue {
	font-size: 14px;
	color: #00A4E4
}
.smallblack {
	font-style: italic;
	font-size: 10px
}
.black {
	color: #000;
}
.smallest {
	font-size: 9px;
}
h1 {
	font-size: 14px;
	color: #47AA42;
}
.biggreen {
	color: #4AAA42;
	font-size: 22px;
	font-weight: bold;
}
.bigandblack {
	font-size: 16px;
	font-weight: bold;
}
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 2px solid green;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}