Body{
margin: 0;
     text-align: center;

}
.GlobalAlign
{
    margin-top: 0px;
    margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 900px;
text-align: left;

}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #898989;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: underline;
	color: #898989;
}

A.SkinObject:visited
{
	text-decoration: underline;
	color: #898989;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #898989;
}

A.SkinObject:active
{
	text-decoration: underline;
	color: #898989;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.NormalItalic
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
                font-style: italic;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.NormalBoldItalic
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
                font-style: italic;
}
/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #000000;
	color: #898989;
	font-family: Verdana, sans-serif;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
text-decoration: underline;
	color: #000000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
text-decoration: underline;
	color: #000000;
}

A.CommandButton:visited  {
text-decoration: underline;
	color: #000000;
}

A.CommandButton:hover    {
text-decoration: none;
	color: #000000;
}
    
A.CommandButton:active   {
text-decoration: underline;
	color: #000000;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

A:link  {
text-decoration: underline;
	color: #000000;
}

A:visited   {
text-decoration: underline;
	color: #000000;
}

A:hover {
text-decoration: none;
	color: #000000;
}

A:active    {
text-decoration: underline;
	color: #000000;
}