/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */


/* The "underscore hack" is used in a number of places in this css. It works like this:
body {
    background: green; /* show to Mozilla/Safari/Opera *//*
    _background: red; /* show to IE *//*
}
*/

/* Colors used in the site */



/* --- Divs used for page structure ---*/

html
{
    height:100%;
}

body
{
	font-family:        "Helvetica Neue", Arial, Verdana, Sans-Serif;
    font-size:          11px;  
	background-color:   #FFFFFF;
	padding:            0; 
	margin:             0;
	height:             100%;
}

.clear
{
	clear:          both;	
}
p
{
 margin-top: 15px;    
}

