@charset "utf-8";
/* CSS Document */

.PageTitle {
	font-size: 165%;
	font-weight: normal;
	letter-spacing: -1px;
	white-space: nowrap;
	margin-top: 0px;
	padding: 0px;
	vertical-align: top;
}

.Introduction {
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Introduction img {
	height: 150px;
	width: 400px;
}

.AltIntroduction {
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.AltIntroduction img {
	height: 309px;
	width: 300px;
}


.Content {
	margin: 10px;
	line-height: 1.5em;
}


.Content ol {
	background-image: none;
	padding-left: 0px;
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.Content ol li {
	list-style-type: decimal;
	background-image: none;
}
.Content ol li li {
	list-style-type: lower-alpha;
	background-image: none;
}

.Content ol li li li {
	background-image: none;
	list-style-type: lower-roman;
}


.Content ul {
	list-style-type: circle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: none;
}

.Content li {
	list-style-type: none;
	background-image: url(../graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}


#welcome {
	margin-top: 15px;
}

.ImageFrame {
	border: 1px solid #999999;
}

.ImageFloat
{
	float: left;
	width: 190px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.ImageFloat img
{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.fineprint {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}

.fineprintgray {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
}


 /* Begin Blue Default Bullet Menu */
#menuBLUE {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menuBLUE ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuBLUE li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE a {
	display: block;
	padding: 2px 10px 2px 20px;
	width: 155px;
	color: #000000;
	text-decoration: none;
	background-image: url(../graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#menuBLUE a:hover {
	color: #B4B4B4;
	text-decoration: none;
}

#menuBLUE ul ul li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE ul ul a {
	display: block;
	padding: 2px 5px 2px 37px;
	width: 143px;
	color: #000000;
	text-decoration: none;
	background-image: url(../graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

#menuBLUE ul ul a:hover {
	color: #5286AD;
	text-decoration: none;
}
/* End Blue Default Bullet Menu */
 
 
 
/* Begin Gray/Blue Bullet Nested Menu */
#nestedmenuBLUE {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nestedmenuBLUE ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nestedmenuBLUE li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#nestedmenuBLUE a {
	display: block;
	width: 155px;
	color: #000000;
	text-decoration: none;
	background-image: url(../graphics/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#nestedmenuBLUE a:hover {
	color: #B4B4B4;
	text-decoration: none;
}

#nestedmenuBLUE ul ul li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#nestedmenuBLUE ul ul a {
	display: block;
	width: 143px;
	color: #000000;
	text-decoration: none;
	background-image: url(../graphics/arrow_ltblue.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 32px;
}

#nestedmenuBLUE ul ul a:hover {
	color: #5286AD;
	text-decoration: none;
}
/* End Gray/Magenta Bullet Nested Menu */


/* Begin Feature Tables */

#featuretableBLUE, #featuretableGREEN, #featuretableGOLD, #featuretableMAGENTA {
	width: 185px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#featuretableBLUE p, #featuretableGREEN p, #featuretableGOLD p, #featuretableMAGENTA p {
	margin-top: 2px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}

#featuretableBLUE th, #featuretableGREEN th, #featuretableGOLD th, #featuretableMAGENTA th {
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
}

#featuretableBLUE td, #featuretableGREEN td, #featuretableGOLD td, #featuretableMAGENTA td {
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
background-color:#e6e5c9;
}

#featuretableBLUE a:link, #featuretableGREEN a:link, #featuretableGOLD a:link, #featuretableMAGENTA a:link {
	color:#000000;
	text-decoration: none;
}

#featuretableBLUE a:visited, #featuretableGREEN a:visited, #featuretableGOLD a:visited, #featuretableMAGENTA a:visited {
	color:#000000;
	text-decoration: none;
}

#featuretableBLUE a:hover, #featuretableGREEN a:hover, #featuretableGOLD a:hover, #featuretableMAGENTA a:hover {
	color:#000000;
	text-decoration: underline;
}

#featuretableBLUE p {
	background-image: url(../graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
}

#featuretableGREEN p {
	background-image: url(../graphics/arrow_green0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
}

#featuretableGOLD p {
background-image: url(../graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
}

#featuretableMAGENTA p {
background-image: url(../graphics/arrow_blue0.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
}

#featuretableBLUE th {
	background-color: #5286AD;
}

#featuretableGREEN th {
	background-color: #3EB272;
}

#featuretableGOLD th {
background-color: #008800;
}

#featuretableMAGENTA th {
background-color: #008800;
}

/* End Feature Tables */

#greytable, #smalltextgreytable {
	border: none;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}


#greytable, td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 1.5;
	vertical-align: top;
}


#greytable th  {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #FFF url(../graphics/th_bck.gif) repeat-x;
	background: #fafafb;
	color: #333333;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#greytable tr td {
	padding: 5px 10px;
	color: #333333;
}

#greytable tr:hover {
	background: #FFF url(../graphics/tr_bck.gif) repeat;
}

#greytable tr:hover td {
	color: #454545;
}

#greytable td, #greytable tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #FFF url(../graphics/foot_bck.gif) repeat;
	color: #333333;
}

#greytable caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

#greytable a:link {
}

#greytable a:visited {
	color: #666;
}

#greytable a:hover {
	color: #CE6602;
	text-decoration: none;
}

#greytable a:active {
	color: #003366;
}

div.center_image {
	float: none;
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

div.leftside_image {
	float: left;
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

div.rightside_image {
	float: right;
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #333333;
	background-color: #FFFFFF;
}

div.centered_image {
    display:block;
    margin:0 auto;
	border: 1px solid #cccccc;
    text-align:center;
	font-size: 1em;
	font-style: italic;
	color: #333333;
	background-color: #FFFFFF;
}


#dataTable {
	line-height: normal;
	width: 98%;
	border: 1px none #999999;
}

#dataTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
 
#dataTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DCDCDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
 
#dataTable th {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #889AAA;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
	line-height: 2.0em;
}

#dataTable ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#dataTable li {
}


#dataTable a:link {
	text-decoration: none;
}
#dataTable a:visited {
	text-decoration: none;
}
#dataTable a:active {
	text-decoration: none;
}
#dataTable a:hover {
	color: #5286AD;
}

#layoutTable {
	line-height: normal;
	width: 95%;
}

#layoutTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#layoutTable img {
	float:left;
	border:solid 1px silver;
	padding:6px;
	margin-right:10px;
}
 
#layoutTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#layoutTable th {
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-indent: 3px;
	color: #333333;
}

#layoutTable ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#layoutTable li {
}

#layoutTable a:link {
	text-decoration: none;
}
#layoutTable a:visited {
	text-decoration: none;
}
#layoutTable a:active {
	text-decoration: none;
}
#layoutTable a:hover {
	color: #5286AD;
}

#centeredDataTable {
	line-height: normal;
	width: 95%;
	border: 1px none #999999;
}

#centeredDataTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
 
#centeredDataTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DCDCDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
 
#centeredDataTable th {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	background-color: #4E5F6E;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
}


#centeredDataTable a:link {
	text-decoration: none;
}
#centeredDataTable a:visited {
	text-decoration: none;
}
#centeredDataTable a:active {
	text-decoration: none;
}
#centeredDataTable a:hover {
	color: #5286AD;
}

#listTable {
	line-height: normal;
	background-color: #FFFFFF;
	width: 95%;
}
 
#listTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
#listTable th {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#listTable a:link {
	text-decoration: none;
}
#listTable a:visited {
	text-decoration: none;
}
#listTable a:active {
	text-decoration: none;
}
#listTable a:hover {
	color: #CE6602;
}







/* Multiple tables on a single page */

.multiTable th {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.multiTable td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	
}

.multiTable a:link {
	text-decoration: none;
}

.multiTable a:visited {
	text-decoration: none;
}

.multiTable a:active {
	text-decoration: none;
}

.multiTable a:hover {
	color: #CE6602;
}


/* End Multitable */








#faqTable {
	line-height: normal;
	background-color: #FFFFFF;
	width: 95%;
}

#faqTable th {
	color: #000000;
	text-align: left;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 3px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#faqTable th ul li {
	font-weight: bold;
	color: #000000;
	background-image: url(../org/graphics/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#faqTable th ul li ul li {
	font-weight: normal;
	background-image: none;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 0px;
}

 
#faqTable td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
#faqTable td ul {
	font-weight: normal;
	color: #000000;
}

#faqTable td ul li{
	font-weight: bold;
	background-image: url(../org/graphics/q.gif);
	background-repeat: no-repeat;
}

#faqTable td ul li ul li {
	font-weight: normal;
	padding-left: 0px;
	background-image: none;
}



#surveyTable {
	line-height: normal;
	background-color: #FFFFFF;
	width: 95%;
}
 
#surveyTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
 
#surveyTable th {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 3px;
	white-space: nowrap;
	width: 25%;
}

#surveyTable a:link {
	text-decoration: none;
}
#surveyTable a:visited {
	text-decoration: none;
}
#surveyTable a:active {
	text-decoration: none;
}
#surveyTable a:hover {
	color: #CE6602;
}


#highlightTable {
	border-collapse: collapse;
	padding: 3px;
	font-weight: normal;
	width: 98%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#highlightTable a:link {
}

#highlightTable a:visited {
}

#highlightTable a:active {
}

#highlightTable a:hover {
color: #008800;
}

#highlightTable th.left {
	font-size: 115%;
	padding-top: 15px;
	background-image: url(../graphics/tableDStl.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-bottom: 5px;
	background-position: left top;
	padding-left: 0px;
	width: 25%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#highlightTable th.right {
	font-size: 125%;
	padding-top: 15px;
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-bottom: 5px;
	background-position: right top;
	background-image: url(../graphics/tableDStr.gif);
	width: 25%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#highlightTable td.center {
	width: 25%;
}

#highlightTable tr {
	vertical-align: top;
	font-weight: normal;
	background-color: #F7F7F7;
}

#highlightTable td.left {
	padding-bottom: 10px;
	background-image: url(../graphics/tableDSl.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 25%;
}

#highlightTable td.right {
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-bottom: 10px;
	background-image: url(../graphics/tableDSl.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 25%;
}

#highlightTable td.spacerleft {
	height: 25px;
	background-image: url(../graphics/tableDSbl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#highlightTable td.spacerright {
	height: 25px;
	background-image: url(../graphics/tableDSbr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#highlightTable td {
	width: 50%;
	border-top-style: none;
	border-bottom-style: none;
	background-position: top;
	text-align: left;
	font-weight: normal;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#highlightTable ul {
	font-size : 100%;
	color : #000000;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
}

#highlightTable li {
	background-image: none;
}

#highlightTable ul ul li {
	font-size : 100%;
	list-style-type: square;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}

#highlightTable ul ul ul li {
	font-size : 100%;
	color : #000000;
	list-style-type: square;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: none;
}


#prTable {
	line-height: normal;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#prTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#prTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#prTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	text-indent: 3px;
	width: 200px;
}

#prTable a:link {
	text-decoration: none;
}
#prTable a:visited {
	text-decoration: none;
}
#prTable a:active {
	text-decoration: none;
}
#prTable a:hover {
	color: #CE6602;
}

#aeroTable {
	line-height: normal;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
	padding: 0px;
}

#aeroTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
 
#aeroTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin: 0px;
	vertical-align: middle;
}
 
#aeroTable th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-align: right;
	text-indent: 3px;
	width: 100px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#aeroTable a:link {
	text-decoration: none;
}
#aeroTable a:visited {
	text-decoration: none;
}
#aeroTable a:active {
	text-decoration: none;
}
#aeroTable a:hover {
	color: #CE6602;
}

.newsheader {
	width: 98%;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
/*	spacing: 0px;*/
}

.newsheader th {
	background-image: url(../graphics/tabBK.gif);
	background-repeat: repeat-x;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	font-size: 100%;
	padding-top: 5px;
	background-position: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.newsheader th.left {
	background-image: url(../graphics/tabLT.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 18px;
}

.newsheader th.tableft {
	background-image: url(../graphics/tabTLT.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
}

.newsheader th.tab {
	background-image: url(../graphics/tabTBK.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	text-align: left;
	width: 1%;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.newsheader th.tabright {
	background-image: url(../graphics/tabTRT.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
}

.newsheader th.right {
	background-image: url(../graphics/tabRT.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 10px;
	text-align: right;
}

.newsheader tr {
	border-left-width: 1px;
	border-left-style: solid;
}


.newsheader td { }

.newscontainer {
	width: 98%;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1C1C1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
}

.newscontainer td {
	border-bottom-style: none;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	padding: 0px;
	border-left-style: none;
}

.newscontainer td.left {
	width: 10px;
}

.newscontainer td.right {
	width: 10px;
}

.newsitem {
	width: 99%;
	margin: 0px;
	padding: 0px;
}

.newsitem td.newsdate {
	font-size: 100%;
	color: #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.newsitem td.newsheadline {
	font-size: 125%;
	text-transform: capitalize;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.newsitem td.newsheadline a:link, .newsitem td.newsheadline a:visited {
	color: #000000;
	text-decoration: none;
}

.newsitem td.newsheadline a:hover {
	color: #999999;
	text-decoration: none;
}

.newsitem td.newstext {
	font-size: 125%;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.newsitem td.bullet {
	width: 10px;
	background-image: url(../graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: -3px 7px;
}

.newsitem td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
.whatsnewitem td.whatsnewheadline {
	font-size: 125%;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.5em;
}
*/

/*
.whatsnewitem td.whatsnewheadline a:link, .whatsnewitem td.whatsnewheadline a:visited {
	color: #000000;
	text-decoration: none;
}
*/

/*
.whatsnewitem td.whatsnewheadline a:hover {
	color: #999999;
	text-decoration: none;
}
*/

/*
.whatsnewitem td.bullet {
	width: 10px;
	background-image: url(../graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: -3px 0px;
}
*/

#iconfarm {
	text-align: center;
	margin-top: 25px;
}

#iconfarm img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#lotTable {
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 550px;
}

#lotTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
 
#lotTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}
 
#lotTable th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-align: right;
	text-indent: 3px;
	width: 100px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

