/***************************************************/
/*** BODY***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
}

	/*#content-frame { overflow-y: scroll; }*/
td { font-size: 12px; }

/***************************************************/
/*** HTML ELEMENTS ***/
h1 {
	font-size:14px;
	color:#46A29F;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	
}

h2 {
	font-size:14px;
	margin: 0px 0px 5px 0px;
}

/***************************************************/
/*** LINK ELEMENTS ***/

a:link, a:active, a:visited, a:hover {
	color: #46A29F;
}

/***************************************************/
/*** CONTAINER ***/
#container {
	
	top: 0px;
	left: 0px;
	width: 978px;
	margin: 0px auto;
	text-align: left;
}


/***************************************************/
/*** CONTENT ***/
#content {
	top: 20px;
	left: 0px;
	width: 978px;
	float:left;
	margin: 0px auto;
	
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
}

div.c{
	padding-left: 17px;
	*padding-left: 17px;
}

/***************************************************/
/*** LOGO ***/
#logo {
	float: left;
	margin-left: 20px;
}

#header {
	margin-top: 30px;
	width: 968px;
	float: left;
	margin-left: 2px;
	_margin-left: 1px;
}


/***************************************************/
/*** LEFT MENU ***/
#leftnav {
	width: 190px;
	float:left;
	margin-top: 40px;
}

#leftnav ul{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#leftnav li{
	padding: 3px 10px 3px 10px; 
}

#leftnav li.sub {
	padding-left: 28px;
	font-size: 11px;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active, #leftnav a:hover{
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

#leftnav a:link.act, #leftnav a:visited.act, #leftnav a:active.act, #leftnav a:hover.act,
#leftnav a:link.subact, #leftnav a:visited.subact, #leftnav a:active.subact, #leftnav a:hover.subact {
	color: #46A29F;
}

leftnav a:link.act, #leftnav a:visited.act, #leftnav a:active.act, #leftnav a:hover.act {	
	font-weight: bold;
}
/***************************************************/
/*** TEXT ***/
#text {
	width: 680px;
	float: left;
	line-height: 16px;
	margin-top: 43px;
}


/***************************************************/
/*** BOTTOM ***/
#top-line {
	width: 972px;
	height: 8px;
	float: left;
}

/***************************************************/
/*** BOTTOM ***/
#bottom-line {
	width: 972px;
	height: 8px;
	float: left;
	margin-top: 10px;
}

/***************************************************/
/*** FOOTER ***/
#footer {
	width: 972px;
	height: 35px;
	margin-top: 40px;
	font-size: 10px;
	float: left;
	text-align: center;
}

#footer-text {
	width: 700px;
	padding: 4px 10px 4px 10px;
	background-color: #eeeeee;
	text-align: center;
	color: #666666;
}


/***************************************************/
/*** TERMINE ***/
#termine td {
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px dotted #aaaaaa;
	height: 38px;
}

.dark {
	background-color: #dddddd;
}

.light {
	background-color: #eeeeee;
}

#termine td.head {
	border-right: none;
}

tr {
	border-right: none;
}


/***************************************************/
/*** COMMON CLASSES ***/
.error {
	color:#ff0000; 
	font-weight:bold;
}

a:link.newsletter_list, a:visited.newsletter_list, a:active.newsletter_list, a:hover.newsletter_list {
	color:#000000;
}