body, html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	background-image: url('images/body_graylines.gif') ;
	font-family: 'Arial', sans-serif;
}
#main {
	width: 100%;
	height: 100%;
	text-align: center;	// ie centering
	font: normal 12px arial;
	color: #333;
}
#table_main {
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
#td_main {
	width: 100%;
	height: 100%;
}
#table_body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 5px 0 0 0 ;
	border-style: solid;
	border-color: #333;
	border-width: 0 1px;
}
#td_body {
	font: normal 12px arial;
	color: #444;
	line-height: 17px;
	text-align: justify;
	width: 85%;
	height: 100%;
	padding: 0 10px 0 20px;
}
#footer {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ccc;
}
.menuLink, .menuLink_on {
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 5px 0;
}
a.menuLink:active, a.menuLink:link, a.menuLink:visited {
	color: #666;
	text-decoration: none;
}
a.menuLink_on:active, a.menuLink_on:link, a.menuLink_on:visited {
	color: #18899b;
	text-decoration: none;
	font-weight: bold;
}
a.menuLink:hover, a.menuLink_on:hover {
	color: #18899b;
	text-decoration: none;
}
a.header1 {
	font: normal 18px arial;
	color: #bf4087;
	line-height: 23px;
}
a.header1:link, a.header1:active, a.header1:visited {
	text-decoration: underline ;
}
a.header1:hover {
	text-decoration: none;
}
.header1, .header1_pink {
	font: normal 18px arial;
	line-height: 23px;
}
.header1 {
	color: #444;
}
.header1_pink {
	color: #bf4087;
}
.header2 {
	font: normal 24px arial;
	color: #444;
	line-height: 29px;
}
.main,.main_pink {
	font: normal 12px arial;
	line-height: 17px;
	text-align: justify;
}
.main {
	color: #444;
}
.main_pink {
	color: #bf4087;
}
.small {
	font: normal 10px arial;
	color: #444;
	line-height: 15px;
}
input, select, textarea {
	font: normal 12px arial;
	color: #444;
}
a {
	color: #bf4087;
}
a:active, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.main {
	color: #bf4087;
}
a.main:active, a.main:link, a.main:visited {
	text-decoration: underline;
}
a.main:hover {
	text-decoration: none;
}
a.small {
	font: normal 10px arial;
	color: #bf4087;
}
a.small:active, a.small:link, a.small:visited {
	text-decoration: underline;
}
a.small:hover {
	text-decoration: none;
}
