/*FOR THE DEFAULTS */
* {  margin: 0;}

html, body {height: 100%; background-color:#FFFFFF;}

body {
margin:0;
padding:0;
height:100%;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
line-height: 15px;
font-size: 11px;
color: #444444; /*changed from 959494 */ 
background:url(../images/bg.gif) repeat-x;
background-color:#FFFFFF;
} 

a:link {color:#ff0000; text-decoration: none;}
a:visited {color:#ff0000; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:underline;}
a:active {color:#ff0000; text-decoration:none;}

a:link {color:#ff0000; text-decoration: none;}
a:visited {color:#ff0000; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:underline;}
a:active {color:#ff0000; text-decoration:none;}

img.ip { margin: 5px 10px 0 0;}
img { margin:0;}

img a {border: none;}

img.right {float: right; margin:0 0 0 10px;}
img.left {float:left; margin:0 10px 10px 0;}
img.center {clear:both}

 {margin: 10px;}

hr {
border: 0;
width: 100%;
height:1px;
background:#d58f98;
color:#d58f98;
margin:10px 0;
}

hr.grey {
border: 0;
width: 100%;
height:1px;
background:#cdcdcd;
color:#cdcdcd;
margin:0 0 10px 0;
clear: both;
}

hr.grey2 {
border: 0;
width: 100%;
height:1px;
background:#cdcdcd;
color:#cdcdcd;
margin:1px 0;
clear: both;
}

	h1 {
	font-family:"Lucida Sans Unicode", Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color:#272751;
	font-weight: bold;
	margin: 10px 0;
	}

	h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #242424;
	margin-bottom: 5px;
	}

	h3 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 3px;
	}	

	h5 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 3px;
	color:#001654;
	}
			
	h6 {
	font-family:"Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:#272751;
	margin-bottom: 5px;
	}
			
	h6.cu {
	margin:5px 0 0 0;
	color: #333333;
	font-weight: bold;
	}
	
	p {
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #444444;
	margin:0 0 15px 0;
	}
	
	p.top {text-align:left; margin:10px 0 0 0;	}
	
	p.niDate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 5px;
	}
	
	strong {font-weight:bold;}

