@import url("../../version/javascript/dijit/themes/claro/claro.css");

A:link {
    text-Decoration:underline;
        color: black;
}

A:visited {
    text-Decoration:underline;
    color: black;
}

A:active {
        text-Decoration:none;
        color: #006650;
}

A:hover {
        color: #black;
}

.claro {
	
	height:150%;
}

BODY {
        font-family: "calibri", Arial, sans-serif;
        font-size: 12pt;
        margin:0;
        padding:0;

background: #006650; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #006650 0%, #8dc5ba 50%, #d1ffed 51%, #006650 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#006650), color-stop(50%,#8dc5ba), color-stop(51%,#d1ffed), color-stop(100%,#006650)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #006650 0%,#8dc5ba 50%,#d1ffed 51%,#006650 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #006650 0%,#8dc5ba 50%,#d1ffed 51%,#006650 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #006650 0%,#8dc5ba 50%,#d1ffed 51%,#006650 100%); /* IE10+ */
/* background: linear-gradient(135deg,  #006650 0%,#8dc5ba 50%,#d1ffed 51%,#006650 100%); /\* W3C *\/ */
background: linear-gradient(to bottom, #8dc5ba 20%, #008D71 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006650', endColorstr='#006650',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}
