/* CSS Document */

body {

	background-color: #000000;
	margin-top: 0px;

	}
	
.maintb {

	background-image: url(images/body_bg.jpg);

	}
	
.top_bgtb {

	background-image: url(images/top_bg.jpg);

	}
	
.bot_bgtb {

	background-image: url(images/bot_bg.jpg);

	}	
	
.link_tab {

	padding-left: 0px;

	}
	
.maintab_indent {

	padding-left: 30px;
	padding-right: 40px;

	}
	
.gt_style1 {

	text-align: center;

	}

.maintab_indent2 {

	padding-left: 30px;
	padding-right: 40px;
	vertical-align: middle;

	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}


