/*-----------------------------------------------------
	basic rules
-----------------------------------------------------*/

body,form,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,th,blockquote,code,pre {
	padding: 0px;
	margin: 0px;
}

div.wrapper {
	float: none;
	clear: both;
}

div.wrapperEnd {
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/*-----------------------------------------------------
	links and images
-----------------------------------------------------*/

a {
	color: #760E0E;
	text-decoration: none;
}

a:hover, a:focus {
	color: #A90606;
	text-decoration: none;
}

a:visited {
	color: #8C77A8;
	text-decoration: none;
}

a img {
	border: 0px none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*-----------------------------------------------------
	fonts
-----------------------------------------------------*/

body,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,th,blockquote,code,pre,
input,select,option,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

p,h1,h2,h3,h4,h5,ul,blockquote,code {
	margin-bottom: 1.4em;
}

div.paragraph {
	margin-bottom: 1.4em;
}

/*-----------------------------------------------------
	defualt list
-----------------------------------------------------*/

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

ul li {
	background-image: none;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------
	table, tr, td
-----------------------------------------------------*/

th {
	text-align: left;
	font-weight: bold;
}

.displayGreyCategories {
padding-left: 63px;
color:grey;
}