/*
colors:
grey: 4C4E4F
blue: 1D3F74
green: 62BE2F

*/

body    {text-align: justify;
		font-family: Myriad, sans-serif;
		color: #4C4E4F;
		font-size: 11pt;
		line-height: 1.1;
		}  


a:link {text-decoration: none;
         color:  #1D3F74;
         }
 
 a:visited	{text-decoration: none;
         color:  #1D3F74;
         }    
 
#containingBlock    {
	                position: relative;
                    text-align: left;
                    margin-right: auto;
                    margin-left: auto;
                    width: 803px;
                    padding-top: 20px; 
                    padding-bottom: 8px;
                  	}
                  	
#content	{width: 803px;
			height: 528px;
			/*border-style: solid;
			border-width: 1px;
			border-color: red;*/
			padding-top: 30px; 
            }
            

.float_right	{float: right;
				padding-left: 10px;
				}            

.border	{border: 1px solid #62BE2F; }          
            
.center	{text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		}            

.bold	{font-weight: bold;}            
