﻿body {
	margin:0px;
	background-image: url(../images/mainback.jpg);
	font-family:Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #000000;
}

p,h1,h2,h3,h4,ol,div,td,th,address,blockquote,nobr { 
	margin-right:10px;
}
p,ul,ol,li,div,td,th,address,nobr { 
	font-size:10pt; 
}

h1 { 
	font-size:14pt;
}

h2 { 
	font-size:12pt; 
	font-weight:bold;
}

h3 { 
	font-size:10pt; 
	font-weight:bold;
}

li { 
	line-height: 100%; 
	margin-left:0px; 
	margin-right:10px; 
}

ul { 
	line-height: 100%; 
	margin-right:10px ; 
	list-style-position: outside; 
	list-style-type: disc;
} 

ol {
	line-height: 100%;
	margin-right: 10px;
	list-style-position: outside;
}

header {  
	color: #FFFFFF; 
	vertical-align: middle;
}

a:link {
	color: #EE2222;
	font-weight: bold;
	font-size: 8pt;
}
a:visited {
	color: #DD4444;
	font-weight: bold;
	font-size: 8pt;
}
a:hover {
	color: #EE2222;
	font-weight: bold;
	font-size: 8pt;
}

a.greyLink:link {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 7.5pt;
}
a.greyLink:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 7.5pt;
}
a.greyLink:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 7.5pt;
}



.mytable { 
	background-color:  #FFCC66; 
	border: #CC0033 solid; 
	border-width: 1px 2px 2px 1px;
}
.mytablehead {
	background-color: #FEC777; 
	border: #CC0033 solid; 
	border-width: 1px 2px 0px 1px;
}
.mytablebody {
	background-color: #FFF6EF; 
	border: #CC0033 solid; 
	border-width: 0px 2px 2px 1px;
}


.boxTable {
	border-style: solid;
	/*
	border-color:#ff0000 #00ff00 #0000ff #00ffff;
	*/
	border-color: #CCCCCC;
}
.boxTable th {
	background-color: #E0E0E0;
	border-color: #CCCCCC;
	border-style: solid;
	font-weight: bold;
	font-size: 7.5pt;
	text-align: center;
}
.boxTable td {
	background-color: #F0F0F0;
	border-color: #CCCCCC;
	border-style: solid;
	font-weight: normal;
	font-size: 7.5pt;
}
.boxTable ul {
	line-height: 100%; 
	margin-right:10px ; 
	text-align: left;
	list-style-type: disc;
}
.boxTable ul li {
	font-size: 7.8pt;
	font-family:Verdana,Arial,sans-serif;
	line-height: 120%; 
}

.orderTable {
	border-style: solid;
	border-color: #FF0000;
}
.orderTable th {
	border-style: solid;
	border-color: #FF0000;
}
.orderTable td {
	border-style: solid;
	border-color: #FF0000;
}


.referencesList {
	line-height: 120%;
	margin-right: 10px;
	text-align: left;
	list-style-type: none;
	color: #CC0000;
}

.myhighlight {
	font-style: normal; 
	font-weight: bold; 
	color: #FF0000;
}

.myDisclaimer {
	font-size: xx-small; 
	font-style: italic; 
	line-height: normal; 
	font-weight: normal; 
	color: #999999; 
	text-align: justify;
}

.QLink {
	font-size:8pt; 
	background-color: #999999; 
	color: #ffffff; 
	width:160px; 
	border:0px; 
	margin:0px;
}

.headerRow {
	background-color: #999999;
	margin-right: 10px;
}

.highliteText {
	color: #FF0000;
}

.shadowedText {
	color: #666666;
}

.intended {
	margin-left: 15px;
}

.field						{font-family: Verdana, Helvetica, Arial; font-size:  8pt; border:1px solid #999999; width:  93%}
.fieldfull				{font-family: Verdana, Helvetica, Arial; font-size:  8pt; border:1px solid #999999; width: 100%}
.fieldfix					{font-family: Verdana, Helvetica, Arial; font-size:  8pt; border:1px solid #999999}
.numfield					{font-family: Verdana, Helvetica, Arial; font-size:  8pt; border:1px solid #999999; width: 95%; text-align: right}
.fieldcenter			{font-family: Verdana, Helvetica, Arial; font-size:  8pt; border:1px solid #999999; width: 100%; text-align: center}
.bigfield					{font-family: Verdana, Helvetica, Arial; font-size:  9pt; border:1px solid #999999; width: 95%}
.rightform				{font-family: Verdana, Helvetica, Arial; font-size:  9pt; font-weight: bold; text-align: right}
.leftform					{font-family: Verdana, Helvetica, Arial; font-size:  9pt; font-weight: bold; text-align: left}

.error {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: red;
}

.validationError {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	text-align: left;
	color: red;
}
