/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333366;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}
.contentTable {
	margin-top: 5px;
}
h1 {
	margin-bottom: 0px;
	margin-top:5px;
	padding-bottom: 0px;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.swapableCell {
	background-image: url(images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.loadingAnim {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	visibility: hidden;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #CDCDCD;
}
a:hover {
	color: #FFFFFF;
}
.galNavCell {
	background-color: #4F4F9D;
}
.galNavCell a { 
}
.galNavCell p { margin-left: 10px; 
}
:active
{
-moz-outline-style: none;
}
.galNavCell a img { border-bottom: 1px solid #333366; }
.contentTable #palette { margin: 0 24px 0 0; }
.notice {
	padding: 0;
	margin: 0 1em 1em 0;
	white-space: nowrap;
	float: left;
	font-style: italic;
	background: #5858AB;
}
.notice h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	background: #6C6CB5 url(images/topleft.gif) no-repeat left top;
	padding: 12px 12px 6px;
	margin: 0 15px 0 0;
}
.notice p { margin: 16px 24px 0; }
.notice .topr { background: #6C6CB5 url(images/topright.gif) no-repeat right top; 
}
.notice .botr { background: #5858AB url(images/botright.gif) no-repeat right bottom; 
}
.notice .botl {
	background: url(images/botleft.gif) no-repeat left bottom;
	padding-bottom: 16px;
}
.whatsnew {
	position: absolute;
	left: 101px;
	top: 82px;
}
.notice a {
	text-decoration: none;
}
