@charset "iso-8859-1";
/*
 * Style sheet
 */


a:link {
	color: #0033CC;
}
a:visited {
	color: #666699;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}

a.leftLink {
	color: black;
	font-size: 8pt;
	text-decoration: none;
}
a.leftLink:hover {
	color: black;
	text-decoration: underline;
}

.linkTitle, a.linkTitle, a.linkTitle:visited {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
}
a.linkTitle:hover {
	color: red;
	text-decoration: underline;
}


/* index2 */
a.i2 {
	color: #006600;
}
a.i2:visited {
	color: #009966;
}

body {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 150%;
}
h1 {
	font-family: Lucida Console, Courier;
	font-size: 18pt;
	font-weight: normal;
	margin: 2;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 2px;
}
h3 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 2px;
}
p, td {
	font-size: 8pt;
	line-height: 150%;
}
label, input {
	font-size: 8pt;
}
code {
	font-family: courier;
	color: #006600;
}

.small {
	font-size: 8pt;
	margin: 6 2 4 6;
}
.smallTitle {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}
.subTitle {
	font-family: Courier;
	font-size: 8pt;
}

form {
	margin: 0;
	padding: 8 12 8 12;
}
div.btnstack button {
	/* border: 1px solid black; */
	background-color: #b0b0b0;
	font-size: 9pt;
	margin: 2 2 2 2;
	width: 80px;
}



.rside {
	/* border: 1px solid white; */
	border: 1px solid black;
	background-color: #cacaca;
	margin-top: 2px;
}
.lside {
	border: 1px solid black;
	background-color: #99cc33;
	margin-top: 2;
	padding: 4;
}
.lside2 {
	border: 1px solid black;
	background-color: white;
	margin-top: 2;
	padding: 4;
	font-size: 9pt;
}

body.sw {
	margin: 40 60 10 60
}
/* TIPS */
body.tips {
	margin: 40 120 10 120;
}
a.back, a.back:visited {
	color: #0033CC;
	font-size: 8pt;
	text-decoration: none;
}
a.back:hover {
	color: red;
	text-decoration: underline;
}
hr.break {
	width: 100%;
	height: 10px;
	color: #eebb00;
	background: #eebb00;
	border: solid black 1px;
}
.intro {
	font-style: italic;
	color: #006633;
}
.copy {
	font-size: 8pt;
}
.tiplink {
	font-size: 8pt;
	font-weight: bold;
}
.tips img {
 	border: 0; margin: 0; padding: 0;
}
.tips pre {
	font-family: courier;
	margin-left: 15px;
	color: #006600
}
.tips p {
	font-size: 8pt;
	line-height: 150%;
}
