/* tags *

* {
	margin: 0; padding: 0;
	font-size: 100.01%; }

html { }

body {
	padding: 20px; font-size: 62.5%;
	font-family: Arial, sans-serif; }
*/
a:link,
a:visited {
	text-decoration: underline;
	color: #c00; }

a:hover,
a:active {
	color: #f48400; }

td {
	vertical-align: top; }


/* standard classes */

.hidden {
	display: none; }

.visible {
	display: block; }

.fl {
	float: left; }

.fr {
	float: right; }

.fn {
	float: none; }

.tal {
	text-align: left; }

.tar {
	text-align: right; }

.tac {
	text-align: center; }

.bn {
	border: 0 solid; }

.nobr {
	white-space: nowrap; }

.debug_table
{
	font-size: 14px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: #DADADA;
}

.debug_table td
{
	padding: .25em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


a img { border: none }
.clearer     { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }







.min-width {
		background-color:#F7EAD4;
		min-width:980px;
		width:100%;
		}

* html .mw-in {
		border-left:980px solid #FFFFFF;
		}

* html .mw-container {
		margin-left:-980px;
		position:relative;
		margin-top:1px;
		}

* html .mw-in,
* html .mw-container,
* html .mw-content {
		height:1px;
		}

.mw-content {
		padding:0 0px 0 0px;
		//height:1%;

		}



/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


