a {
	color :  #00008B;
	text-decoration : underline;
}
a:visited {
	color: #00008B;
}
a:hover {
    color : #9932CC;
}

a.maillink {
	color : #F2D7E3;
	text-decoration : underline;
}
a.maillink:visited {
	color: #F2D7E3;
}
a.maillink:hover {
    color : #00008B;
}

body{ 
scrollbar-base-color: #DCA8B5;
scrollbar-arrow-color: #FFFFF6;
scrollbar-shadow-color: #272D47;
scrollbar-face-color: #63709D;
scrollbar-highlight-color: #DCA8B5;
}

.input_field_400		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 12px;
	width: 400px;
	background : #FFF0F5;
}

.input_field_200		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 12px;
	width: 200px;
	background : #FFF0F5;
}


.input_field_100		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 12px;
	width: 100px;
	background : #FFF0F5;
}


.input_field_250		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 12px;
	width: 250px;
	background : #FFF0F5;
}


.input_field_gen		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 12px;
	background : #FFF0F5;
}

.input_field_arrival		{
	border: 1px solid Purple;
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	FONT-SIZE: 11px;
	background : #FFF0F5;
}

.table_rates {
	border-width: 1px;
	border-style: solid;
	border-color: #993366;	
}

.div_error_msg {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #993366;
	border-width: 1px;
	border-style: solid;
	border-color: #993366;
		
}
