body {
 margin: 0 auto;
 font-size:13px;
	}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 175%;
	color:#ffffff;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
    color:#ffffff;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 125%;
	color:#ffffff;
}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color:#ffffff;
}
h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color:#ffffff;
}
h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 50%;
	color:#ffffff;
}

body, table   {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
 background:#141414 url('../images/body_bg.gif') top left repeat;
 color:#ffffff;
}
a   {
	color: #ffffff;
	text-decoration: none;
}



a:hover {
background:url('http://www.addglitter.com/link-sparkle.gif');
}

a.hd_link {
	color: #ffffff;
	text-decoration: none;
}
a.hd_link:hover {
	color: #ffffff;
}
a.copyright:hover {
	text-decoration: underline;
}
a.delete:hover {
	color: red;
}
input,select,textarea     {
	background-color: #FFFFFF;
}
table.header    {
    background-color: #D3DCE3;
	color: #000000;
}
th   {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    color:#ffffff;
    background-color:#333333;
}
td {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}
td.tbl_even   {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
    color:#ffffff;
}
td.tbl_odd   {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #333333;
    color:#ffffff;
}
.restrict {
	color: red;
}
.vert {
	background: url('../images/vert.png') no-repeat center;
}
.outer {
	background: url('../images/outer.png') no-repeat center;
}
.br {
	background: url('../images/br.png') no-repeat center;
}
.tr	{
	background: url('../images/tr.png') no-repeat center;
}
.rb {
	background: url('../images/rb.png') no-repeat center;
}
.rt	{
	background: url('../images/rt.png') no-repeat center;
}

.sub{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    color:#ffffff;
    background-color:#414a60;
}

.center{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    color:#ffffff;
    background:#141414 url('../images/center.gif') top left repeat;
}

#sideright{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    color:#ffffff;
    background:#141414 url('../images/side_right.gif') top left no-repeat;
}
#sideleft {
 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    color:#ffffff;
    background:#141414 url('../images/side_left.gif') top left no-repeat;
}

#wrapper
	{

		width:990px;
        margin: 0 auto;
		background:#FFFFFF;
	}

#main
	{

        width:984px;
		margin: 0 auto;

	}

#banner {
			margin: 0 auto;
			width: 984px;
			height: 90px;
			background: url('../images/main_banner.gif');
			clear: both;
			overflow: hidden;
		}

#nav
		{
			background: #1B2C35 url('../images/nav_bg.gif') center center no-repeat;
			height:54px;
			width:990px;
		}
#nav ul
			{
				width:909px;
				list-style:none;
				margin:0 auto;
				padding:0;
			}
#nav li
				{
					text-align:center;
					float:left;

				}
#nav li a
					{
						color:#FFFFFF;
						text-decoration:none;
						display:block;
						height:34px;
						width:80px;
						padding-top:20px;
					}
#nav li a:hover
						{
							background:#1B2C35 url('../images/nav_over.gif') top center no-repeat;
							text-decoration:underline;
						}

