@charset 'UTF-8';

strong {font-weight:bold;}
em {font-style:italic;}

body {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
}

.hiddenText {
	display:none;
}

a { 
	color:#006533;
}

a:hover { 
	text-decoration:none;
}

p {
	text-align:justify;
	margin-bottom:20px;
	line-height:1.5em;
}

h2 {
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}

h3 {
	font-weight:bold;
	margin-bottom:5px;
	
}

h2.green {
	color:#006533;
}

a.singleLink { 
	display:block;
	margin-bottom:10px;
	color:#990000;
	font-weight:bold;
	padding-left:13px;
	background:url(/images/layout/linkli.gif) 0 5px no-repeat;
}

a.singleLink:hover {
	text-decoration:none;

}

table { 
	border:1px #CCCCCC solid;
	font-size:0.9em; 
	margin-bottom:20px;
	min-width:297px;
	_width:297px;

}

table th { 
	font-weight:bold;
} 

table th, td {
	padding:3px 20px;
	text-align:left;


}

table tr.licha {
	background-color:#CCCCCC;


}

hr {
	background:none;
	height:1px;
	line-height:1px;
	border-bottom:1px #CCCCCC solid;
}



