html, body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.main {
	width: 980px;
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #b2b2b2;
	margin-top: 10px;
}

h1 {
	color: #009275;
	font-size: 15px;
	line-height: 18px;
}

h2 {
	color: #009275;
	font-size: 13px;
	line-height: 16px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

p.space {
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	text-decoration: underline;	
	color: #009275;
}

a:hover {
	text-decoration: underline;
	color: #ffa800;
}

a.link {
	color: #009275;
	text-decoration: underline;
	background-image: url(/img/link_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	line-height: 25px;
}

a.link:hover {
	background-image: url(/img/link_icon_hover.gif);
	color: #ffa800;
}

a.start {
	color: #009275;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.start:hover {
	color: #ffa800;
	text-decoration: underline;
}


#navi {
	padding-left: 35px;
	padding-right: 35px;
}

#navi div {
	border-top: 1px solid #e4e6e5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#navi a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 12px;
	background-image: url(/img/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#navi a:hover {
	background-image: url(/img/navi_icon_hover.gif);
}

#contents {
	padding: 10px 140px 10px 86px;
	height: 460px;
	font-size: 12px;
	line-height: 18px;
}

#contents h1 {
	width: 500px;
}

.popupHeader {
	margin: 0px 40px 10px 40px;
	border-bottom: 1px solid #e4e6e5;
}

#popupContents {
	padding: 10px 60px 10px 40px;
	height: 450px;
	font-size: 12px;
	line-height: 18px;
}

#formtable {
}

#formtable td {
	padding-right: 5px;
	padding-bottom: 2px;
}

.textfield, textarea, select {
	border: 1px solid #67bead;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	width: 250px;
}

textarea {
	width: 500px;
	height: 100px;
}

.button {
	border: 1px solid #67bead;
	background-color: #009275;
	color: #ffffff;
}

.button:hover {
	background-color: #ffa800;
	color: #ffffff;
}

.error {
	color: #FF0000;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
}

.footnote {
	color: #000000;
	font-size: 10px;	
}

ol {
	padding-left: 20px;	
}

ul  {
	padding-left: 20px;
}
li {
	padding-bottom: 10px;
}

#start {}

#start td {
	font-size: 12px;
}

#start ul {
	margin-top: 5px;
}

#start li {
	padding-bottom: 2px;
}

div.teaser {
	margin-top: 5px;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;	
}
