/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: Silver;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #333333;
}
td.header {
	background: #ffffff url(images/headr1.jpg) no-repeat;
	width: 760px;
	height: 160px;
	border-left: thin solid Black;
	border-right: thin solid Black;
}
H1 {
	color: #8B0000;
	font-size: 15px;
	padding: 3px 0 3px 5px;
}
H2.subtitle_home {
	height: 17px;
	background-image:url(images/subtitle_home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
td.content {
	border-left: thin solid Black;
	border-right: thin solid Black;
	border-bottom: thin solid Black;
	padding: 10px 15px 20px 15px;
	width: 50%;
	background: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
p {
	padding-bottom: 5px;
	font-size: small;
}
p.i10 {padding-left: 10px;}
li {
	padding-bottom: 5px;
	font-size: small;
}
hr {
	color:#6699FF;
	width:80%;
	text-align:center;
}
#bmenuz {
	clear: both; 
	padding: 10px 15px 20px 15px;
	width: 50%;
	background: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
#footer {
	clear:
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
}
#footer p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.link {
	color: Blue;
	text-decoration: underline;
}
a.visited, a.hover, a.active {
	color: Red;
	text-decoration: none;
}
a.menu:LINK, a.menu:VISITED,  a.menu:HOVER, a.menu:ACTIVE {
	font-weight: bolder;
	color:#C1C1FF;
	font-size : 10.5px;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align : top;
	text-decoration: none;
}
a.meno:LINK, a.meno:VISITED,  a.meno:HOVER, a.meno:ACTIVE, a.menu:HOVER, a.menu:ACTIVE{
	font-weight: bolder;
	color:#FFFFFF;
	font-size : 10.5px;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align : top;
	text-decoration: none;
}
a.footr:link {
	color: Blue;
	text-decoration: underline;
	font-size: 10px;
}
a.footr:visited, a.footr:hover, a.footr:active {
	color: Red;
	text-decoration: none;
	font-size: 10px;
}
a.menuz:link, a.menuz:visited {
	color: #C1C1FF;
	text-decoration: none;
	font-size: 10.5px;
	font-weight: bolder;
}
a.menuz:hover, a.menuz:active {
	color: #333333;
	text-decoration: none;
	font-size: 10.5px;
	font-weight: bolder;
}