#mainContents {
	width: 520px;
	margin-bottom: 20px;
}
#title {
	margin-top: 50px;
	margin-bottom: 20px;
}
#title p {
	margin-top: 10px;
	margin-left: 30px;
}
#mainText {
	font-size: 0.8em;
	line-height: 1.4em;
	width: 500px;
	margin-top: 20px;
}
#mainLinkBtn {
	margin-top: 30px;
}
#mainLinkBtn ul {
	list-style-type: none;
}
#mainLinkBtn li {
	background-image: url(/common/img/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 15px;
	float: left;
	width: 155px;
	border: 1px solid #CCCCCC;
	
}
#mainLinkBtn #large {
	background-image: url(/common/img/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 0px;
	float: left;
	width: 155px;
	border: 1px solid #CCCCCC;
}

#mainLinkBtn p {
	margin-left: 20px;
	font-size: 0.8em;
}
#mainLinkBtn a {
	display: block;
	background-image: url(/common/img/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 15px;
	float: left;
	width: 155px;
	height: auto;
}
#mainLinkBtn #large a {
	display: block;
	background-image: url(/common/img/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 0px;
	float: left;
	width: 155px;
	height: auto;
}
.ovEria {
	margin-top: 20px;
}
.ovEria h2 {
	margin-bottom: 20px;
}
.ovEria table {
	margin-top: 10px;
	font-size: 0.8em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ECEDEE;
	border-left-color: #ECEDEE;
	width: 499px;
}
.ovEria th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ECEDEE;
	border-bottom-color: #ECEDEE;
	vertical-align: top;
	text-align: left;
	width: 30%;
	font-weight: bold;
}
.ovEria td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ECEDEE;
	border-bottom-color: #ECEDEE;
	vertical-align: top;
}
.ovEria table ul {
	list-style-type: none;
}
.ovEria li {
	display: block;
	margin-bottom: 5px;
}
.ovEria .notes {
	text-align: right;
	display: block;
}
.enCell {
	background-color: #f8f8f8;
}
.andArea {
	margin-top: 30px;
}