/**
*TODO This header requires comments.
*
*
*@version 1.0 (17/05/2007)
*@since EC 1.0
*/
/* general text formatting */
body {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
	text-decoration : none;
}
td {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
	text-decoration : none;
}

img {
	border: 0px;
}
input { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E711B;
}

textarea { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E711B;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration : underline;
}
a:hover  {
	color : #709020;
	text-decoration : none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-decoration : none;
}
.text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

table.windowframe {            
	border: 1px solid #78866B; 
}
.subtitles_green {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #709020;
	text-decoration: none;
	font-weight: bold;
}
.footer_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-decoration: none;
}
.email_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
/* table styles */

table.general {
	border: 2px solid #999999;
}
td.main_cell {
	border: 2px solid #999999;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 0px;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
}