/* Body Classes */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	background-color: #4A5269;
	background-image: url(/images/global/background/global_background.jpg);
	margin: 0px;
}


/* Background Classes */
.bgcolor-mediumgrey {
	background-color: #CACACA;
}


/* Breadcrumb Classes */
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4A5269;
	text-align: left;
	vertical-align: middle;
	height: 19px;
	width: 550px;
}

.breadcrumb a:link {
	text-decoration: underline;
	color: #4A5269;
	font-weight: bold;
	background-image: url(/images/global/background/global_background_pushes.gif);
	vertical-align: top;
	padding: 10px;
	width: 250px;
}

.pushes {
	background-image: url(/images/global/background/global_background_pushes.gif);
	vertical-align: top;
	padding: 10px;
	
}

.pushes-white {
	vertical-align: top;
	padding: 10px;
	
}


.breadcrumb a:visited {
	text-decoration: underline;
	color: #4A5269;
	font-weight: bold;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #4A5269;
	font-weight: bold;
}

.breadcrumb a:active {
	text-decoration: none;
	color: #4A5269;
	font-weight: bold;
}


/* Bullet Class */
.bullet {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/global/icon/global_icon_3dots_green_on_white.gif);
}
.highlight-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	background-image: url(/images/global/background/global_background_highlight_grey.gif);
	background-color: #F1F1F1;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 610px;
}


ul {
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	margin-left: 15;
    border-left-width: 0;
    padding-left: 15;
}


/* Footer Classes */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6E6E6E;
	background-image: url(/images/global/footer/global_footer_background.jpg);
	text-align: center;
	vertical-align: middle;
	width: 970px;
	height: 25px;
}

.footer a:link {
	text-decoration: underline;
	color: #787E8F;
	font-weight: bold;
}

.footer a:visited {
	text-decoration: underline;
	color: #787E8F;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;
	color: #787E8F;
	font-weight: bold;
}

.footer a:active {
	text-decoration: none;
	color: #787E8F;
	font-weight: bold;
}


/* Form Classes */
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #1A2F68;
	background-color: #F2F2F2;
	padding-left: 3px;
	border: 1px solid #495060;
}

.form-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

.form-spacer-height {
	height: 5px;
}

.form-spacer-width {
	width: 5px;
}



/* Highlight Area Classes */
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	background-image: url(/images/global/highlight_area/global_highlight_area_bgcolor.gif);
	text-align: left;
	vertical-align: top;
	width: 230px;
}

.highlight a:link {
	text-decoration: none;
	color: #D3D5DA;
	font-weight: bold;
}

.highlight a:visited {
	text-decoration: none;
	color: #D3D5DA;
	font-weight: bold;
}

.highlight a:hover {
	text-decoration: none;
	color: #EDEEF0;
	font-weight: bold;
}

.highlight a:active {
	text-decoration: none;
	color: #EDEEF0;
	font-weight: bold;
}


/* Image Classes */
.image-border {
	border: 1px solid #B7B8B8;
}


/* Image Classes */
.image-spacing {
	border: 1px solid #B7B8B8;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* Text Classes */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

.text a:link {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}

.text a:visited {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}

.text a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.text a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}


/* Title Classes */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #283760;
}

