﻿body
{
	font-family: Arial;
	font-size: 10pt;
	color: Gray;
	background-image: url(Images/Splodge.png);
}
.wwBody /* Every Page floats centered 777px */
{
	width: 777px;
}
.LeftSide
{
	width: 210px;
	vertical-align: top;
	padding-left: 38px;
	padding-top: 16px;
	background-color: White;
}
.RightSide
{
	vertical-align: top;
	padding-top: 16px;
	padding-right: 64px;
	background-color: White;
}
.FullWidth
{
	text-align: center;
	background-color: White;
}
.PageHeader /* contains a header graphic, indented to align with the text of the WW logo */
{
	background-color: White;
	text-align: center;
}
.MenuBar
{
	background-color: White;
	text-align: center;
}
H2
{
	color: #DF7E2D;
	font-weight: normal;
	margin-bottom: 8px;
}
H3
{
	color: #DF7E2D;
	font-weight: normal;
	margin-bottom: 8px;
}
.Yack
{
	padding-left: 16px;
}
.OrangeText, STRONG
{
	color: #DF7E2D;
}
A
{
	color: #DF7E2D;
	text-decoration: none;
}
A:hover
{
	color: #DF7E2D;
	text-decoration: underline;
}
.SmallPrint /* legal babble at bottom of page */
{
	text-align: center;
	color: #aaa;
	font-size: 8pt;
	background-color: White;
}
.Sub /* subscript, but does not decend below the text baseline */
{
	font-size: smaller;
}
.GUI_Error
{
	background-color: Yellow;
	color: Red;
	font-weight: bold;
}
.ValidationHighlight
{
	background-color: Yellow;
}
 