BODY
{
	margin: 0px;
}

body, p, td, th, div, span, a, .highlight, .FormField, .FormError, .FormLabel, .PinkPanel, 
.PinkPanelHeader, .FormButton, .DiscreetText
{
	font: x-small  Verdana, Arial, 'MS Sans Serif' , sans-serif;
	color: black;
}

.FormButton
{
	color: white;
	background-color: #85847d;
}

.DiscreetText
{
	font-size: x-small;
	color: gray;
}

/*Page Headings*/
H1
{
	font-size: medium;
	color: #d60361;
}

H2
{
	font-size: small;
	color: #d60361;
}

.PinkPanel, .PinkPanelHeader
{
	
	background-color: #d60361;
}

TD.PinkPanel, TD.PinkPanelHeader
{
	padding-right: 5px;
	padding-left: 5px;
	color: white;
}

TD.PinkPanelHeader
{
	font-weight: bold;
	font-size: small;
}

.FormField
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	padding-top: 2px;
	border-bottom: black 1px solid;
}

.FormError
{
	font-weight: bold;
	color: red;
}

.highlight
{
	color: #d60361;
}

.PageTable
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width: 80%;
}
.HeaderRow
{
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #85847d;
	text-align: left;
}
.MainMenuRow
{
	padding-left: 20px;
	background-color: #85847d;
}
.MainMenuTable
{
	background-color: white;
}
.ContentCell
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

div.menuBar, div.menuBar a.menuButton, div.menuBar a.menuButton2, div.menu, div.menu a.menuItem
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, 'MS Sans Serif' , sans-serif;
}

div.menuBar
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	width: 100%;
	border-top-style: none;
	padding-top: 5px;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	background-color: white;
	text-align: left;
	border-bottom-style: none;
}

div.menuBar a.menuButton
{
	padding-right: 12px;
	padding-left: 12px;
	z-index: 100;
	background: url(/images/menu/corner.gif) silver fixed no-repeat left top;
	left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	cursor: hand;
	color: #000000;
	padding-top: 6px;
	position: relative;
	top: 1px;
	text-decoration: none;
}

div.menuBar a.menuButton2
{
	padding-right: 12px;
	padding-left: 12px;
	z-index: 100;
	background: url(/images/menu/corner.gif) white fixed no-repeat left top;
	left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	cursor: hand;
	color: #000000;
	padding-top: 6px;
	position: relative;
	top: 1px;
	text-decoration: none;
}

div.menuBar a.menuButton:hover
{
	border-right: #e0e0e0 1px;
	border-top: #e0e0e0 1px;
	border-left: #e0e0e0 1px;
	color: #000000;
	border-bottom: #e0e0e0 1px;
	background-color: #D60361;
}

div.menuBar a.menuButton2:hover
{
	border-right: #e0e0e0 1px;
	border-top: #e0e0e0 1px;
	border-left: #e0e0e0 1px;
	color: #000000;
	border-bottom: #e0e0e0 1px;
	background-color: #D60361;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, .PanelTop
{
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #D60361;
	border-bottom-style: none;
}

div.menu
{
	border-right: #D60361 1px solid;
	border-top: #D60361 1px solid;
	padding-left: 0px;
	z-index: 101;
	left: 0px;
	visibility: hidden;
	padding-bottom: 0px;
	border-left: #D60361 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: #D60361 1px solid;
	position: absolute;
	top: 0px;
	background-color: white;
}

div.menu a.menuItem
{
	padding-right: 1em;
	display: block;
	padding-left: 1em;
	padding-bottom: 3px;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	WHITE-SPACE: nowrap;
	background-color: white;
	text-decoration: none;
}

div.menu a.menuItem
{
	padding-right: 1em;
	display: block;
	padding-left: 1em;
	padding-bottom: 3px;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	WHITE-SPACE: nowrap;
	background-color: white;
	text-decoration: none;
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	color: #ffffff;
	background-color: #D60361;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep
{
	border-top: #D60361 1px solid;
	margin: 2px;
}

A
{
	color: #d60361;
	text-decoration: none;
}


A:hover
{
	text-decoration: underline;
}
.PinkPanel A
{
	color: white;
}

.FormLabel
{
	color: #d60361;
}
