body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #1E71B8;
    scrollbar-arrow-color: #1E71B8;
    scrollbar-base-color: #1E71B8;
    scrollbar-darkshadow-color: Black;
    scrollbar-face-color: #999;
    scrollbar-highlight-color: #CCC;
    scrollbar-shadow-color: #333;
    scrollbar-track-color: #666;
}

a:link, a:visited, a:active {
   color: #1E71B8;
	text-decoration: underline; 
}

a:hover {
	text-decoration:none;
	color: #1E71B8;
	}


h1, h2 {
	font-size: 14px;
	color:  #1E71B8;
	margin-left: 5px;
	margin-bottom: 3px;
	padding-top: 5px;
}

h3 {
	font-size: 11px;
	color:  #1E71B8;
	margin-bottom: 3px;
}

hr {
	border-width: thin;
	border-style:dotted;
	color: #ccc;
	margin-top: -6px;
	margin-bottom: 0px;
}

p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	line-height: 17px;
}

li {
	margin-bottom: 1px;
	line-height: 17px;
	}

.bound {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #CCC;
	background-color: #FFF;
	border-style: solid;
}
	
.required {
	color:#FF0000;
	font-weight:bold;
}

#promobind {
	padding-top: 10px;
	}

#promotable table{
	background-color: #E0E0E0;
	border: 1px 1px solid #1E71B9;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	
	}

#promotable a:link, #promotable a:visited, #promotable a:active {
	color: #000;
		}

#samples_solo table{
	border-bottom: 1px solid #1E71B9;
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	border-top: 1px solid #1E71B9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#samples_multiple1 table{
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	border-top: 1px solid #1E71B9;
	padding-top: 5px;
	padding-bottom: 5px;
}


#samples_multiple2 table{
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	background-color: #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#samples_multiple2_last table{
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	border-bottom: 1px solid #1E7B19;
	background-color: #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#samples_multiple3_white table{
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#samples_multiple_last table{
	border-bottom: 1px solid #1E71B9;
	border-left: 1px solid #1E71B9;
	border-right: 1px solid #1E71B9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#promotable .date {
	font-size: 10px;
	color: #666;
	text-align: left;
	padding-left: 5px;
	padding-top: 0px;
	}
	
#promotable hr{
	border-width: thin;
	border-style:dotted;
	color: #1E71B9;
	margin-bottom: 0px;
}
#promotable h1, #promotable h2 {
	margin-top: 0px;
	font-size: 14px;
	color:  #FFF;
}	

#promotable h3 {
	font-size: 12px;
	color: #000;
	padding-left: 5px;
	text-align: left;
	}

/* Main Body Content div defintion */


#footer {
	font-size: 9px;
	color: #fff;
	padding-bottom:2px;
	padding-top: 2px;	
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #fff;
	text-decoration: underline; 
}
#footer a:hover {
	text-decoration:none;
	}

/* The Form Elements are below */
.text100 {
	font-size:11px;
	border: 1px solid #1E71B8;
	background-color: #CCCCCC;
	width: 150px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text70 {
	font-size:11px;
	border: 1px solid #1E71B8;
	background-color: #CCCCCC;
	width: 70px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text200 {
	font-size:11px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #1E71B8;
	background-color: #CCCCCC;
	width: 200px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text350 {
	font-size:11px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #1E71B8;
	background-color: #CCCCCC;
	width: 350px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text500 {
	font-size:11px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #1E71B8;
	background-color: #CCCCCC;
	width: 500px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.Button {
	color: #FFF;
	font-weight: bold;
	background-color: #1E71B8;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	}

