@font-face {
   font-family: sandra02;
   src: url(../../fonts/sandra02.otf);
   format("opentype");
   }
   
@font-face {
   font-family: sandra02;
   src: url(../../fonts/sandra04.otf);
   format("opentype");
   font-weight:bold;
}

* {
      	margin: 		0px;
      	padding: 		0px;
}

body {       
    	font: 				12pt "sandra02","Arial","Helvetica","Verdana",sans-serif;
    	background: 		#fff;
}

A {
	color:black;
}
table td {
vertical-align:top;
}
.name {
	color:#FFFFFF;
float:left;
font-size:1.4em;
margin:60px 0 0 74px;
}
.head {
		height:				95px;
		background:			#222;		
		/* background:			#222 url(../img/sandra-zarth.gif) right no-repeat; */
}

.spacer {

		height:				61px;
	
}

.text {
	
		font-size:			12pt;
		line-height:			32pt;
		font-weight:			bold;
		/*text-align:			justify;*/
	
		margin-left:		150px;
		float:					left;
		width:				650px;
		
	
}

.navi {
	
		margin-top:		11px;
		float:					left;
		margin-left:		76px;

}

.navi .link {

		height:					48px;
	
}

.navi .link A {

		color:					#434343;
		text-decoration:			none;

}
.navi .act A {

		font-weight:				bold;
}

.info {

		clear:					both;
		padding-top:			200px;	
		margin-left:			76px;
		
}

.info .link A {


		color:					#AFAFAF;
		font-weight:				bold;
		font-size:				9pt;
		text-decoration:			none;
		

}


