/* VYM specific elements*/

.vym-header{ 
	width:96%; 
	padding:2%; 
	margin-bottom:10px; 
	border:solid 1px black; 
	background-color:#f0f0f0; 
	text-align:center; 
	vertical-align:center;
	font-size: 2em;
}
.vym-imagemap{ 
	width:96%; 
	padding:2%; 
	margin-bottom:10px; 
	border: 0px; 
	text-align:center; 
	vertical-align:center;
}
.vym-BoxBottom { 
	padding:10px; 
	font-size:0.7em; 
	border:solid 1px black; 
	margin:0; 
	background-color:#f0f0f0; 
}
.vym-BoxBottomR		
{ 
	padding-top:1em; 
	color:#676767; 
	text-align:right; 
}
.vym-footer { 
	width:100%; 
	border:1;
}
.vym-footerL { font-size:0.7em; color:#676767; text-align:left; }
.vym-footerC { font-size:0.7em; color:#676767; text-align:center; }
.vym-footerR { font-size:0.7em; color:#676767; text-align:right; }

.vym-url {} 

.vym-branch0 { 
	color:#000000;  
	font-size: x-large;
	font-weight: bold;
}
.vym-branch1{
	font-size: normal;
	font-weight: normal;
}
.vym-branch2{
	font-size: 0.5em;
	font-weight: normal;
}
.vym-branch3{
	font-size:0.5em;
	font-weight: normal;
}
.vym-branch4{
	font-size:0.5em;
	font-weight: normal;
}
.vym-branch5{
	font-size:0.5em;
	font-weight: normal;
}
.vym-branch6{
	font-size:0.5em;
	font-weight: normal;
}
.vym-branch7{
	font-size:0.5em;
	font-weight: normal;
}

.vym-htmlnote{ 
	width:96%; 
	border: solid 1px black; 
	border-color: #000000;
	background-color: #eeeeee; 
	font-size: 0.5em;
	font-weight: normal;
	padding: 5px;
}

.vym-note { 
	width:100%; 
	border: solid 1px black; 
	border-color: #000000;
	background-color: #eeeeee; 
	font-size: 0.5em;
	font-weight: normal;
}

h1  {
	font-size : 18pt;
	font-weight : bolder;
	font-style : normal;
	color : #FFFFFF;
	position: static;
	top: 2px;
	left: 15px;
	background-color: #800000;
	padding: 0.8%;
	margin: 10px 0px 10px;
	width: auto;
	font-family: "SimSun", Arial Black;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-color: #FFCCCC;
}


h2  {
	font-size : 12pt;
	font-family : "SimSun", "Helvetica", "sans-serif";
	font-style : normal;
	color : #990000;
	background-color: #FFEEEE;
	padding: 3px 5px;
	width: auto;
	font-weight: normal;
	border: 1px dashed #CC0000;
}

h3  {
	font-size : 12pt;
	font-family : "SimSun";
	font-weight : bold;
	font-style : normal;
	color : #333333;
}