@charset "utf-8";
/* CSS Document */
#contentBar {
	margin-top: 60px;
}
#contentBarNew {
	margin-top: 0px;
}
.intro h1 {
	font-size: 110%;
	font-weight: bold;
	clear: both;
	margin-left: 19px;
	margin-bottom: 10px;
	color: black;
}
.intro  {
	background-image: url(../images/bg_intro.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	width: 860px;
	margin-top: 19px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 10px;
}
.intro  p {
	font-size: 70%;
	margin-bottom: 12px;
}
.rightCol, .leftCol {
	width: 420px;
}
.leftCol  p   {
	margin-left: 20px;
}
.leftCol p a {
    color: black;
    text-decoration:underline;
}
.leftCol p a:hover {
    color: #f48026;
    text-decoration:underline;
}
.rightCol p {
	margin-right: 20px;
}
.rightCol p a {
    color: black;
    text-decoration:underline;
}
.rightCol p a:hover {
    color: #f48026;
    text-decoration:underline;
}
.even {
	background-color: #DBDEE0;
	padding:5px;
}
.odd {
	background-color: #FFFFFF;
	padding:5px;
}
/* TABLE 1 */
#table1 {
	background-color: #f48026;
	font-size: 70%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#table1 thead {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#table1  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table1 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table1   a {
    color: #f48026;
    text-decoration:none;
}
#table1   a:hover {
    color: #f48026;
    text-decoration:underline;
}

/* TABLE 2 */
#table2 {
	background-color: #f48026;
	font-size: 70%;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#table2 thead {
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
	text-align: center;
}
#table2  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table2 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table2   a {
    color: #f48026;
    text-decoration:none;
}
#table2   a:hover {
    color: #f48026;
    text-decoration:underline;
}

/* TABLE 3 */
#table3 {
	background-color: #f48026;
	font-size: 70%;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#table3 thead {
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
	text-align: center;
}
#table3  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table3 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table3   a {
    color: #f48026;
    text-decoration:none;
}
#table3   a:hover {
    color: #f48026;
    text-decoration:underline;
}
.btnApply {
	height: 126px;
	width: 114px;
}
