@charset "UTF-8";
BODY
{
    BACKGROUND-COLOR: orange;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial, Verdana
}
A:visited
{
    COLOR: black;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A:link
{
    COLOR: black;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A:hover
{
	BACKGROUND-COLOR: none;
	BACKGROUND-IMAGE: none;
	BACKGROUND-REPEAT: repeat;
	COLOR: red;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A.airlines:link {color:black; font-size:13px;  font-weight: none; text-decoration:none}
A.airlines:visited {color:black;  font-size:13px; font-weight: none; text-decoration:none}
A.airlines:active {color:black;  font-size:13px; font-weight: none; text-decoration:none}
A.airlines:hover {color: black; font-size:13px; font-weight: none; text-decoration:none}


.button {
	background-color: white;
}


select {
	font-family:Arial, Verdana;
	font-size:14px; 
}
.Legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}




A.RagBrai:visited
{
    COLOR: Blue;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.RagBrai:link
{
    COLOR: Blue;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.RagBrai:hover
{
    BACKGROUND-COLOR: orange;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    COLOR: red;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.Legal_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.03em;
}
.Legal_link a {
	text-align: right;
}
