@charset "UTF-8";
.basestyle {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva;
	font-size: 14px;
	background-image: url(pics/pattern_156.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* Format the main table */

div#maintableformat table {
	border: 1px solid #6C6C6C;
	text-align:left;
	background-color: #FFFFFF;
}
div#maintableformat td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6C6C6C;
	border-bottom-color: #6C6C6C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	padding: 2px;
}
div#maintableformat td#subheader {
	background-color: #EBEBEB;
	padding: 2px;
	font-weight: bold;
}
div#maintableformat td#miniheader {
	background-color: #EBEBEB;
	padding: 2px;
	font-weight: bold;
	color: #7E0034;
}
div#maintableformat td#mainheader {
	background-color: #EBEBEB;
	padding: 0px;
	font-weight: bold;
	font-size: 36px;
}
div#maintableformat th {
	background-color: #D6D6D6;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABABAB;
}

/* END Table Border */


div#tablenoborder table {
	border: none;
}

div#tablenoborder td {
	border: none;
	padding:2px;
}

div#tablenoborder th {
	border: none;
}
