﻿body
{
	font-size: 9pt;
}
table
{
	font-size: 9pt;
}
A:link
{
	color: #027ac6;
	text-decoration: none;
}
A:visited
{
	color: #027ac6;
	text-decoration: none;
}
A:hover
{
	color: #0061a0;
	text-decoration: underline;
}
A:active
{
	color: #5894be;
}

.CommonHeader
{
	width: 100%;
	border-bottom: dashed 1px #A2BBDD;
	font-size: 13px;
	color: #88AACC;
	font-weight: bolder;
	margin-bottom: 20px;
	padding: 3px;
}

.SDKHeader
{
	background-color:#E5ECF9;
	padding:5px;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 20px;
}
.SDKContent
{
	color:#808080;
	padding:10px;
	line-height:20px;
	font-family:Calibri;
}

