body {
	margin: 0px 0px 10px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	background: #e5e5e5 ;
	color: #363636 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
	color: #363636 ;
}

input, select, textarea {
	font-size: 12px ;
	font-family: tahoma, arial ;
}

p {
	line-height: 18px ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #CD1A22 ;
	font-family: tahoma ;
	margin-top: 0px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a:link {
	color: #BD181D ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #EF1E25 ;
}

#holder {
	width: 960px ;
	margin: auto ;
}

#content {
	padding: 15px ;
}

.button {
	padding: 5px 10px 5px 15px ;
	background: url(images/arrow.gif) #B61823 ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	border-bottom: 1px solid #CD1A22 ;
}

.button_up {
	padding: 5px 10px 5px 15px ;
	background: url(images/arrow.gif) #EC1D25 ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	border-bottom: 1px solid #CD1A22 ;
}

.button2 {
	border-bottom: 1px solid #CD1A22 ;
	padding: 3px 6px 3px 20px ;
	background: url(images/navBg.gif) ;
	background-position: center ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	font-weight: bold ;
	font-size: 12px ;
	text-decoration: none ;
	letter-spacing: -1px ;
}

a.navLink:hover {
	text-decoration: underline ;
	color: #F8931D ;
}

a.subLink:link, a.subLink:active, a.subLink:visited {
	color: #ffffff ;
	font-size: 11px ;
	text-decoration: none ;
}

a.subLink:hover {
	text-decoration: underline ;
	color: #F8931D ;
}

.topButton {
	background: url(images/infoBg.gif) ;
	background-position: center ;
	padding: 10px ;
	text-align: center ;
	border-left: 1px solid #333333 ;
}

a.topLink:link, a.topLink:active, a.topLink:visited {
	color: #ffffff ;
	font-size: 14px ;
	text-decoration: none ;
	font-weight: bold ;
}

a.topLink:hover {
	text-decoration: underline ;
	color: #F8931D ;
}

.bCrumb {
	font-size: 11px ;
}

a.botLink:link, a.botLink:active, a.botLink:visited {
	color: #666666 ;
}

a.botLink:hover {
	color: #cc0000 ;
}

.home_pBox{
	text-align: center ;
	padding-bottom: 15px ;
	vertical-align: top ;
}

.required {
	text-align: center; 
	color: #990000;
}