/* CSS Document */

body {
	background:   url(images/pagebgnew.jpg) repeat;
}

.white {
	font-family: Verdana;	
	font-size: 11px;	
	font-weight: bold;	
	color: #FFFFFF;
}

.white_every {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

a:hover{color:red}

.black {
	font-family: Verdana;
	font-size: 11px;	
	font-weight: bold;
	color: #000000;
}

.black_no_bold {
	font-family: Verdana;	
	font-size: 11px;	
	color: #000000;
}

#idTopLeft {
	position: relative;	
	top: 0;
	left: 0;
	border: 0;	
/*	width: 1000px;
	height: 1000px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0;
	margin-bottom: 0;	
	*/
	text-align: center;
	background-image:    url("images/background.gif");
	background-repeat: no-repeat;
}

#grid {
	position: relative;	
	top: 0;
	left: 0;
	border: 0;
/*	width: 1000px;
	height: 1000px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0; */
	text-align: center;
	background-image:    url("images/grid.gif");
	background-repeat: repeat;
}

#canvas {
	position: relative;	
	top: 0;
	left: 0;
	border: 0;
}

.g {
	position: absolute;
	border: 0;
	z-index: auto;
	vertical-align:top;
}

.style1 {color: #FFFFFF}

.bg {
	BACKGROUND-IMAGE: url(bg.gif); BACKGROUND-REPEAT: repeat-y; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}