/* ============== link ============== */

a {text-decoration: none;}
a:link {color: #4169e1;}
a:visited {color: #999;}
a:hover {color: #ffa500;text-decoration: underline;}
a:active {}

/* ============== select ============== */

::selection {background: #ffe4e1;}
::-moz-selection {background: #ffe4e1;}

.foc {color: #2693bb;}
.foc:hover {color: #ff1493;}

/* ============== float ============== */

img.flright {display: block;line-height: normal;float: right;}
img.flleft {display: block;line-height: normal;float: left;}

.clear {clear: both;font-size: 1px;height: 1px;}
.aligncenter {display: block;margin: 0 auto;text-align: center;}
.alignleft {float: left;display: inline;}
.alignright {float: right;display: inline;}

/* ============== font ============== */

b,strong {font-weight: 600;}
em {color: #ff0000;}
hr {clear: both;border: 0 none;height: 1px;display: none;}

.red {color: #c00;}
.blue {color: #03c;}
.green {color: #063;}
.orange {color: #f60;}
.purple {color: #639;}
.yellow {color: #ff0;}
.white {color: #fff;}

/* ============== line ============== */

.solidline {
	font-size: 1px;line-height: 1px;height: 1px;
	border-bottom: solid 1px #c9c9c9;
}
.dashedline {
	font-size: 1px;line-height: 1px;height: 1px;
	border-bottom: dashed 1px #c9c9c9;
}
.dottedline {
	font-size: 1px;line-height: 1px;height: 1px;
	border-bottom: dotted 1px #c9c9c9;
}

/* ============== font ============== */

.fs08 {font-size: 0.8em;}
.fs09 {font-size: 0.9em;}
.fs10 {font-size: 1em;}
.fs11 {font-size: 1.1em;}
.fs12 {font-size: 1.2em;}
.fs13 {font-size: 1.3em;}
.fs14 {font-size: 1.4em;}
.fs15 {font-size: 1.5em;}
.fs16 {font-size: 1.6em;}
.fs17 {font-size: 1.7em;}
.fs18 {font-size: 1.8em;}
.fs19 {font-size: 1.9em;}
.fs20 {font-size: 2em;}

/* ============== margin ============== */

.mb05 {margin-bottom: 0.5em;}
.mb10 {margin-bottom: 1em;}
.mb15 {margin-bottom: 1.5em;}
.mb20 {margin-bottom: 2em;}
.mb30 {margin-bottom: 3em;}

.ml05 {margin-left: 0.5em;}
.ml10 {margin-left: 1em;}
.ml15 {margin-left: 1.5em;}
.ml20 {margin-left: 2em;}
.ml30 {margin-left: 3em;}

.mr05 {margin-right: 0.5em;}
.mr10 {margin-right: 1em;}
.mr15 {margin-right: 1.5em;}
.mr20 {margin-right: 2em;}
.mr30 {margin-right: 3em;}

.mt05 {margin-top: 0.5em;}
.mt10 {margin-top: 1em;}
.mt15 {margin-top: 1.5em;}
.mt20 {margin-top: 2em;}
.mt30 {margin-top: 3em;}

/* ============== ***** ============== */
.top {
text-align: right;
font-weight: bold;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
font-size: 0.9em;
}
