html {
	width: 100%;
}

body {
	font-family: verdana, arial, tahoma;
	font-size: medium;
	color: #535353;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}

table.parent {
	width: 100%;
	height: 100%;
	padding: 0px;
}

table.child_logo {
	height: 74px;
	background-color: #529e9d;
}

table.child_flash {
	height: 100px;
	background-color: #ACC9E6;
}

table.gc_flash {
	height: 100px;
}

table.gc_content {
	height: 100px;
	background-color: #ffffff;
}

table.footer {
	background-color: #ababcd;
	width: 100%;
	height: 30px;
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
}

table.footer a {
	color: #ffffff;
}

table.footer a:hover {
	text-decoration: none;
	background-color: #ababcd;
	color: #000000;
}

table.footer a:visited {
	color: #2e327f;
}

.menu {
	background-image:url(../images/menu_bg.gif);
	height: 30px;
}

input {
	padding: 2px;
	font-family: verdana, arial;
	font-size: 9pt;
	color: #535353;
}

select {
	padding: 2px;
	font-family: verdana, arial;
	font-size: 9pt;
	color: #535353;
}

.color1 {
	background-color: #2e327f;
}

.color2 {
	background-color: #ababcd;
}

.main_content {
	line-height: 160%;
	padding-left: 8px;
	padding-top: 8px;
	font-size: 9pt;
}

.ads {
	color: #a2a2a2;
	font-family: lucida sans, verdana, arial;
	font-size: 11pt;
}

.ads a {
	color: #a2a2a2;
	text-decoration: none;
}

.ads a:hover {
	color: #a2a2a2;
	text-decoration: none;
}

.ads a:visited {
	color: #a2a2a2;
	text-decoration: none;
}

.page_header {
	font-weight: bold;
	font-size: 11pt;
}