/* Stylesheets Basic */

body {
	font-family: "Verdana, Arial";
	font-size: 10pt;
	color: rgb(0,51,153);
}

p, TABLE, li, td, div {
	font-family: "Verdana, Arial, Helvetica";
	font-size: 10pt;
	color: rgb(0,51,153);
}

h1, h2, h3 {
	font-family: "Arial";
	font-size:12pt;
	margin : 2pt;
	margin-top:6pt;
	margin-bottom:2pt;
}

a:link {
	text-decoration: none;
	color: rgb(0,51,153);
	font-weight : bold;
}

a:visited {
	text-decoration: none;
	color: rgb(0,51,153);
    font-weight : bold;
}

a:active {
	text-decoration:underline;
	color: rgb(0,51,153);
    font-weight : bold;
}

a:hover {
    text-decoration:underline;
    color: rgb(255,0,0);
    font-weight : bold;
}

a.navtext:link {
	text-decoration:none;
	color:rgb(0,0,0);
}

a.navtext:visited {
	text-decoration:none;
	color:rgb(0,0,0);
}

a.navtext:active {
	text-decoration:none;
	color:rgb(0,0,0);
}

a.navtext:hover {
	text-decoration:none;
	color:rgb(0,0,0);
	border-style:solid;
	border-width:1px;
	border-color:rgb(170,170,170);
	background-color : #CCFFFF;
}
