@charset "UTF-8";
/* CSS Document */


			html, body {
                /*height: 100%;*/
                /*overflow: hidden;*/
				color:#666;
				font-family:Verdana, Geneva, sans-serif;
				font-weight: bold;
            }
            body {
                background: #FFFFFF;
                font: 76% Arial, sans-serif;
                margin: 0;                
            }
            #content {
                /*height: 100%;*/
				margin:10px auto  auto 100px;
				width:auto;
				height:auto;
            }
			
			/*a , a:hover, a:visited, a:active{
				font-size:10px; 
				color:#CCC;
				font-family:Verdana, Geneva, sans-serif;
			}*/
			.greenBold, .greenBold a {
				color:#090;
				font-size:12px;
				font-weight:bold;
			}
			
			 .greenBold a:hover, .greenBold a:visited, .greenBold a:active {
				color: #090;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
			}
			
			
			.greyBold, .greyBold a {
				color:#999;
				font-weight:bold;				
			}
			
			.greyBold a:hover, .greyBold a:visited, .greyBold a:active{
				color:#999;
				font-weight:bold;
				text-decoration:none;
			}
			
			p{
				margin:10px 100px 10px auto;
			}
			
			
			

