/* CSS Document */

.topbar_links{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;

}

a.topbar_links:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: underline;

}

.plus{
	font-family: Tahoma;
	font-size: 9px;
	color: #4C6FAA;
	text-decoration: none;

}

.blue_bg{
	background-color: #103F8D;

}

.dark_blue_bg{
	background-color: #0D3577;

}

.welcome{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background-color: #0D3577;

}

.heading{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

.topbar_end{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4C6FAA;
	border-left-color: #4C6FAA;

}

.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C6FAA;
}

.text{
	font-family: Tahoma;
	font-size: 11px;
	color: #C5D1E4;
	text-decoration: none;
}

.small_text{
	font-family: Tahoma;
	font-size: 9px;
	color: #C5D1E4;
	text-decoration: none;
}

.bold_text{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C5D1E4;
	text-decoration: none;
}

.btn_text{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.btn_text:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.search_heading{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A5685;
}

.search_links{
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C6FAA;
}

a.search_links:hover{
	font-family: Arial;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	background-color: #4C6FAA;
}

.footer_links{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_links:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
