<style>
body
{

}

/*/ ---- STANDARTS ---- /*/

html
{
	font-family:arial;
	font-size:12;
}

td
{
	font-size:12;
}

a
{
	color:#04559a;
	text-decoration:none;
}

a:hover
{
	color:#FF8000;
	text-decoration:underline;
}

h1
{
	font-size:24;
	color:#fe6d02;
	padding-bottom:3px;
	padding-top:0px;
	margin:0;
}

form
{
	padding:0;
	margin:0;
}

input,textarea
{
	background-color:#EBF0F5;
	width:150;

	font-family:arial;
	font-weight: bold;
}

input.button
{
	background-image: url("img/fButton.gif")
}





/*/ ---- CLASSES ---- /*/

.tBox
{
	height:35;
	width:100%;

	background:url(img/tBox.gif);
	background-repeat:repeat-y;
	background-color:#04559a;

	vertical-align:middle;
	text-align:center;

	color:white;
	font-weight:bolder;

	font-size:13;
}

.bBox
{
	border-right:solid 1px #04559a;
	border-bottom:solid 1px #04559a;
	border-left:solid 1px #c1d5e6;

	padding:5;

	background:url(img/bBox.gif);
	background-repeat:no-repeat;
	background-position:left bottom;

	vertical-align:top;
}

a.mButton
{
	width: 100%;
	height: 40px;

	background-image: url(img/mButton.gif);

	margin: 0px auto;
	padding: 10px 10 10 10;
	text-align: center;

	color:333333;
	font-weight: bold;
	text-decoration: none;

	font-size:14;
}

a.mButton:hover
{
	background-image: url(img/mButton.gif);
	background-position:0 -40;

	margin: 0px auto;
	padding: 10px 10 10 10;
	text-align: center;

	color:333333;
	text-decoration: underline;
}

td.mSep
{
	width: 4px;
	background-image: url(img/mSep.gif);
}

a.mButton2
{
	width: 100%;
	height: 40px;

	background-image: url(img/mButton2.gif);

	margin: 0px auto;
	padding: 10px 10 10 10;
	text-align: center;

	color:333333;
	font-weight: bold;
	text-decoration: none;

	font-size:14;
}

a.mButton2:hover
{
	background-image: url(img/mButton2.gif);
	background-position:0 -40;

	margin: 0px auto;
	padding: 10px 10 10 10;
	text-align: center;

	color:333333;
	text-decoration: underline;
}

td.mSep
{
	width: 4px;
	background-image: url(img/mSep.gif);
}

p.article:first-line
{
	font-weight: bold;
	margin:10;
	color:#DD6F00;
}

p.article img
{
	float:right;
	margin-left:8;
	margin-bottom:8;

	border:solid 1px #D2D2D2;
}


/**** mBottom ****/
table.mBottom
{

}

table.mBottom td
{
	text-align:center;
}

table.mBottom td a
{
	color:#241200;
	font-weight:bold;
}

table.mBottom td a:hover
{
	color:#241200;
	font-weight:bold;
}
/**** mBottom ****/

</style>