@import "/css/nav-menu.css"; /* Horizontal Menu */


body {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #ddd; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: 12px/1.2 Verdana, Arial, Helvetica, sans-serif; PADDING-TOP: 0px
	color: blue;
}

a {
	COLOR: #c00; TEXT-DECORATION: none
}

a:hover {
	TEXT-DECORATION: underline
}

pre {
	FONT-SIZE: 11px;
}

.greek {
	COLOR: #999
}

ol {
	MARGIN-RIGHT: 40px
}

h1,.yr-inline-h1 {	text-decoration: underline;
	/*margin-bottom: -5px;*/
	margin-left: 4px;

	padding-top:10px;
	font-size: 20px;
}

h2,.yr-inline-h2 {
	font-size: 17px;
	font-weight: bold;
	margin-left: 4px;
}

h3,.yr-inline-h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-left: 4px;
}

h4,.yr-inline-h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-left: 4px;
}

h5,.yr-inline-h5 {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin-left: 4px;
}

h6,.yr-inline-h6 {
	font-size: 8px;
	font-style: italic;
	font-weight: bold;
	margin-left: 4px;
}

p,pre {
	margin:0px 10px 10px 10px;
}
		
p{
	margin-top: 10px;
}

ul {
	list-style-type: square;
}

li {
	margin-top: 3px;
	margin-bottom: 10px;
}

li ul li {
	list-style-type: circle;
}

li ul li ul li {
	list-style-type: disc;
}

dt {
	padding-left: 10px;
	margin-top: 5px;
}

dd {
	margin-top: 3px;
	margin-right: 10px;
}

.verticalMenuHeading,.verticalMenuHeading2{
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: center; 
	background: white url(/images/dots.jpg) repeat fixed top left;
	font-size: 11pt;
	font-weight: bold;
}

.verticalMenuHeading2 {
  	padding: 2px 0px 0px 0px;
  	font-size: 9pt;
	background: #333333;
	color: #EEEEEE;	
}


.listoflinks {
	list-style-type: none;

	padding-left: 0px;
	margin-left: 0;

	padding-top: 0px;
	margin-top: 0px;


	padding-bottom: 0px;
	margin-bottom: 0px;
/* vertical-align: bottom; /* This fixes the IE5 Win gap! */
*/
}

.listoflinks li {
	background-color: #CCCCCC;

	margin-top: 0px;
	margin-bottom: 0px;

	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;

	display: block;

}

.listoflinks li a {
	color: white;
	font-weight: bold;
	font-size: 11px;
	display: block;

	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.listoflinks li a:hover {
	background-color: #777777;
	TEXT-DECORATION: none
	display: block;


	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.listoflinks li a:active {
	background-color: #000000 ;
	display: block;
}

.yrcopyright {
	font-size: 9px; 
	margin-left: 10px;

	}


#yrnote {
	font-size: 9px;
	}

/****************
 * alternate row styles for the telephone pages
 ****************/
.rowStyle0 {
	background-color:AliceBlue;
	font-size: 9px; 
}

.rowStyle0Deleted {
	font-size: 9px; 
	background: white url(/images/yr-deleted.gif) repeat fixed top left;
	background-color:lightslategray;
}

.rowStyle1 {
	background-color:AntiqueWhite;
	font-size: 9px; 
}

.rowStyle1Deleted {
	font-size: 9px;
	background: white url(/images/yr-deleted.gif) repeat fixed top left;
	background-color:dimgray;
}

/******************************
 * Intra Page Navigation Menu 
 * (see http://css.maxdesign.com.au/listutorial/01.htm
 ******************************/

.intraPageNav ul {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.intraPageNav ul li {
	background-image: url(/images/doubleArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
background: white url(/images/doubleArrow.gif) no-repeat fixed .1em left;
	padding-left: 19px;
	margin-top: 2px;
	margin-bottom: 2px;
}

