body
{
/*	background-image: url(images/top_bg.gif); */
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* ************************* LEFT NAVIGATION ************************** */
.left-navigation-shadow
{
	background-image: url(images/left_nav_shodow.gif);
	background-repeat: repeat-y;
}
.left-navigation-header
{
	font-family: Tahoma, Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #819cc9;
	padding-left: 9px;
}
.left-navigation-line
{
	background-image: url(images/dash-line-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 22px;
}
.left-navigation
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5e79a6;
	text-decoration: none;
/*	background-image: url(images/bullet_img.gif); */
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 9px;
}
a.left-navigation:hover
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #ff8008;
	text-decoration: none;
/*	background-image: url(images/bullet_img.gif); */
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 9px;
}

/* ********************* TOP NAVIGATION *********************** */
.top-text
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5372a6;
	text-decoration: none;
	font-weight: bold;
}
.top-text-active
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F97A01;
	text-decoration: none;
	font-weight: bold;
}
a.top-text:hover
{
	color: #ff8008;
	text-decoration: none;
}
.top-navigation
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-right: 23px;
	padding-left: 22px;
	padding-bottom: 13px;
}
a.top-navigation:hover, .top-navigation-active, a.top-navigation-active:hover
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #f87800;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 9px;
	padding-right: 23px;
	padding-left: 22px;
	padding-bottom: 13px;
}

/* *********************************** BOTTOM NAVIGATION ****************************** */
.bottom-navigation-background
{
	background-image: url(images/bot_link_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.bottom-navigation
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #828282;
	text-decoration: none;
}
a.bottom-navigation:hover
{
	color: #f87800;
	text-decoration: none;
}


/* *********************************** PAGE ****************************** */
.page-header1
{
	font-family: Tahoma, Arial;
	font-size: 17px;
	color: #f97a01;
	text-decoration: none;
}
.page-header2
{
	font-family: Tahoma, Arial;
	font-size: 17px;
	color: #284f8d;
}
.page-header3
{
	font-family: Tahoma, Arial;
	font-size: 15px;
	color: #284f8d;
	text-decoration: none;
}
.page-content
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #7a7a7a;
	text-decoration: none;
}
.page-sub-header2
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #eef9fd;
	color: #5e79a6;
	height: 26px;
	text-decoration: none;
}

/* *********************************** GENERAL ****************************** */
.textbox
{
	height: 20px;
	border: 1px solid #dfdfdf;
	font-family: Tahoma, Arial;
	line-height: 19px;
	font-size: 11px;
	text-decoration: none;
	padding-left: 1px;
}
.contact-info-border
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.CommonLabel
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
	
}


.Error
{
	font-family: Tahoma;
	font-size: 11px;
	background-color: #eef9fd;
	color: #5E79A6;
}

a:hover
{
	text-decoration: underline;
}

a
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #7a7a7a;
	text-decoration: none;
}

.gridmouseover
{
	background-color: #FFFFCC;
	height: 20px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.GridRow
{
	background-color: #D7D7D7;
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 20px;
}

.GridAlternateRow
{
	background-color: #F5F5F5;
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 20px;
}

.mid-line-verticle
{
	background-image: url(images/dash-line-verticle.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.box-border
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}



