body,td,a,div,kbd{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

body{
	background-color:#777777;
	background-image:url(../images/backframe.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

td{
	font-size:12px;
	font-weight:bold;
	color:navy;
}

a{
	font-size:10px;
	font-weight:normal;
	color:navy;
}
a:link{}
a:visited{color:#666;}
a:hover{color:blue;}
a:active{}

#photo img{
	/*border:7px ridge #6F8CC4;*/
	border:7px ridge #A54AFF;
	/*border:7px ridge blue;*/
}

#nav{
	position:absolute;
	width:200px;
	height:115px;
	z-index:11;
	left:130px;
	top:333px;
}

#nav .view{
	/*border:7px ridge #6F8CC4;*/
	border:4px ridge #A54AFF;
	/*border:7px ridge blue;*/
}

#captionMain{
	position:absolute;
	width:166px;
	z-index:10;
	left:593px;
	top:90px;
}

#caption a{
	font-size:12px;
	font-weight:bold;
	color:blue;
}

#caption a:link{color:blue;}
#caption a:visited{}
#caption a:hover{color:red;}
#caption a:active{color:#000;}

#titleMain{
	position:absolute;
	width:166px;
	z-index:10;
	left:593px;
	top:10px;
}

#caption span{
	font-size:10px;
	font-weight:normal;
}

#menu{
	position:absolute;
	width:200px;
	height:115px;
	z-index:9;
	left:5px;
	top:20px;
}
#menu span{
	font-size:10px;
	font-weight:normal;
	color:red;
}

.txt{
	background:#ddd;
	border:#000 solid 1px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	position:relative;
	width:150px;
	z-index:1;
	font-weight:bold;
}

#title{
	background:#eee;
	border:#000 solid 1px;
	padding:5px;
	text-align:center;
	position:relative;
	width:150px;
	z-index:1;
}

.txtTitle1{
	font-size:14px;
	font-weight:bold;
	color:#006;
	font-weight:bold;
}

.txtTitle2{
	font-size:14px;
	font-weight:bold;
	color:#00c;
	font-weight:bold;
}

.tiny{
	font-size:10px;
	font-weight:bold;
	color:#000;
}

.hints{
	font-size:9px;
	font-weight:normal;
	color:#000;
}

/*
#caption body{
	color:#f00;
}
*/

kbd {
	white-space: nowrap;
	color: #333;
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}
