/***********************************************/
/* tp.css           		                   */
/* Use with template internal01.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #EED88D;
	margin: 0px;
}
a {
	color: #4D1600;
	text-decoration: none;
}
a:link {
	color: #4D1600;
	text-decoration: none;
}
a:hover{
	color: #9A4B1C;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9A4B1C;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 10px 5px 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9A4B1C;
	font-weight: bold;
	margin: 0px;
}

ul {
}


/************* .secNav styles **************/

.secNav {
	font-size: 11px;
	color: #4D1600;
	position: static;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}
.secNav h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9A4B1C;
}
.secNav a {
	color: #4D1600;
}
.secNav a:hover {
	color: #9A4B1C;
	text-decoration: underline;
}

/************* .legalTxt styles **************/

#legalTxt {
	font-size: 10px;
	color: #9A4B1C;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#legalTxt a {
	text-decoration: none;
	color: #4D1600;
}
#legalTxt a:hover {
	color: #9A4B1C;
	text-decoration: underline;
}

/************* .pageContent styles **************/

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #4D1600;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.bodytextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D1600;
}
.bodytextboldital {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9A4B1C;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #9A4B1C;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
