body
{
	background-image:url(./Images/bg_pink.jpg);
	background-attachment:fixed;
	font-family:Arial;
	color:Black;
	font-size:8pt;
	margin:5px;
}

hr
{
	width:100%;
	color:Silver;
}

a, a:link, a:active, a:visited
{
	color:#535353;
	text-decoration:none;
}

a:hover
{
	color:#8a8a8a;
	text-decoration:none;
}

a.pager, a.pager:link, a.pager:active, a.pager:visited
{
	border:solid 1px silver;
	background-color:#ededed;
	font-weight:bold;
	text-align:center;
	padding:5px;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
}

a.pager:hover
{
	border:solid 1px #ba9e9f;
	background-color:#e1d1d1;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#644c4c;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
}

.header
{
	background-image:url(./Images/header_full.png);
	width:724px;
	height:210px;
}

.documentBody
{
	background-image:url(./Images/bg_fill.png);
	width:724px;
	padding-left:20px;
	padding-right:20px;
}

.footerTitle
{
	background-image:url(./Images/footer_title.png);
	width:724px;
	height:24px;
	color:#dddddd;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.footerBody
{
	background-image:url(./Images/footer_body.png);
	width:724px;
	height:64px;
	color:Black;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}

.title
{
	padding:5px;
	padding-top:10px;
}

.buttons
{
	cursor:pointer;
}

.container
{
	border:solid 1px silver;
	background-color:#ededed;
	font-weight:bold;
	text-align:center;
	padding:3px;
	cursor:pointer;
	color:#535353;
}

.containerOver
{
	border:solid 1px #ba9e9f;
	background-color:#e1d1d1;
	font-weight:bold;
	text-align:center;
	padding:3px;
	color:#644c4c;
	cursor:pointer;
}

img
{
	padding:0px;
	margin:0px;
	border:none;
}

.photos
{
	border:solid 1px silver;
	margin:0px;
	padding:0px;
	display:block;
}

.textboxes
{
	border:solid 1px silver;
	background-color:white;
	font-size:8pt;
	width:255px;
}

.galleryTitle
{
	font-style:italic;
	font-weight:bold;
	font-size:10pt;
	color:#644c4c;
	text-align:left;
	width:100%;
}
