
/* Style Sheet For The Gallery Only */

BODY	{
	background-color: #3C3CFF;
	color: #FFF;
	font-family: "Arial";
	font-size: 16pt;
	margin: 0px 0px 0px 0px;
	width: 97%;
}
H1	{
	color: #000;
	font-family: "Arial";
	font-weight: bold;
	font-size: 35pt;
	text-align: center;
}
H2	{
	color: #000;
	font-family: "Arial";
	font-size: 14pt;
	text-align: center;
}
H3	{
	color: #000;
	font-family: "Arial";
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
}

.italic		{
	color: #000;
	font-family: "Arial";
	font-style: italic;
	font-size: 16pt;
	text-align: center;
}
.bold		{
	color: #000;
	font-family: "Arial";
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}
.polaroid	{
	text-align:center;
	color:#3C3CFF;
	background-color:#EEEEEE;
	padding: 3px 3px 7px 3px;
}
.comment	{
	background-color: #EEE;
	color: #000;
	font-family: "Arial";
	font-size: 12pt;
	padding: 10px 10px 10px 10px;
}
.blue	{
	background-color: #3C3CFF;
	text-align: center;
}
.mainimg	{
	background-color: #EEE;
	color: #3C3CFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.prevnext	{
	background-color: #EEE;
  color: #000;
	font-family: "Arial";
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
}
.PrevNextLnk, .PrevNextLnk:ACTIVE {
	color: #0066CC;
	font-size: 10pt;
	padding-right: 0px;
	padding-left: 0px;
}
.PrevNextLnk:VISITED {
	color: #990033;
}
.PrevNextLnk:HOVER {
	color: #76C0FE;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
}

