@font-face {
    font-family: 'Menaion';
    src: url('../fonts/menaion.eot');
    src: url('../fonts/menaion.eot?iefix') format('eot'),
	 url('../fonts/menaion.woff') format('woff'),
         url('../fonts/menaion.ttf') format('truetype'),
         url('../fonts/menaion.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
       font-family: Menaion;
       color: #650000;
       background-image:url(../img/bg_.gif); 
}


.mnn {
       font-family: Menaion;
       color: #650000;
}


.pg {
       font-family: Courier;
       color: gray; 
}


span.vbr {
	/*text-decoration: underline;*/
	border: 1px solid #566775;
	padding: 0 3px;
}

span.cnt {
       font-family: Courier;       
       color: gray; 
//       background-image:url(../img/bg_.gif); 
}


span.title {
       font-family: Times New Roman;       
       font-size: 20pt;       
       font-weight: bold;
       color: black;
}

span.query_form {
       font-family: Times New Roman;       
       color: black;
}

span.prompt {
       font-family: Times New Roman;       
       color: black;
       font-weight: bold;
}

a {
	white-space:nowrap;
}

A:link.controlLink,A:visited.controlLink,A:active.controlLink,A:hover.controlLink {
  text-decoration:none;
  color:#650000;
  font-weight:bold;
  font-size:10px;
}

A:link.helplink, A:visited.helplink, A:active.helplink, A:hover.helplink 
{
	text-decoration: none; 
	font-size:12px;
	font-weight:bold; 
}

.valign_top
{
	vertical-align: top;
}

.lr
{
	line-height: 1.2em;
	position:absolute; 
	white-space:nowrap;
	display:block;
}

.lr2
{
	line-height: 1.2em;
	white-space:nowrap;
	display:block;
	position:relative;
}

.query_form_label
{
	font-family: Verdana, Arial, serif; 
	font-size: 13px;
	white-space:nowrap;

}