/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	background:#fff url(images/bg.jpg) top left repeat-x;
	color:#236195;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	width:100%;
	height:100%;
}

h1 {
	margin:0 0 0 21px;
	padding:0;
	font-size:20pt;
}

p {
	margin:21px;
	font-size:8pt;
	color:#033c6d;
}

table.cf_main {
	width:980px;
}

/* Top */
table.cf_main td#col_m_1 {
	border-left:1px solid #81a7ce;
	background:#fff;
}

table.cf_main td#col_m_2 {
	border-left:1px solid #81a7ce;
	border-right:1px solid #81a7ce;
	background:#fff url(images/top_logo_bottom.jpg) top center no-repeat;
}

table.cf_main td#col_m_3 {
	border-right:1px solid #81a7ce;
	background:#fff;
}

/* Content */
table.cf_main td#col_c_1 {
	border-left:1px solid #81a7ce;
	background:#fff;
}

table.cf_main td#col_c_2 {
	border-left:1px solid #81a7ce;
	border-right:1px solid #81a7ce;
	background:#fff;
}

table.cf_main td#col_c_3 {
	border-right:1px solid #81a7ce;
	background:#fff;
}

/* Bottom */
table.cf_main td#col_b_1 {
	border-left:1px solid #81a7ce;
	border-bottom:1px solid #81a7ce;
	background:#fff;
}

table.cf_main td#col_b_2 {
	border-left:1px solid #81a7ce;
	border-right:1px solid #81a7ce;
	border-bottom:1px solid #81a7ce;
	background:#fff;
}

table.cf_main td#col_b_3 {
	border-right:1px solid #81a7ce;
	border-bottom:1px solid #81a7ce;
	background:#fff;
}

table.cf_gaverder {
	margin:15px 0 15px 0;
}

table.cf_gaverder td a {
	text-decoration:none;
	font-size:13pt;
	font-weight:bold;
	color:#236195;
}

td.cf_footer a {
	font-size:8pt;
	font-weight:bold;
	color:#bbb;
}

div.cf_footer {
	margin:3px 0 0 0;
}

/* List */
div.cf_list {
	margin:21px 0 0 36px;
}

div.cf_list ul li {
	margin-top:5px;
}

div.cf_list ul li a {
	font-size:10pt;
	font-weight:bold;
	color:#236195;
}	
