/* BASE ELEMENTS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2D9EA;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C4095;
/*	text-align: justify; */
}
a:link {
	color: #6C4095;
}
a:visited {
	color: #6C4095;
}
a:hover {
	color: #6C4095;
}
a:active {
	color: #6C4095;
}

/* TOP NAVIGATION */

.topnavi {
	color: #E2D9EA;
	text-transform: uppercase;
}
.topnavi a:link, .topnavi a:visited, .topnavi a:active {
	color: #E2D9EA;
	text-decoration: none;
}
.topnavi a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* TEXT styles */

p, h1, h2, h3 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 18px;
	margin: 0px;
}
p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 12px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
.smallprint {
	font-size: 11px;
}

/* FORM styles */

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
NAVIGATION STYLES
*/

#nav2 ul {
	font-family: Arial, Helvetica, san-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 {
	color: #666;
	font-weight: normal;
	overflow: hidden;
}	
#nav2 a:link, #nav2 a:visited {
	color: #6C4095;
	text-decoration: none;
} 
#nav2 a:hover, #nav2 a:active {
	color: #6C4095;
	text-decoration: none;
}

/*
BLOCK STYLE: root
*/

#nav2 ul.root {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
#nav2 ul.root li  {
	font-weight: bold;
	padding: 2px 0 2px 17px;	
	border-bottom: 1px solid #DACFE4;
}
#nav2 ul.root li.hasChildren  {
	background-image:  url("../images/navBul.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.root li.selected  {
	background-color: #DACFE4;
	background-image:  url("../images/navBul_selected.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.root li.selected a {
	color: #6C4095;
}

/*
BLOCK STYLE: path
*/

#nav2 ul.path {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	background-color: #EFEFEF;
}
#nav2 ul.path li  {
	font-weight: bold;
	padding: 2px 0 2px 17px;	
	border-bottom: 1px solid #DACFE4;
	background-image:  url("../images/navBul.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.path li.selected  {
	background-image:  url("../images/navBul_selected.gif");
}
#nav2 ul.path li.selected a {
	color: #6C4095;
}

/*
BLOCK STYLE: sub
*/

#nav2 ul.sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #F9F7FB;
}
#nav2 ul.sub li {
	padding: 2px 0 2px 17px;	
	border-bottom: 1px solid #DACFE4;
	background-image:  url("../images/navBul.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.sub li.hasChildren  {
	background-image:  url("../images/navBul.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.sub li.selected {
	background-image:  url("../images/navBul_selected.gif");
	background-position: 5px 6px; 
	background-repeat: no-repeat;
}
#nav2 ul.sub li.title {
    padding-left: 17px;
    background-image: none;
    color: #999;
    border-bottom: 0;
}
#nav2 ul.sub li.selected a {
	color: #6C4095;
}	
#nav2 img {
	display: inline;
}

/*
CONTENT
*/

#content ul {
	list-style-type: square;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
}
#content ul ul {
	list-style-type: none;
	font-weight: normal;
	margin: 0px;
}

/*
FOOTER
*/

#footer {
	padding-top: 7px;
	padding-bottom: 30px;
	font-size: 10px;
}

