body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #083F7E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #083F7E;
}
.content {
	padding: 8px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #083F7E;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
.a-light {
	color: #FFFFFF;
	text-decoration: underline;
}
.loginbox {
	background-color: #EEEEEE;
	/*width: 470px;*/
	padding: 15px;
	border: solid #999999 1px;
}
.required {
	background-color: #083F7E;
	font-weight: bold;
	color: #FFFFFF;
}
.required p{
	font-weight: bold;
	color: #FFFFFF;
}
.required h2 {
	color: #DDDDDD;
}
.tinycart {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 9px;
	padding: 8px;
}
.tinycart h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
.tinycart p {
	font-size: 10px;
}
.highlight {
	background-color:#CCCCCC
}
.invoiceheader {
	background-color:#3366CC;
	font-size:17px;
}
.invoicebody {
	font-size:11px;
	width: 35%;
}
.invoicebodycolor {
	background-color:#CCCCCC;
	font-size:11px;
	font-weight: bold;
	width: 15%;
}
.dynform {
	width:250px
}
.smalltext {
	font-size: 9px;
	font-weight: normal;
}