body, table, tr, td, div, p, li, a, form, input, select, option, textarea, button {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
}

body.properties {
	margin: -10px -10px -10px -10px;
	background-color: #ffffff;
}

ol {
	list-style-type: decimal;
	margin-bottom: 15px;
}

ol.sublist {
	list-style-type: lower-alpha;
	margin-top: 3px;
	margin-bottom: 0px;
}

ol.subsublist {
	list-style-type: lower-roman;
	margin-top: 3px;
	margin-bottom: 0px;
}

ul {
	list-style-type: disc;
	margin-bottom: 15px;
}

ul.noMargin {
	list-style-type: disc;
	margin-bottom: 0px;
}

ul.sublist {
	list-style-type: circle;
	margin-top: 3px;
	margin-bottom: 0px;
}

ul.subsublist {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 0px;
}

ul.nobullets {
	list-style-type: none;
}

li {
	padding-bottom: 5px;
}

li.noMargin {
	padding-bottom: 0px;
}
	
img {
	border: 0px;
}

hr {
	height: 1px;
	color: #000000;
}

b, strong {
	font-weight: bold;
}

.header {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

.section {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.subheader {
	font-size: 15px;
	font-weight: bold;
}

.caption {
	font-size: 13px;
	font-weight: bold;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.tag {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.label {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.fineprint {
	font-size: 10px;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.fontcolor1 {
	color: #ffffff;
}

.fontcolor2 {
	color: #003399;
}

.fontcolor3 {
	color: #ff0000;
}

.bkgcolor1 {
	background-color: #ffffff;
}

.bkgcolor2 {
	background-color: #eeeeee;
}

.bkgcolor3 {
	background-color: #dddddd;
}

.bkgcolor4 {
	background-color: #cccccc;
}

.bkgcolor5 {
	background-color: #000000;
}

.datalink {
	text-decoration: none;
	color:#003399;
}

.boldlink {
	font-weight:bold;
	text-decoration: none;
	color:#003399;
}

.subheaderlink {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color:#003399;
}

.tablink {
	text-decoration: none;
	color:#000000;
}

.labellink {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color:#003399;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#003399;
}