/* 
CSS defined here:
-- All color information
-- borders 
-- background images + position
*/

body { background: #CCCCCC; }


a,
a:link,
a:visited,
a:active {color: #333333;}

/*
#sidebar a,
#sidebar ul ul a.parent-open {color: #333;}

#sidebar a.parent
{
	background-image: url(../images/Arrow/arrow_right_GR.gif);
}
#sidebar a.parent-open
{
	background-image: url(../images/Arrow/arrow_down_W.gif);
}
#sidebar ul ul a.parent-open
{
	background-image: url(../images/Arrow/arrow_down_GR.gif);
}
#sidebar a.child
{
    background-image: none !important;
}
#sidebar h4 {
	color: #333;
}*/

#content h2 {
	color: #333;
}