﻿body 
{
	background-color: #ffffff;
    background-color: #4c4c4c;
	color: #000000;
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form
{
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6, p
{
	padding: 5px 0px 3px 0px;
	margin: 5px 0px 3px 0px;
}
h1, h2, h3, h4, h5, h6
{
    color: #1e90ff;
}
h1
{
	font-size: xx-large;
	text-align: left;
}
h2
{
	padding-left: 10px;
	font-size: x-large;
}
h3
{
	padding-left: 15px;
	font-size: large;
}
h4
{
	padding-left: 20px;
	font-size: large;
}
h5
{
	padding-left: 25px;
	font-size:medium;
}
h6
{
	padding-left: 30px;
	font-size: medium;
}
p
{
	padding-left: 1px;
	margin-left: 1px;
}
a
{
    text-decoration: underline;
    color: #000000;
}
a:hover
{
    color: #035c83;
}

p.legal
{
    font-size: xx-small;
    text-align: center;
}

.overlined
{
    border-top: 1px solid #aaaaaa;
}

/*table
{

}*/
th,
td
{
    text-align: left;
    vertical-align: top;
}

div.rightImage
{
    float: right;
    clear: none;
}
div.leftImage
{
    float: left;
    clear: none;
}

div.ProductItem
{
    margin-left: 0px;
    padding-left: 30px;
}
div.ProductItem h3,
div.ProductItem p
{
    color: #000000;
    margin: 2px 5px 2px 0px;
    padding: 2px 5px 2px 0px;
}
div.ProductItem ul
{
    margin-top: 2px;
    padding-top: 2px;
}
.Success
{
    color: #00cc00;
    font-weight: bold;
    font-size: medium;
}
.Error
{
    color: #ff0000;
    font-weight: bold;
    font-size: medium;
}
.Bold
{
	font-weight: bold;
}
.CodeSample
{
    clear: both;
    margin: 1px 5px 1px 20px;
    padding: 3px 3px 3px 3px;
    width: 98%;
    border: 1px dashed black;
    font-family: monospace;
    font-size: small;
    background-color: #f0f0f0;
}
hr.Seperator
{
    border-style: none;
    border-bottom: 1px solid #035c83;
    margin-bottom: 25px;
}
textarea
{
	vertical-align: top;
	width: 500px;
	height: 300px;
}
input[type=text]
{
	width: 500px;
}
input[type=button]
{
	width: 160px;
	height: 50px;
}
input[type=button].Download
{
	width: 400px;
	height: 20px;
	text-align: left;
}

.Left
{
	text-align: left;
}
.Right
{
	text-align: right;
}
.Small
{
	font-size: small;
}
.XSmall
{
	font-size: x-small;
}
.XXSmall
{
	font-size: xx-small;
}
.Large
{
	font-size: large;
}
.XLarge
{
	font-size: x-large;
}
.XXLarge
{
	font-size: xx-large;
}
.No-Border
{
	border-style: none;
}

table.Contact	th
{
	width: 20%;
}
table.Contact	td
{
	width: 80%;
}
table.Contact	td.Full
{
	width: 100%;
	text-align: center;
}