/*
-- metro print-friendly css ---
-- all classes same colours inverted ---
*/

@page {
	size:auto; 
	margin:10%;
	}
.main {                          /*-- main col set---*/
	background:none!important;
	width:600px!important;
	}
.hide {                       /*-- hide side and top menus---*/
	display:none;
	}
.date {  
	font-size: 11pt; 
	font-weight: normal; 
        color: #000000
	}
.detail {
	color: #777888; 
	font-size: 10pt;
        font-weight: normal
	}
.headline {                   /*-- same as h1 but for inline listings---*/
	font-size: 13pt; 
	font-weight: bold; 
	color: #FF3399
	}
.support1 {
	font-size: 11pt; 
	font-weight: normal; 
	color: #FF3399
	}
.pinkbold {
        font-weight: bold;
        color: #FF3399
        }
.pink {
        color: #FF3399
        }
.salmon {
	color: #FF6699;
        }
.salmonbold {
        font-weight: bold;
	color: #FF6699;
        }
.white {
        font-weight: normal;
        color: #000000
        }
.tiny {  
	font-size: 9pt; 
	color: #777888
	}
.decgap,{  
        margin-bottom: -10px;
	}
.decgap2, {  
        margin-bottom: -20px;
	}
p {	
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
        font-weight: normal;
	color : #000000;
        line-height: normal
	}
p.imgcap {	
	text-align: right;
        font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color : #FF6699;
        margin-top: -20px;
        margin-bottom: -8px;
	}
p.listings {	
        font-family: verdana, arial, sans-serif;
	font-size: 11pt;
        line-height: 1.1em
	}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 13pt; 
	font-weight: bold; 
	color: #FF3399
	}
h2 {                   /*-- note reduce bottom margin ---*/
	font-family: verdana, arial, sans-serif;
	font-size: 11pt; 
	font-weight: bold; 
	color : #000000;
        margin-bottom: -10px;
        }
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	scrollbar-face-color: #FFCCCC;
	scrollbar-shadow-color: #FF246A;
	scrollbar-highlight-color: #FF246A;
	scrollbar-3dlight-color: #FF246A;
	scrollbar-darkshadow-color: #FF246A;
	scrollbar-track-color: #FE5B84;
	scrollbar-arrow-color: #FF246A;
	background-color : #FFFFFF;
	color : #000000;
	}
ol {
	font-family: verdana, arial, sans-serif;
        font-size: 11pt;
        margin: 18px;
	padding: 4px;
        }

ol li {     
        list-style-position: outside;
        text-indent: 0pt;
        }
ol.topten {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #FF6699;
        margin: 14px;
	padding: 4px;
        line-height: 1.2em;
        }

ol.topten li{     
        list-style-position: outside;
        text-indent: 0pt;
        {
a:link,
a:visited {
	text-decoration: none;
	border-bottom: 1px solid #FF3399;
	color: #FF3399;
	background-color: transparent;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF3399;
	color: #723852;
	background-color: transparent;
	}
a.pinkbold:link,
a.pink:link,
a.pinkbold:visited,
a.pink:visited {
	text-decoration: none;
	border-bottom: 1px solid #723852;
	color: #FF3399;
	background-color: transparent;
	}
a.pinkbold:hover,
a.pink:hover{
	text-decoration: none;
	border-bottom: 1px solid #FF3399;
	color: #FFFFFF;
	background-color: transparent;
	}

