@charset "utf-8";

body {
	font-size:13px;
	*font-size:small;
    *font:x-small;
	line-height:1.5em;
}

h1 {
	margin-left:25px;
	font-size:77%;
	background-color:#ffffff;
	color:#666666;
}

a:link,
a:visited {color:#000000;}

a:hover,
a:active {color:#000000;text-decoration:underline;}

#top a:link,
#top a:visited {text-decoration:none;}

#top a:hover,
#top a:active {text-decoration:underline;}

a.pagedLink {
	color:#336666 !important;
	text-decoration:underline;
}

p.notes {font-size:82%;}

/*align*/
.aligncenter {text-align:center;}
.alignleft {text-align:left;}
.alignright {text-align:right;}

/*space*/
.mt00 {margin-top:0px !important;}
.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt85 {margin-top:85px !important;}

.mr00 {margin-right:0px !important;}
.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb35 {margin-bottom:35px !important;}

.ml00 {margin-left:0px !important;}
.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
