@charset "UTF-8";
/*===============================================================


 ---------------------------------------------------------------
	1. reset 
	2. clearfix hack
	3. class
===============================================================*/

/*- @ reset 
---------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, p, img, blockquote {
	margin:0;
	padding:0;
}
strong, em, cite {
	text-decoration:none;
}
img {
	border:none;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}
ul, ol, li {
	list-style:none;
}
table{
	border-collapse:collapse;
}
button {
	padding:0;
	margin:0;
	border:none;
	background-color:transparent;
}

/*- @ clearfix hack
---------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both; 
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/ 
* html .clearfix{
	height: 1%;
}
/* End hide from IE-mac */

/*- @ Class
---------------------------------------------------------------*/
/*- font -*/
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }

.delete {
	text-decoration:line-through;
}
.red {
	color:#981C41;
}
.blue {
	color:#068DD7;
}
.grey {
	color:#999;
}
.caps {
	padding-left:1em;
}
.caps span {
	position:relative;
	margin-left:-1em;
}
	

/*- layout -*/
.lefty{
	float:left;
}
.righty{
	float:right;
}
.floatClear{
	clear:both;
}
.txtright {
	text-align:right;
}
.txtcenter {
	text-align:center;
}

/*- margin -*/
.mrgTop1em {
	margin-top:1em;
}
.mrgTop5 {
	margin-top:5px;
}
.mrgTop10 {
	margin-top:10px;
}
.mrgBtm1em {
	margin-bottom:1em;
}
.mrgBtm40 {
	margin-bottom:40px;
}
.mrgBtm20 {
	margin-bottom:20px;
}
.mrgLeft10 {
	margin-left:10px;
}
.pdTop1em {
	padding-top:1em;
}
.pdBtm1em {
	padding-bottom:1em;
}


.righty.pdf02{
	clear:right;
	float:right;
}