.tableborderTop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: EF3E36;
}
.tableborderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: EF3E36;
}

.mainBG {
	background-color: EC3C36;
	background-image: url(../images/gradient-mainBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* -----------------Main Content------------ */
.ptext {
    margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/* links */
.ptext a {
    color: red;
    text-decoration: none;
}
.ptext a:hover {
	text-decoration: underline;
}
.ptext a:active {
    color: black;
}
.plist a {
    color: red;
    text-decoration: none;
}
.plist a:hover {
	text-decoration: underline;
}
.plist a:active {
    color: black;
}
/* list */
.plist {
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
    background: url(../images/no-bullet.gif) no-repeat left top;
}
/* ------------------------------------------ */

/* -------------Navigation Bar--------------- */
.navText {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	margin-right: 15px;
}
.navText:hover {
	color: F6B1AE;
	}
.navText:active {
	color: black;
}
/* ------------------------------------------ */

.whiteborderBottom {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: EF3E35;


}
.disclaimerBorders {
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.formBorder {
	background-color: #EEEEEE;
	border: 1px solid #FF0000;
}
