html { height : 100%;}

body {
	background-color: #424242;
    height : 100%;
	font-family: Tahoma, Arial,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 1.333;	
	margin:auto;
	padding:0;
}


#bg {
	position: relative;
	width:718px;
	height : 100%;
	overflow: hidden 100%;
	z-index:1;
	margin: auto;
	background-repeat: no;
}

a{
	color: #FF9900;
	text-decoration: none;
 text-decoration: bold;
}

a:link{
	color: #FF9900;
	text-decoration: none;
 text-decoration: bold;
}

a:visited{
	color: #BCB2A2;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: underline;
}

h1{
 font-family: Tahoma, Arial,sans-serif;
 font-size: 12px;
 text-decoration: bold;
 color: #D9D9D9;
 margin: 0px;
 padding: 0px;
}

.bold{
 font-family: Tahoma, Arial,sans-serif;
 font-size: 12px;
font-weight: bold;
 color: #D9D9D9;
 margin: 0px;
 padding: 0px;
}
.bold11{
 font-family: Tahoma, Arial,sans-serif;
 font-size: 11px;
font-weight: bold;
 color: #D9D9D9;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Tahoma, Arial,sans-serif;
 font-size: 12px;
 color: #1B215B;
 margin: 0px;
 padding: 0px;
}

.copyright{
 font-family: Arial,sans-serif;
 font-size: 11px;
 color: #D9D9D9;
 line-height: 1.333;	
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

