/* typography.css is includes in the cms */

@import "cms_and_public.css";


/*************************************************************************/
/*	CDO typography */ 

#Main * {
	font-family: "Lucida Grande", Arial, sans-serif;
	list-style: none;
}


/* bread */
p, .p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}

/* dropdown menu */
.sf-menu * {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif !important;
}

/* dropdown menu main */
.sf-menu li a {
	font-size: 13px !important;
	font-weight: bold;
}

/* dropdown menu sub */
.sf-menu li li a {
	font-size: 11px !important;
	font-weight: normal;
	
}

/* right menu */
#Menu2, #Menu3 {
	font-size: 13px;
	line-height: 20px;
}


/* Headers */


h1 {
	font-family: "Courier New", Courier, serif !important;
	font-size: 40px !important;
	font-weight: normal;
	color: #4c823f; /* green */
	line-height: 42px;
	margin: 20px 0 30px 0;
}


h2 {
	font-family: "Courier New", Courier, serif !important;
	font-size: 30px !important;
	font-weight: normal;
	color: #ffcd48; /* yellow */
	text-decoration: none;
	margin-bottom: 0;
}

	a h2:hover {
		text-decoration: underline;
	}


h3 {
	font-family: "Courier New", Courier, serif !important;
	font-size: 22px !important;
	font-weight: bold;
	color: #8b988f; /* grey */
	text-decoration: none;
	width: 100%;
	border-top: 2px dotted #cae0c6;
	margin: 30px 0 6px 0;
	padding-top: 10px;
}


h4 {
	font-size: 18px !important;
	color: #555d57;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 13px !important;
	text-align: left !important;
	width: auto;
}



/* Links */
a { text-decoration: none; }

p a, 
p a:visited, 
.box a,
#SearchResult a {
	font-size: 13px;
	color: #01009a; /* blue */
	text-decoration: none;
}

.box a {
	font-weight: bold;
}

p a:hover,
.box a:hover,
#SearchResult a:hover {
	text-decoration: underline;
}

.pdf {
	background: url(../images/icons/page_white_acrobat.png) no-repeat left;
	padding-left: 20px;
}


/* Color classes */
.blue { color: #01009A }
.yellow { color: #ffcd48 }
.white { color: white; }
.lightgreen { color: #e7efe6 }


/* Misc */

small, .small {
	font-size: 10px !important;
	text-decoration: none;
	color: black;
}

.ingress {
	font-size: 17px;
	color: #caddc7;
	line-height: 22px;
	width: 95%;
}

.arrows { 
	background: url(../images/arrows-tree.gif) no-repeat center;
	text-decoration: none !important;
	padding: 0 15px 0 0;
	margin: 0 0 0 5px;
}

.start-page-image {
	position: relative;
}

#SearchResult p {
	color: white;
}

/* News title */
#News .title a { font-size: 14px; font-weight: normal;}

