/* CSS Document */
/* CFO group */


/* --- Standard elements---*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}	


p {
	line-height: 1.4em;
	color: #606060;
	padding: 0px 12px 0px 12px;/* --- top, right, bottom, left --- */
	font-size: 80%;
	margin-top: 0.2em;
	}

h1 {
	font-size: 140%;
	line-height: 1.4em;
	color: #990101;
	margin-bottom: 0.5em;
	padding: 0px 12px 0px 12px;/* --- top, right, bottom, left --- */
	}
h2 {
	color: #606060;
	line-height: 1.2em;
	font-size: 100%;
	margin-bottom: 0.5em;
	margin-top: 0px;
	padding: 0px 12px 0px 12px;/* --- top, right, bottom, left --- */}

a {
	color: #990101;
	text-decoration:underline;
	}	
a:visited {
	color: #990101;
	text-decoration:underline;
	}	
a:hover {
	color: blue;
	text-decoration:underline;
	}	
	
li {
	color: #606060;
	line-height: 1.8em;
	list-style-type: disc;
	font-size: 80%;
	padding: 0px 8px 0px 0px;/* --- top, right, bottom, left --- */}

.navigation {
	color: #999999;
	font-size: 70%;
	font-weight: bold;
	padding: 0px 28px 0px 6px;
	
}

.navigation a {
	color: #606060;
	text-decoration: none;
	font-weight: bold;}
	
.navigation a:visited {
	color: #606060;
	text-decoration: none;
	font-weight: bold;
	}
	
.navigation a:hover {
	color: #990101;
	text-decoration: none;
	font-weight: bold;
	}
	

.navigation_div {
	color: #606060;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	}
	
/* --- Vertical dashed line--- */
.vertical_rule {
	background-repeat: repeat-Y;
	background-image: url(images/dash_v.gif);
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;}


/* --- main footer --- */	
.footer {
	color: #999999;
	font-size: 70%;
	padding: 4px 4px 4px 4px;}
	
.footer a {
	color: #606060;
	text-decoration: underline;
}
.footer a:visited {
	color: #606060;
	text-decoration: underline;
}
.footer a:hover {
	color: blue;
	text-decoration: underline;
	}


.form {
	line-height: 1.4em;
	color: #606060;
	padding: 0px 12px 0px 12px;/* --- top, right, bottom, left --- */
	font-size: 80%;
	margin-top: 0.2em;
	}
.home_into {
font-size: 100%;
	}