﻿a {
				color: #045D99;
}
a:visited {
				color: #045D99;
}
a:active {
				color: #045D99;
}
a:hover {
				color: #045D99;
}

td.footerTextBig a {
				text-align: center;
				color: #FFFFFF;
				font-family: Cambria;
				font-size: medium;
				text-decoration:none;
}
td.footerTextBig {
				text-align: center;
				color: #FFFFFF;
				font-family: Cambria;
				font-size: medium;
				text-decoration:none;
}
td.footerTextSmall {
				text-align: center;
				color: #FFFFFF;
				font-family: Cambria;
				font-size: small;
}
.noBorder {
				border-width: 0;
}
td.blueBackground {
				background-color: #045C97;
}
.tableHeader {
	border-color: #045D99;
	font-family: Algerian;
	font-size: medium;
	color: #FFFFFF;
	background-color: #045D99;
}
.border {
	border:thin #045D99 solid;
}
.leftBorder {
	background-image: url('GlossyHorizontalMenu/menub_bg_left.gif');
}
.rightBorder {
	background-image: url('GlossyHorizontalMenu/menub_bg_right.gif');
}

/*--------------------------------------FAGsPAGE----------------------------------------------*/

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #EEF5D3;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}

.faqHeader {
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	text-align:left;
}

/*--------------------------------------FAGsPAGE----------------------------------------------*/

/*-------------------------------------NAVIGATION MENU----------------------------------------*/

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url("GlossyHorizontalMenu/menub_bg.gif") repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu1{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url("GlossyHorizontalMenu/menub_bg1.gif") repeat-x; /*tab background image path*/
	height: 5px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url("GlossyHorizontalMenu/menub_hover_left.gif") no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url("GlossyHorizontalMenu/menub_hover_right.gif") no-repeat right top; /*right tab image path*/
}

/*-------------------------------------NAVIGATION MENU----------------------------------------*/
