@charset "utf-8";
/* CSS Document */

/*PNG Fix for IE5.5 & IE6*/
img, div, table, td {
	behavior: url(design/img/pngfix/iepngfix.htc);
}
/*PNG Fix for IE5.5 & IE6*/

body {
	font-family: "Tahoma", "Arial", "Helvetica", "Sans-serif";
	font-size: 11px;
	background-image: url(../img/bkgr_cid.png);
	background-repeat: repeat-x;
	background-color: #DDDCD6;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001133;
	text-decoration: none;
}

.textBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
