body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	line-height:14px;
	text-align: left;
}
.popoup{
	text-align: center;
}

.red{
color: #330000;
font-weight:bold;
	}
	
h1{
	font-family: tahoma;
	font-size: 12px;
	color: #666;
}
img{border:0;}
a {
	font-family: tahoma;
	font-size: 11px;	
	color: #095595;		
}

a:visited {
	color: #095595;
}
a:hover {
	color: #095595;
}
a:active {
	color: #095595;	
}
.white{
     color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:underline;
}
.style-w{
	color:#FFFFFF
}
.style-y{
	color:#FFFFFF
	font-size:13px;
	text-transform:uppercase;
}
li{
	color:#600;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #FFC;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 2px solid #363; /*bottom border is 3px*/
	letter-spacing: 1pt;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #FF6;
	color:#696
}
