@charset "UTF-8";
/* CSS Document */

body, html {
	padding:0px;
	margin:0px;
	border:0px;
	height:100%;
	text-align:center;
	font-family: Myriad Pro, Helvetica;
	font-size:11px;
	color:#666666;
	letter-spacing:0px;
}

body {
	font-size:11px;
	background:url(images/global_page_bg.jpg);
	text-align:center;
	
}

.contentTable {
	border:0px;
	height:100%;
	width:100%;
	font-size:11px;
	vertical-align:top;
	margin:0;
	text-align:center;
	background:url(images/global_content_bg.jpg);
	
}

.inlineContentTable {
	border:0px;
	padding:0px;
	background-position: top;
	background-repeat:repeat-x;
	width:790px;
	font-size:11px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	height:100%;
}

.inlineContentTableHeader {
	text-align:right;
	height:43px;
	vertical-align:top;
}

.copyrightText {
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing:2px;
}

.addressText {
	font-weight:bold;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.form {
	color:#333333;
	font-size:9px;
	border-collapse:collapse;
}
.asterisk {
	color: #669EE1;
	font-weight: bold;
	font-size:11px;
}
