table{
	border-collapse: collapse;
}

.menu{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:  #003366;
}
.menu:hover{
	text-decoration: underline;
	color:    #EE7900;
}

.small{
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:  #003366;
}
.small:hover{
	text-decoration: underline;
	color:    #EE7900;
}

.sub_link{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:  #000000;
}

.sub_link:hover{
	text-decoration: underline;
	color:  #003366;
}

.local{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:  #ffffff;
}

.local:hover{
	text-decoration: underline;
}

.local_td{
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:  #ffffff;
	padding-top: 20px;
}

h1{
	font-family: tahoma, sans-serif;
	font-size: 14px;
	color:  #003366;
}

h2{
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color:  #EE7900;
	text-decoration: underline;
}

.right{
	color:#01274C;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.right:hover{
	text-decoration: underline;
}

.red_arrow{
	list-style-image: url('img/red_arrow.gif')
}

.orange_arrow{
	list-style-image: url('img/orange_arrow.gif')
}

.offer_text{
	color:#01274C;
	font-family: tahoma, sans-serif;
	font-size: 13px;
}

.first_letter{
	color:#D42828;
	font-size: 14px;
}

.plain_text{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	text-align: justify;
}

i{
	font-size:10px;
	color:#868686;
	text-decoration: none;
}


