/* HTML Tags */
body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #9E1B34;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9E1B34;
	font-weight: bold;
	text-decoration: none;
	}
a:link {
	color: #9E1B34;
	}
a:visited {
	color: #9E1B34;

	}
a:hover {
	color: #9E1B34;
	text-decoration: underline;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
	}
	
/* Forms */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
/* Custom */
.sT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt
	}

.rT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
	}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000
	}
	
.inputBorder {
	border: #A5ACB2;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
.hstretchl {
	background-image: url(../images/promotionalcorp/nav_hstretchl.jpg);
	background-repeat: repeat-x;
}

.hstretchr {
	background-image: url(../images/promotionalcorp/nav_hstretchr.jpg);
	background-repeat: repeat-x;
}

.fstretchl {
	background-image: url(../images/promotionalcorp/nav_fstretchl.jpg);
	background-repeat: repeat-x;
}

.fstretchr {
	background-image: url(../images/promotionalcorp/nav_fstretchr.jpg);
	background-repeat: repeat-x;
}

