/* miecat.com style */

a:link         { color: #0000ff; }
a:visited      { color: #000080; }
a:hover        { color: #ff0080; }
a:active       { color: #00a040; }
a.menu:link    { color: #0000ff; text-decoration: none; font-weight: bold; }
a.menu:visited { color: #000080; text-decoration: none; font-weight: bold; }
a.menu:hover   { color: #ff0080; text-decoration: underline; font-weight: bold; }
a.menu:active  { color: #00a040; text-decoration: none; font-weight: bold; }

.10pt { font-size: 10pt; line-height: 100%; }
.cap  { font-size: 18pt; line-height: 100%; font-weight: bold; }

body {
	margin: 0px;
	padding: 10px;
	font-size: 10.5pt;
	line-height: 120%;
	font-family: 'MS UI Gothic';
	background-color: #ffffff;
	scrollbar-3dlight-color:   #000000;
	scrollbar-arrow-color:     #000000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:      #c8ddff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color:    #000000;
	scrollbar-track-color:     #ffffff;
}

body.flash {
	padding: 20px;
	background-color: #000000;
	color: #003040;
}

body.viewer { padding: 0px; }

body.history {
	padding: 1px 8px;
	background-color: #d8e6ff;
	font-size: 10pt;
	line-height:110%;
}

caption { text-align: left; }

table {
	margin: 0px;
	padding: 0px;
	font-size: 10.5pt;
	line-height: 120%;
	font-family: 'MS UI Gothic';
}

table.10pt { font-size: 10pt; }

br { line-height: 50%; }
br.1px { line-height: 1px; }

hr {
	border: 1px;
	height: 1px;
	width: 100%;
	color: #808080;
	border-style: dashed;
}

hr.flash { color: #003040; }

dl { margin: 0px; }
dd { margin: 10px 0px 10px 30px; }
ul { margin: 10px 0px 10px 30px; }

code { font-weight: bold; }
pre  { font-weight: bold; }
