div.TextModule {
	padding: 15px 15px 0px 15px;
/*	margin: 0 180px 0 0;*/
	clear: right;
}
div.TextModule h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: black;
}
* html div.TextModule h1 {
	height: 1%;
	margin-left: 0px;
}
div.TextModule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	color: black;
}
* html div.TextModule h2 {
	height: 1%;
	margin-left: 0px;
}
div.TextModule h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: black;
}
* html div.TextModule h3 {
	height: 1%;
	margin-left: 0px;
}
div.TextModule p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
}
* html div.TextModule p {
	height: 1%;
	margin-left: 0px;
}
div.TextModule ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 0 0 1em 3em;
}
* html div.TextModule ul {
	height: 1%;
}
div.TextModule ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 0 0 1em 3.5em;
}
* html div.TextModule ol {
	height: 1%;
}
div.TextModule a {
	color: #e35b00;
	padding-left: 6px;
	background-image: url("Images/LinkArrow.gif");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	width: auto;
}
div.TextModule a:link, div.TextModule a:active, div.TextModule a:hover {
	color: #e35b00;
}
div.TextModule a:visited {
	color: #666666;
}
div.TextModule a:hover {
	text-decoration: underline;
}
div.TextModule q, div.TextModule blockquote {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 6px;
	border: 1px solid #e5b000;
	font-size: 0.75em;
	quotes: none;
}
* html div.TextModule q {
	height: 1%;
}
* html div.TextModule blockquote{
	height: 1%;
}
div.TextModule q cite, div.TextModule blockquote cite {
	font-size: 0.9em;
	display: block;
}
div.TextModule p q, div.TextModule p blockquote {
	display: inline;
	padding: 1px;
	margin: 0;
	background-color: transparent;
	font-size: 1em;
}
div.TextModule pre {
	color: #666666;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0;
}
* html div.TextModule pre {
	height: 1%;
}
div.TextModule code {
	display: block;
	color: #666666;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0;
}
* html div.TextModule code {
	height: 1%;
}
div.TextModule p code {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
div.TextModule .Highlight {
	background-color: #fffe8b;
	font-style: italic;
}

/* table definition */
div.TextModule table {
	width: 98%;
	margin: 5px 0 5px 0;
}
div.TextModule table tr {
}
div.TextModule table tr th {
	background-color: #cecece;
	font-size: 0.7em;
	font-weight: normal;
	padding: 6px 6px 6px 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
div.TextModule table tr th th {
	font-size: 1em;
}
div.TextModule table tr td th {
	font-size: 1em;
}
* html div.TextModule table tr th {
	height: 1%;
}
div.TextModule table tr td {
	background-color: #f2f2f2;
	font-size: 0.7em;
	padding: 6px 6px 6px 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
div.TextModule table tr td td {
	font-size: 1em;
}
div.TextModule table tr th td {
	font-size: 1em;
}
* html div.TextModule table tr td {
	height: 1%;
}
input.Submit, input.Reset, input.Option{
	font-size: 14px;
	padding: 6px 16px 6px 16px;	
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00;
	background-image:   url("../../Images/FormSubmitArrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

a.LinkSubmit
{
    	font-size: 14px;
	padding: 6px 16px 6px 16px !important;	
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00 !important;
	background-image:   url("../../Images/FormSubmitArrow.gif") !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff !important;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
