body{
	/*background-color: #f8f4ef;
	background-image: url(../images/bg-body-01.png);
	background-position: left top;
	background-repeat: repeat-x;*/
	font-family: Arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

h1,h2,h3,a{
	font-family: "Arial", serif;
}

h1 {
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}

img, table {
	border:0;
}

td 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a{
	color: #0046AD;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.menuItem	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.dialogContent {
	border-color: #808080;
	border-width: 1px; /* 1px */
	border-style: solid; /* solid */
	/*background-color: #FFFFFF;*/
}

div#header{
		/*background-image: url(../images/bg-header-01.gif);
		background-position: left 5px;
		background-repeat: repeat-x;*/
		height: 0px;
		margin-bottom: 0em;
}


