/* base
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #663300;
 	background: #f7ecac;
	text-align: left;
	margin-bottom: 10px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}



/* link
----------------------------------------------- */

a {
	color: #3465cb;
	text-decoration: underline;
}

a:link {
	color: #3465cb;
	text-decoration: underline;
}

a:visited {
	color: #3465cb;
 text-decoration: underline;
}

a:hover {
	color: #3412c7;
	text-decoration: underline;
}


/* Font-Color
----------------------------------------------- */

/* Orange */

.orange {
	color: #fc9c0d;
	font-size: 100%; 
	line-height: 150%;
	text-decoration:none;
}

/* Black */

.black {
	color: #000000;
	font-size: 100%; 
	line-height: 150%;
	text-decoration:none;
}

/* Blue */

.blue {
	color: #3465cb;
	font-size: 100%; 
	line-height: 150%;
	text-decoration:none;
}

/* Gray */

.gray {
	color: #333333;
	font-size: 100%; 
	line-height: 150%;
	text-decoration:none;
}




/* Font-Size 
----------------------------------------------- */
.j9 {font-size:10px; line-height:12px}
.j10 {font-Size:11px; line-height:13px; }  
.j12{font-Size:12px; line-height:15px; letter-spacing:1px; line-height:150%; }
.j14{font-Size:14px; line-height:18px; letter-spacing:1px}
.j18{font-Size:18px; line-height:22px; letter-spacing:1px}


.pt40 { padding-top: 40px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }


.pl10 { padding-left: 10px; }
.pl30 { padding-left: 30px; }
.mg10 { margin: 10px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }















