/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines colors and fontstyles ----------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL MARGIN, PADDING AND FONT -------------------------- */

div, p, h1, h2, h3, span, a, table, form, img, hr {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}


/* ------ BODY ----------------------------------------------------- */

body {
	background-color: #f3f3f3;
	margin: 10px 0px 30px 0px;
}


/* ------ FONT STYLES ---------------------------------------------- */

td {
	line-height: 16px;
	font-size: 11px;
	color: #333333;
}

h1 {
	line-height: 22px;
	font-size: 18px;
	color: #4d556f;
	font-weight: bold;
}

h2 {
	line-height: 16px;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.bottomspace, h1, h2, p {
	margin-bottom: 15px;
}

.topspace {
	padding-top: 12px;
	padding-bottom: 21px;
}

.subnav {
	font-size: 10px;
	color: #4d556f;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-align: center;
}


/* ------ IMG/BG STYLES -------------------------------------------- */

.main_bg {
	background-image: url(../images/layout/main_bg.gif);
	background-repeat: no-repeat;
}

.mainmenu_bg {
	background-image: url(../images/layout/mainmenu_bg.gif);
	background-repeat: repeat-x;
}

.submenu_bg {
	background-image: url(../images/layout/submenu_bg.gif);
	background-repeat: repeat-y;
}


/* ------ LINK STYLES ---------------------------------------------- */

a:link, a:visited, a:active {
	color: #000050;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a.root:link, a.root:visited, a.root:active, a.root:hover {
	color: #333333;
	text-decoration: none;
}

a.blue:link, a.blue:visited, a.blue:active {
	color: #4d556f;
	text-decoration: none;
}

a.blue:hover {
	color: #000050;
	text-decoration: underline;
}

/* ------ MISC STYLES ---------------------------------------------- */

.blackborder_bottomspace {
	margin-bottom: 15px;
	border: 1px solid #c2c2c2;
}

/* ------ SITEMAP STYLES ------------------------------------------- */

.sitemap-link {
	font-size: 10px;
	padding: 3px;
	cursor: pointer;
	color: #999999;
}

#sitemap-content {
	display: none;
}

#sitemap-content p {
	margin: 3px 10px;
	color: #999999;
}

#sitemap-content .spacer {
	margin: 7px 10px 2px 10px;
	border-bottom: 1px solid #c2c2c2;
}

#sitemap-content ul {
	margin: 3px 10px;
	padding: 0;
	list-style: none;
}

#sitemap-content li {
	font-size: 10px;
}

#sitemap-content a {
	color: #999999;
	text-decoration: none;
}

#sitemap-content a:hover {
	color: #4d556f;
	text-decoration: underline;
}



/* ------ END CSS FILE --------------------------------------------- */