/* CSS Document */

/* HACK for Firefox. Because of tables, this needs to happen for swfs to display
without white space */
object { display: block; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_fade_00.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: fixed;
}

a:link {
	color: #FF3900;
	text-decoration: none;
}
a:visited {
	color: #AA2600;
	text-decoration: none;
}
a:hover {
	color: #FF3900;
	text-decoration: underline;
}
a:active {
	color: #AA2600;
	text-decoration: underline;
}
a {
	font-weight: bold;
}

.text_main {
	font-size: 10px;
	line-height: 14px;
}

.cell_textFade {
	border: 1px solid #CDCDCD;
	font-size: 10px;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	background-position: center top;
	background-image:  url(../images/bg_fade_01.gif);
	line-height: 14px;
	padding: 10px;
}

.border_orangeBoarder {
	border: 1px solid #FF9900;
}

.text_Header_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
}

.text_Header_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
}
.text_larger {
	font-size: 12px;
	line-height: 18px;
}

.cell_bg_dottedLine {
	background-image: url(../images/bg_tile_dottedLine.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 5px;
}
.cell_textNoFade {
	border: 1px solid #CDCDCD;
	font-size: 10px;
	background-color: #F5F5F5;
	line-height: 14px;
	padding: 10px;
}
.text_form {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	background-color: #FFFFFF;
}
.cell_form {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #EEEEEE;
}
.cell_bg_hash {
	background-image: url(../images/bg_tile_gray.gif);
	background-repeat: repeat;
	background-position: left center;
	padding: 0px;
	font-size: 10px;
}
.text_mainAlt {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}
.cell_gray {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 10px;
	line-height: 14px;
}
.cell_spacer {
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}

