/* CSS Document */

body 
{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
    color:#404040;

}


/*==================text================*/
ul li {
	list-style: disc;
}	

h2{
    font-size:16px;
    color:#1a3259;
    margin-bottom:10px;
    line-height:12px;
}
p{
    margin-top:20px;
    text-align:justify;
}

a{
    color:#27346f;
}