@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
td {
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #0e238b;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}

h2.header {
	font-family: "Times New Roman", Times, serif;
	color: #0e238b;
	line-height: 110%;
	font-size: 215%;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #0e238b;
	line-height: 110%;
	margin-bottom: 10px;
	font-size: 155%;
	font-weight: normal;
	margin-top: 0px;
}

a {
	color: #0e238b;
	text-decoration: none;
}
a.buy {
	color: #ff6633;
	font-weight: bold;
	text-decoration: underline;
}
a.pdflink {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

form {
	padding: 0px;
	margin: 0px;
}


#content {
	background: #ffffff url(../img/bg.gif) repeat-y;
	display: block;
	margin: 10px 0px 0px 52px;
	width: 925px;
	clear: both;
	overflow: hidden;
}

#content #lft {
	display: block;
	float: right;
	margin: 20px 20px 30px 0px;
	width: 609px;
	padding: 0px 0px 00px 15px;
}

#content #rgt {
	display: block;
	margin: 20px 0px 0px 0px;
	width: 260px; 
	float: left;
	padding: 0px 0px 30px 0px;
}

#search {
	background: #ffebc2 url(../img/searchBoxBottom.gif) 0px bottom no-repeat;
	padding: 0px 7px 11px 9px;
	margin: 0px 0px 10px 0px;
}
#search select {
	font-size: 80%;
	width: 130px;
}



#tbl {
	width: 609px;
}
#tbl thead tr {
	background: #f1a555;
	padding-top: 20px;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
}
#tbl thead tr th {
	text-align: left;
	padding-left: 10px;
}
#tbl tbody tr {
	/*background: transparent url(../img/bgTable.gif) repeat-x 0px 56px;*/
	/*background-repeat: repeat-x;*/
	/*height: 57px;*/
	/*new:*/
	/*padding-bottom: 4px;*/
}
#bgrow {
	background: transparent url(/img/bgTable.gif) repeat-x;
	background-repeat: repeat-x;
}
#tbl tbody tr.last {
	background: none;
	height: 50px;
	padding-bottom: 4px;
}
#tbl tbody tr td {
	padding-left: 10px;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}


#head {
	background: url(../img/bgTop.gif) no-repeat 0px 0px;
	text-align: right;
	display: block;
	margin-right: 5px;
	clear: both;
}
#head .homelink {
	display: block;
	float: left;
	position: relative;
	top: 40px;
	left: 35px;
}


#footer {
	width: 100%;
	background: transparent url(../img/wave.gif) no-repeat 0px 0px;
	height: 32px;
	display: block;
	clear: both;
}
#footer tr td {
	width: 100%;
	font-size: 11px;
	display: block;
	color: #5c666f;
	padding: 12px 0px 0px 15px;
}