@charset "utf-8";


/* Base Style */ 
body {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

img {
	border-style: none;
}


a {
	text-decoration: none;
	color: #003399; /* #6666cc*/
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}


.announcement {
	font-family: "Lucida Grande";
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	color: red;
}
    
.title {
	font-family: "Optima";
	font-size: 21px;
	font-weight: normal;
	color: #ffffff;
	background-color: #484949;
	padding: 16px 20px 16px 20px;
}

.cap {
	font-family: "Optima";
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background-color: #57624a;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #57624a;
	margin-top: 40px;
	padding: 8px 10px 8px 10px;
}

.main {
	font-family: "Lucida Grande";
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #57624a;
	margin-top: 40px;
	padding: 20px 20px 20px 20px;
}

.doc {
	font-family: "Lucida Grande";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #57624a;
	margin-top: 0px;
	padding: 20px 40px 20px 40px;
}

.doc2 {
	font-family: "Lucida Grande";
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	background-color: #ffffff;
	padding: 0;
}

.doc3 {
	font-family: "Lucida Grande";
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	margin-top: 0;
	padding: 0;
}

.doc4 {
	font-family: "Lucida Grande";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #57624a;
	margin-top: 0px;
	padding: 20px 20px 20px 20px;
}

.sen {
	font-family: "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #57624a;
	margin-top: 0px;
	padding: 20px 20px 20px 20px;
}

.sig {
	font-family: "Lucida Grande";
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #57624a;
}

.sig2 {
	font-family: "Lucida Grande";
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	color: #4c5868;
}

.mono {
	font-family: "Monaco";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #f9f9f0;
	border: 0px ;
	margin: 0px 36px 0px 0px;
	padding: 0px 14px 14px 14px;
}

.green {
	color: green;
}

.red {
	color: red;
}

pre {
	line-height: 1.4;
	margin-bottom: 0;
	overflow: auto;
	font-family: "Monaco";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #f9f9f0;
	border: 0px ;
	margin: 14px 36px 0px 0px;
	padding: 14px 14px 14px 14px;
}

.para {
	padding-left: 1.5em;
	width: 800px;
	overflow: hidden;
}

.para2 {
	padding-left: 2.5em;
}

hr {
	border: 0;
	height: 1px;
	color: #57624a;
	background-color: #57624a; 
}

li {
	font-style: italic;
}



/* Sliding Button */
.buttonWrap {
	position: fixed;
	bottom: 1px;
	left: 12px;
	width: 140px;
	height: 26px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;  
}

div.buttonWrap a:hover {
	color: #fff;
}

.buttonCamino {
	width: 70px;
	height: 26px;
	border-radius: 20px;
	background-color: #57624a;
	color: #e4dc8a;
	top: 0px;
	left: 0px;
	position: absolute;
	font-family: "Lucida Grande";
	font-style: italic;
	line-height: 26px;
	text-align: right;
}

.buttonCamino span {
	display: none;
	padding-right: 18px;
}

.buttonGet {
	width: 66px;
	height: 22px;
	background-color: #fff;
	border-radius: 20px;
	color: #57624a;
	position: absolute;
	top: 2px;
	left: 2px;
	text-transform: uppercase;
	font-family: "Lucida Grande";
	font-style: italic;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}

.buttonGet span {
	color: #57624a;
}

.buttonGet2 {
	background-color: #57624a;
	color: #fff;
	text-transform: uppercase;
	font-family: "Lucida Grande";
	font-style: italic;
}

.buttonGet2 span {
	color: #fff;
}
