/* Global Styles */
html, body {height: 100%;}

body {
	margin:0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #ff3399;
	font-size: 1em;
	}

.wrapper
{
    position: relative;
    margin: 5px auto;
    z-index:-1;
    
}
.wrapper2col
{
    position: relative;
    padding:2px 5px;
}
.wrappertable
{
    position: relative;
    margin: 0px auto;
    display: table;
}
 
a {
	color:#FF33CC;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF0099;
	text-decoration:none;
	}
a:visited 
{
    color:  #FF0099;
    text-decoration:none;
}


.MainMenuStyle
{
    background: #000;
    margin: 0px auto;
    padding: 0px 5px;
    height: 5px;
    /*border: solid 2px #f0f;
    /*height: 25px;*/
    /*border: solid 1px #f00;*/
}
.StaticSelectedStyle 
{
    background: #000000;
    color: #FF33CC;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px 5px;
    margin: 0px auto;
    height: 5px;
}
.StaticMenuItem 
{
    background: #000000;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px 5px;
    margin: 0px auto;
    height: 5px;
}
.StaticMenuStyle 
{
    background: #000000;
    color: #ff3399;
    font-weight:bold;
    padding: 0px 5px;
    margin: 0px  auto;
    height: 5px;
    /*padding: 5px;*/
    text-decoration:none;
    /*border: solid 1px #f00;*/
}
.StaticHoverStyle 
{
    background: #000000;
    color: #FF0099;
    /*padding: 5px;*/
    text-decoration:none;
    padding: 0px 5px;
    margin: 0px auto;
    height: 5px;
}

.DynamicMenuItem 
{
    background: #000000;
    /*background-image: url(../images/blueglossyback2.gif);*/
    /*border: solid 2px #0f0;*/
    color: #FF33CC;
    font-weight:bold;
    /*margin: 0px;*/
    padding: 0px;
    /*height: auto;*/
    /*width: auto;*/
    text-decoration:none;
    z-index:1000;
}
.DynamicMenuStyle 
{
    background: #000;
    /*background-image: url(../images/blueglossyback2.gif);*/
    color:#ff3399;
    font-weight:bold;
    padding: 0px;
    /*margin: -10px;*/
    /*height: 10px;*/
    text-decoration:none;
    z-index:1001;
    /*border: solid 2px #f00;*/
}
.DynamicHoverStyle 
{
    background: #000000;
    color: #ff0099;
    padding: 0px;
    /*height: 10px;*/
    text-decoration:none;
    z-index:1000;
    /*border: solid 2px #0f0;*/
}
.DynamicSelectedStyle 
{
    background: #000000;
    color: #fff;
    padding: 0px;
    /*text-decoration:none;*/
    /*border: solid 2px #0f0;*/
}
