body 
{	
	text-align:center;
}
SkinWrapper 
{
	background-image:url(images/BkgrdPattern.gif);
	 background-repeat:repeat;
	position:relative;
	left:0px;
	top:0px;
	margin-left :auto;
	margin-right: auto;
}

.SkinObject{ font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;}
A.SkinObject:link { font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;}
A.SkinObject:visited {font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;}
A.SkinObject:active {font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;}
A.SkinObject:hover{font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;}

Table_Main {
	position:relative;
	left:0px;
	top:0px;
	margin-left :auto;
	margin-right: auto;
}

Table_Header {
	position:relative;
	left:0px;
	top:0px;
	margin-left :auto;
	margin-right: auto;
}
Table_Footer {
	position:relative;
	left:0px;
	top:0px;
	margin-left :auto;
	margin-right: auto;
}
.Footer_text {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666565;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #555555;
	font-weight: normal;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}

/* 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;
}

/* Links */

a.Blue:link 
{
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #363636;}


/* Main Menu */

.MainMenu_RootMenuItem TD
{ 
	background-image: url(tab.gif);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	height:37;
}

.MainMenu_RootMenuItemActive TD
{
	color: #0099cc; 
	font: Tahoma;
	font-size: 15px;
	font-weight: 600; 
	background-image: url(tab_on.gif);
	background-position: left;
	background-repeat: repeat-x;
	height:37px;
}


.MainMenu_MenuContainer 
{
    background-image: url(nav_tile.gif);
	background-repeat: repeat-x;
    height:37px;
}

.LeftSep
{   
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-color: #ffffff; 
	height:37px;
	width:5px;
}
.RightSep
{ 
	background-image: url(tab_r.gif);
	background-repeat:no-repeat; 
	background-color: #ffffff; 
	height:37px;
	width:5px;
}

.LeftSepOn
{   
	background-image: url(tab_on_l.gif);
	background-repeat: no-repeat;
	background-color: #ffffff; 
	height:37px;
	width:5px;
}

.RightSepOn
{  
	background-image: url(tab_on_r.gif);
	background-repeat:no-repeat; 
	background-color: #ffffff; 
	height:37px;
	width:5px;
}

.MainMenu_MenuBar 
{  
    background-color: #ffffff;
    height: 37px;
}

.MainMenu_MenuItemSel 
{
	background-image: url(tab.gif);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	cursor: hand; 
	color: #ffffff; 
	font: Tahoma;
	font-size: 15px;
	font-weight: 600; 
	margin: 0px;
	padding: 0px;	
	height: 37px;
}
.MainMenu_MenuBreak
{
	border-bottom: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: #ffffff;
	height: 0px;
}
.MainMenu_MenuItem 
{
	background-image: url(tab.gif);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	cursor: hand; 
	color: #ffffff; 
	font: Tahoma;
	font-size: 15px;
	font-weight: 600; 
	margin: 0px;
	padding: 0px;	
	height: 37px;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
}
	
.MainMenu_MenuIcon 
{
	display:none;
}

td a img { border: 0px; }



