/* ------------------------------------------*/
/* ---------->>> COMMON <<<-----------------*/
/* ----------------------------------------*/

/* 
All non site specific styling  
*/

img
{
border: 0;
}

.clearBoth, .clear
{
clear: both;
}

p 
{
margin-top: 1em;
padding: 0;
}

ul, li

{
margin: .7em 0 .5em 1em;
}

.left {
margin: 0px 12px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textleft {
text-align: left;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.italic
{
font-style:italic;
}

.hide {
display: none;
}



