/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.main_table {
	height:100%;
	}	

.left_margin {
	width:20px;
	background-image:url(images/border.png);
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
	}

.right_margin {
	width:20px;
	background-image:url(images/border_rt.png);
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
	}

.main_container {
	background-color:#FFFFFF;
	vertical-align:top;
	}

.main_container_margin {
	width:30px;
	}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:26px;
	margin-left:20px;
	}
	
.text a:link {
	color:#333333;
	text-decoration:none;
	}
	
.text a:hover {
	color:#E1179D;
	text-decoration:none;
	}
	
.text a:visited {
	color:#333333;
	text-decoration:none;
	}
	
.text a:active {
	text-decoration:none;
	}