/* CSS Document */

body {
	
	color: #666666;
	background-color: #ffffff;
	font-family: sans-serif,Verdana, Arial, Helvetica;
	font-size: 7px;
	

}

input {

	color:  #0054a0;
	font-size: 7px;
	border : 1px solid #417cba;
	background-color : #5b90c4;	

}

/* This class manages the left navigation */

.link
{
    COLOR: #00472F;
    FONT-FAMILY: sans-serif,verdana,Tahoma;
    FONT-SIZE: 8pt;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.link1
{
    COLOR: #00472F;
    FONT-FAMILY: sans-serif,verdana,Tahoma;
    FONT-SIZE: 8pt;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.link:hover
{
    COLOR: #3366FF;
    TEXT-DECORATION: bold;
}

.link:visited
{
    COLOR: ;
}

