a:link { 
	color: #708090;
	}
a:visited { 
	color: #708090;
	}
a:hover { 
	color: #cccccc;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #708090;
	}
body {
    background-color: #000000;
    color: #4682b4;
    text-align:center;
}
h2 {
    text-align: center;
}
table.disclaimer {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width: 80%;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}
div.redtext {
    color:#ff0000;
}
table.account { 
    margin-left:auto;
    margin-right:auto;
    padding:0;
}
table.account td {
    padding: 0 5px 5px 0;
    line-height: 15px;
}

/*  USER INFO BAR */
#UserBar
{	margin: 0;
	padding: 0}
	
	#UserBar li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#UserBar li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#UserBar li a:hover
	{	background: #1A4473}
		
		#UserBar li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#UserBar li ul li
		{	float: none;
			display: inline}
		
		#UserBar li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#UserBar li ul li a:hover
		{	background: #7F1616}
