/* CSS Document */

.style1 {color: #FFFFFF}
.style2 {color: #333333}
.style3 {color: #FF0000}
.frame {
    color: #333333;
	overflow: hidden;
	border: 1px solid #ED9C8B;
	}
.frame2 {
	color: #333333;
	overflow: hidden;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED9C8B;
	border-right-color: #ED9C8B;
	border-bottom-color: #ED9C8B;
	border-left-color: #ED9C8B;
	background-position: center center;
	}
.frame3 {
	color: #333333;
	overflow: hidden;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ED9C8B;
	border-right-color: #ED9C8B;
	border-bottom-color: #ED9C8B;
	border-left-color: #ED9C8B;
	background-color: #FDC4C5;
	font-size: 12px;
	cursor: auto;
	background-position: center center;
	}
.frame4 {
	overflow: hidden;
	border: 1px solid #ED9C8B;
	list-style-type: decimal;
	list-style-position: outside;
	}
