body {
	background: #FFFFFF;
	color: #000000;
}

.maintext {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td,tr,p {
	background-color: transparent;
	border-style: none none none none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	background-color: transparent;
	border-style: none none none none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu {
	background-color: transparent;
	border-style: none none none none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: -45px;
	width: 40px;
}

	
.texta {
	background-color: #F7F7F7;
	border: 1px solid #7F9DB9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}

.readonly_texta {
	background-color: #F0F0A8;
	border: 1px solid #7F9DB9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 3px;
}

select {
	/* same as texta */
	background-color: #F7F7F7;
	border: 1px solid #7F9DB9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 6px;
	margin-top: 10px;
}

.buttons2 {
	background-color: #D4DDF7;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.groovybutton {
	background-color: #D4DDF7;
	border-bottom-color: #0066CC;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-left-color: #0066CC;
	border-left-style: double;
	border-left-width: 4px;
	border-right-color: #0066CC;
	border-right-style: double;
	border-right-width: 4px;
	border-top-color: #0066CC;
	border-top-style: double;
	border-top-width: 4px;
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 35px;
	margin-right: 6px;
	margin-top: 10px;
	width: 125px;
}

/*.border {
	border: thin solid #999999;
}*/
.header {
	background-color: #FFFFFF;
	color: #0033CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.proexe {
	background: transparent;
	color: #D7D7D7;
}

.proexe a:link {
	background-color: transparent;
	color: #D7D7D7;
	text-decoration: underline;
}

.proexe a:visited {
	background-color: transparent;
	color: #D7D7D7;
	text-decoration: underline;
}

.proexe a:hover {
	background-color: transparent;
	color: #185090;
	text-decoration: underline;
}

table.border{
	border: 1px solid #C8CAFF;
	border-style: solid solid solid solid;
}

.pagetitle1 {
	background-color: transparent;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}

img.border{
	border: 1px solid #C8C8C8;
}

td.footer {
	background: #D4DDF7;
	color: #185090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 190%;
}

td.footer a:link {
	background-color: transparent;
	color: #185090;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

td.footer a:visited {
	background-color: transparent;
	color: #185090;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

td.footer a:hover {
	background-color: transparent; /*color: #164592;*/
	color: #A52A2A;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.footersmall {
	background-color: transparent;
	border-style: none none none none;
	color: #185090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

/* confirmation - user details table */
table.userdetails td,tr {
	background-color: transparent;
	border: 1px solid #C8CAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* end confirmation - user details table */
/* key facts table */
.keyfacts {
	background-color: #FFFFFF;
	border: 1px solid #000000; /*	border-collapse: collapse;*/
}

/* confirmation - user details table */
table.keyfacts td,tr {
	background-color: transparent;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.debug {
	background-color: transparent;
	color: #0057AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.error_txt {
	background-color: #FFFFFF;
	color: #DC143C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* used on qualifier page to increase spacing of items */
.qualifer_ln_hgt {
	line-height: 14pt;
}

/* used to show of hide content via JavaScript */
.hiddenDiv {
	display: none;
}

	
.visibleDiv {
	display: block;
}

/* used to show Odd & Even Rows in Quote Table */
#thetable {
	background-color: #C8CAFF; /* above id must match that of the table and autoRows.js */
	border: 1px solid #C8CAFF;
}

/* Then, use inheritance to the TD tag.*/
tr.even td {
	background-color: #FAF0E6;
}

tr.odd td {
	background-color: #F8F8FF;
}

/* END Odd & Even Rows in Quote Table */


table.mtaborder,td.mtaborder,tr.mtaborder,th.mtaborder {
/*border for mta tables*/
	background-color: #FFFFFF;
	border: 1px solid #EDEDED;
	border-style: solid solid solid solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}