BODY {
	font-family: "Arial", "Tahoma";
	font-size: 9pt;
} 
A:link {
	color: blue;
	text-decoration: none;
	font-style : normal;
	

} 
A:visited {
	color: #9900cc;
	text-decoration: none;
	

} 
A:hover {
	text-decoration: none;
	color : Red;
	
}
A.internal:link    {
	color: blue;
	text-decoration: none;
	

	
} 
A.internal:visited {color: #9900CC; text-decoration: none } 
A.internal:hover   {
	color: Fuchsia
	
}

H1 {
	font-size: 18pt;
	font-family: arial;
	color : Navy
}   
H2 {
	font-size: 12pt;
	font-family: Arial;
	color : Navy;
	font-weight : bold;
	
}
H3 {
	font-size:14pt;
	font-family: arial;
	color : Navy;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:0 0 0 0;
    background-color:#ff7777;
    border:none;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:70%;
    line-height:70%;
    text-decoration:none;
    color:#333;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:11px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:11px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#ef4747;
    border:none;
    color:#fff;
}
.buttons a:active{
    background-color:#ff7777;
    border:none;
    color:#000;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#007777;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:none;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:none;
    color:#fff;
}

