
html,body {
	margin:0;
	padding:0;
	color:#000;
	background-image: url(images/bg.jpg); 	
/*	BACKGROUND-IMAGE: url(http://themaxgxlsystem.com/images/bg.jpg); WIDTH: 100%;  BACKGROUND-REPEAT: repeat-x;  */
        background-attachment: fixed;
	font-size:10px;
	font-family:TAHOMA,VERDANA,ARIAL;
}
body {
    background-color: #EAEAEA;
	padding:0px;
	/* font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
	font-size:10px;
	font-family:TAHOMA,VERDANA,ARIAL;
}

p {margin:1em 0;}

.Bold
{
    font-weight: bold;
    text-align: center;
}





/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
	/* background:url(images/box.png) no-repeat 100% 0; */
	margin:0 0 0 5px;
	height:17px;
}
.bt div {
	height:1px;
	width:18px;
	position:relative;
	left:-18px;
	/* background:url(images/box.png) no-repeat 0 0; */
}

/* Rules for the bottom corners and border */
.bb {
	/* background:url(images/box.png) no-repeat 100% 100%; */
	margin:0 0 0 5px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	/* background:url(images/box.png) no-repeat 0 100%; */
}

/* Insert the left border */
.i1 {
    /* border-top:1px solid #ccc; */
	padding:0 0 0 7px;
	/* background:url(images/borders.png) repeat-y 0 0; */
}
/* Insert the right border */
.i2 {
	padding:0 11px 0 0;
	/* background:url(images/borders.png) repeat-y 100% 0; */
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 0px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
    border-top:1px solid #ccc;
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.Answers {
	font-size:12px;
	font-family:TAHOMA,VERDANA,ARIAL;
}

