@import url("css-main.css");
@import url("css-div.css");
@import url("css-a.css");
@import url("css-img.css");
@import url("css-h.css");
@import url("css-span-strong.css");
@import url("css-ul-li.css");
@import url("css-form.css");
@import url("css-table.css");
@import url("mp_style.css");

body
{
	background: #062d35 url('../img/background-main.png') repeat-x;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
}

*
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}



.floatLeft
{
	position: relative;
	float: left;
}

.floatRight
{
	position: relative;
	float: right;
}


.red
{
	color: #d13e27;
}

.white
{
	color: white;
}

.orange
{
	color: #f99c1e;
}


.bigFont
{
	font-size: 18px;
}

.medFont
{
	font-size: 14px;
}

.boldie
{
	font-weight: bold;
}

.linkFont
{
	font-size: 12px;
}

.alRight
{
	text-align: right;
}

.margins10
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.hidden
{
	display: none;
}

.fullSize
{
	width: 100%;
}

.zindex200
{
	z-index: 200;
}