/*--- HTML Tag Overrides ---*/
html, body {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

td {
	vertical-align: top;
}

ul li {
	list-style-image: url(/images/list_item.gif);
}

hr {	
	color: #666666;
	height: 1px;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #515151;
	font-weight: bold;
	text-decoration: underline
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#wrapper {
	background-image: url(/images/bg_main.gif);
}

#main_container {
	background-image: url(/images/main_container_background.gif);
	margin: auto;
	min-height: 100%;
	width: 858px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2b2b2;
}

#footer a {
	color: #b2b2b2;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#chart {
	border-collapse: collapse;
	width: 100%;
}
#chart td {
	border: 1px #333333 solid;
	margin: 0;
	padding: 2px;
}
#chart_head {
	background-color: #333333;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-weight: bold;
}
#chart_head td {
	border: 1px #CCCCCC solid;
}
#chart_row1 {
	background-color:#E1E1E1;
}
#chart_row2 {
	background-color:#f0f0f0;
}
/*--------------------*/

/* Text Definitions */
.arial_10_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2b2b2;
}

.arial_14 {
	font-size:14px;
	font-weight:bold;
}

.arial_14_red {
	font-size:14px;
	color:#c60a27;
	font-weight:bold;
}

.arial_10_grey a {
	color: #b2b2b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

.arial_10_grey a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2b2b2;
	text-decoration: underline;
}

.arial_red {
	color:#c60a27;
}

.arial_white {
	color:#ffffff;
}
/*--------------------*/