@charset "UTF-8";
/* CSS Document */

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

/*	MENY	*/
.menu
{
	width:800px;
	height:20px;
	background-color:#47B8D9;	/*	47B8D9,	*/
	margin-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
	float:none;
}
.menu li
{
	float:left;
	list-style:none;
	margin:2px 0px 0px 20px;
}
.menu li a
{
	color:#FFFFFF;
}

/*	CONTENT	*/
.wrapper
{
	width:800px;
	min-height:400px;
	margin:auto;
	margin-top:100px;
}
.divleft
{
	width:400px;
	float:left;
	padding:0px;
}
.divright
{
	width:400px;
	float:right;
	padding:0px;
}
.bottom
{
	width:800px;
	clear:both;
	float:none;
	text-align:center;
	padding-top: 20px;
}
.divmidt
{
	width:800px;
}
.divmidt table td
{
	background-color:#999;
	margin:2px;
	border:#666 solid 1px;
	padding:4px;
	vertical-align:middle;
}

/*	FONTS	*/

p
{
	padding-right:20px;
}
h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding-left:20px;
	color:#333;
	border-bottom:#333 1px solid;
	margin-bottom:10px;
}
h4
{
	margin:3px;
	padding:2px;
	padding-left:20px;
	color:#FFF;
	width:280px;
	background-color:#47B8D9;
}
h5 a, p a
{
	color:#0066FF;				/*	0066FF,CF1E25	*/
	text-decoration:none;
}
a
{
	color:#333333;
	text-decoration:none;
}


/*h4:first-letter
{
	color:#333;
	font-size:18px;
}
*/

/*	IMAGES	*/
.divleft img
{
}

/*	DIV		*/
#whitetable
{
	background:#FFF;
	border:none;
}