﻿/*
	Common styles / Parallel 56
	
*/

.navigation  
{
    font-size: small;
    text-align:right;
	margin: 5px 0 5px 0 ;
	float: right;
     }

.navigation a
{
    padding: 3px;
   color: #0b3350;
   text-decoration: none;
    }
    
    .navigation a:hover
    {
         color: #378ec7 ;
         text-decoration: underline;
        }

ul.navigation 
{
	list-style:none;
	
}

ul.navigation li {
	margin:0;
	padding-left: 0.5em;
	display: inline;
}

ul.navigation.inline li {float:left;}

h1,h2,h3,h4,h5,h6  
{


}

a img,
img { border: 0;}

p {margin: 0;padding:0;margin-bottom: 0.75em;}

.fc:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.fc { display: inline-block; }

/* Hides from IE-mac \*/
* html .fc { height: 1%; }
.fc { display: block; }
/* End hide from IE-mac */

div.hidden {display:none;}

.input {
    border: 1px solid #006;
    background: #ffc;
}



