/*
         Images
        */

        body{
	background-color: #fdfdfd;
	border: none;
}
        #logo{
            width: 250px;
            height: 250px;
            float: left;
            margin-right: 20px;
            border: 1px solid #666666;
        }
        /*
         Structure
        */

        .container{
            width: 98%;
			margin: auto;
            padding-top: 20px;
            /*border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            padding-right: 10px;
            padding-left: 10px;*/
            font-size: 12px;
            font-family: georgia, sans-serif, serif;
            
        }
        .heading{
		  		width: 98%;
				margin: auto;
				margin-top: 5px;
            margin-bottom: 10px;
           /* border-bottom: dotted 1px #cc9900;*/
            height: 100px;
        }
        div.menu{

            text-align: center;
            padding-bottom: 15px;
            border-bottom: dotted 1px #cc9900;
        }
        /*
         Text
        */
        .smalltitle{
            color: #666666;
            font-size: 34px;
        }
        .section{
            color: #cc9900;
            font-size: 14px;
        }
        .text{
            color: #666666;
            font-size: 14px;
        }
        a.menu{
            margin-left: 20px;
            margin-right: 20px;
            font-size: 14px;
            color: #cc9900;
            font-weight: bold;
            text-decoration: none;
        }
        a.menu:hover{
            color: #666666;           
        }
        p{
            margin: 10px;
        }
        div.intro{
            color: #333333;
            text-align: justify;
            margin-top: 20px;
        }
        p.number{
            margin-top: 20px;
            padding-top: 15px;
            /*border-top: dotted 1px #cc9900;*/
            text-align: center;
            color: #cc9900;
            font-size: 20px;
        }
        p.numbertitle{
            font-size: 20px;
            font-style: italic;   
        }
        li.article{
            margin-top: 0px;
            margin-bottom: 40px;
            font-size: 14px;
        }
        a.article{
            color: #cc9900;
            font-style: italic;
            display: block;
        }
        td.left{
            width: 25%;
            vertical-align: top;
        }
        td.right{
            vertical-align: top;
        }