html, body {
	margin: 0;
	padding: 0;
}

.bg {
	background: url('/i/bg.gif') 0 0;
}

body, td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}

input {
    border: #d1d1d1 1px solid;
    background-color: #f1f1f1;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fullheight {
	height: 100%;
	vertical-align: top;
}

.nobr {
	white-space: nowrap;
}

.white {
	color: #fff;
}

ul.menu {
	list-style: none;
}

ul.menu li {
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	background: url('/i/bullet.gif') 0 5px no-repeat;
}

ul.menu li ul {
    margin: 10px 0 10px 10px;
    padding: 0;
	list-style: none;
}

ul.menu li ul li {
    padding: 0;
    margin: 2px 0 2px 0;
    background: none;
}

ul.inline {
	padding: 15;
	margin: 0;	
}

ul.inline li {
	display: inline;
	padding-left: 15px;
	margin-left: 30px;
	background: url('/i/bullet.gif') 0 2px no-repeat;
}

div.grayL {
	margin-top: 7px;
	border-top: #DFDFDF 1px solid;
	height: 7px;
}

a:link, a:hover, a:visited, a:active {
	color: #000000;
}

a.mainp:link,a.mainp:hover,a.mainp:visited,a.mainp:active  {
    background: url('/i/bullet_main.gif') 0 50% no-repeat;
    padding-left: 15px;
	color: #FFFFFF;
}

a.newsp:link,a.newsp:hover,a.newsp:visited,a.newsp:active  {
    background: url('/i/bullet.gif') 0 50% no-repeat;
    padding-left: 15px;
	color: #000000;
}

a.metanav:link,a.metanav:hover,a.metanav:visited,a.metanav:active  {
    background: url('/i/bullet.gif') 0 50% no-repeat;
    padding-left: 15px;
	color: #000000;
}

.arrow {
    display: inline-block;
    background: url('/i/arrow.gif') 0 50% no-repeat;
    padding-left: 12px;
}

.bullet {
    display: inline;
    background: url('/i/bullet.gif') 0 50% no-repeat;
    padding-left: 12px;
}

