﻿<style type="text/css">
.nothing{
}

.headTitle {
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headSmall {
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #808080;
}
.normal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.sectionHead {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.sectionPoint {
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.columnHeader {
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #000080;
	background-color: #EFEFF7;
}
.codeSnip {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
	background-color: #F7F7FF;
}
.codeRemark {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	background-color: #F7F7FF;
}

</style>

