/* CSS Document */
body {
	font-family: Arial;
	color: #444444;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	background-color: #FFFFFF;
}

div.container {
	width: 100%;
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
}

a.defLink {
	text-decoration: none;
	color: #444444;
}

a.defLink:hover {
	text-decoration: none;
	color: #888888;
}

a.menu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #955157;
}

a.menu:hover {
	text-decoration: none;
	color: #e4858e;
}

.defTitle {
	color: #000000;
	font-family: Arial;
	font-size: 19px;
	font-weight: 100;
	height: 55px;
}

.catTitle {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	/*height: 45px;*/
}

.redBg {
	background-color: #955157;
}

.menu {
	border: 0px solid #955157;
}

.input {
	border: 1px solid #955157;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}

div.header {
	width: 100%;
}

div.body {
	width: 100%;
	background-color:#d2eadc;
}

div.footer {
	width: 100%;
}

.hrule {
	background-image: url(/images/hrule.gif);
	background-repeat: repeat-x;
	background-position:top;
}

td.icon {
	width: 90px;
	text-align: center;
	height: 80px;
	vertical-align: top;
}

span.selectedCategory {
	font-weight: bold;
	color:#003333;
}

li.selectedCategory {
	margin: 2px;
	list-style-image: url(/images/0116_arrowpixel2.png); 
	padding-left: 20px;
}

li.unSelectedCategory {
	margin: 2px;
	list-style-image: url(/images/0116_arrowpixel2.png);
}

li.error {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}