a:{color: #2b3234; text-decoration: underline}
a:link {color: #2b3234; text-decoration: underline}
a:visited {color: #2b3234; text-decoration: underline}
a:active {color: #2b3234; text-decoration: underline}
a:hover {color: #2b3234; text-decoration: underline}

html
{
	width: 100%;
	text-align:center;
	margin: 0 auto;

}

img 
{
	border:0;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2b3234;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	height: 100%;
	text-align: center;
	background-color: #000;
	background-image: url(../images/overlook.jpg);
	background-repeat: no-repeat;
	background-position: center top;/*	background: url('../images/aquagrey.jpg') repeat-x; 
	overflow: hidden; */
}

.uline
{
	text-decoration: underline;
}

.chand
{
	cursor: pointer;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.intable
{
	display: inline-table;
}

.padtop
{
	padding-top: 3px;
}

.sml_ul
{
	font-size: 10px;
	color: #0000ff;
	cursor: pointer;
	text-decoration: underline;
}
