@charset "windows-1252";
body,html{
	height: 100%;
    width: 100%;
	cursor: default;
}
body,table,tr,td,textarea,input {
	font-size: 10pt;
    font-family: tahoma, verdana, arial;
	padding: 0;
	margin: 0;
}
.menu{
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
	vertical-align: top;
	cursor: hand;
	padding: 0 5 0 0;
    
   	display: block;
	text-decoration: none;
	width: 150;
	line-height: 16px;
	text-align : right;
    float: right;
	position: relative;
}
.menu:hover{
	color: #CC0000;
}
.menuC{
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	vertical-align: top;
	cursor: hand;
	padding: 0 5 0 0;
    
   	display: block;
	text-decoration: underline;
	width: 150;
	line-height: 16px;
	text-align : right;
    float: right;
	position: relative;
}
.menuC:hover{
	color: #CC0000;
}
.opac{
	height: 16; 
	width: 150; 
	filter: alpha(Opacity=50);
	background: url('../layout/opac.png');
}
.menuborder{
	line-height: 2px;
	filter: alpha(Opacity=50);
	background: url('../layout/hr_menu.png');
	width: 150;
	display: block;
	height: 1x;
	font-size:2pt;
}
.contents{
	font-size: 10pt;
    font-family: tahoma, verdana, arial;
	font-size: 10 pt;
	line-height: 17px;
    width: 400;
}
.title{
	font-size:14pt;
    display: block;
}
.pasfoto{
	 float: right; 
     text-align:right; 
     margin-right:50px; 
     font-style: italic
}
a{
	text-decoration: none;
    color : #0033FF;
}
a:hover{
	text-decoration: none;
     color : #6699FF 
}
ul{
	margin-top: 3px;
    margin-bottom: 3px;
}
