body {
	width: 780px;
	margin: 0 auto 0 auto;	
	background-color: #000000;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	

}
A:link, A:visited {
	color: #000000;
	text-decoration: none; 	
}
A:hover {
	color: #ff6600;
	text-decoration: none; 	
}
img{
	border-width:0px;
}
h1 {
	font-size: 13px;
}

h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}

h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/***********************************************/
/* Global Class                                */
/***********************************************/

.clear {
	clear: both;
}
.font12 {
	font-size: 12px;
	font-weight: bold;
}
.fade50 {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.nofade {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.txtleft {
	text-align: left;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/***********************************************/
/* Header Divs                                 */
/***********************************************/

#header {
}

/***********************************************/
/* Content Divs                                 */
/***********************************************/
#content {
	margin: 100px auto 0 auto;
}



/***********************************************/
/* footer Divs                                */
/***********************************************/
#footer {

}

}

