@charset "utf-8";
body {
	background-image: url(web_components/background_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(web_components/home_nav.png);
	background-repeat: no-repeat;
	width: 760px;
	background-position: center center;
	height: 30px;
	font-size: 12px;
	text-align: center;
	color: #75FFFF;
	padding-top: 12px;
}
#main {
	width: 760px;
	height: auto;
	background-image: url(web_components/typo_sequence/typo_home_static.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
}
.email {
	font-size: 14px;
}
#main_text {
	width: 760px;
	background-image: url(web_components/paper_background.gif);
	height: 261px;
	background-repeat: no-repeat;
}
#footer {
	width: 760px;
	background-image: url(web_components/home_nav.png);
	height: 38px;
	font-size: 18px;
	text-align: center;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #75FFFF;
}
a {
	font-size: 12px;
	color: #003;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #9C0;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}

#link {
	font-style: normal;
	color: #75FFFF;
}
