@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(imgs/92_FSS_blackmark_med.jpg);
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	background-color: #000;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: none;
	height: 182px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-position: left;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}
.thrColFixHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	background-color: #000;
	text-align: left;
} 
.leftAlign {
	margin-left:  0px;
	margin-right:  15px;
	margin-top:  5px;
	margin-bottom:  15px;
}

.rightAlign {
	float: right;
	margin-left:  15px;
	margin-right:  0px;
	margin-top:  5px;
	margin-bottom:  15px;
}

.thrColFixHdr #footer {
	background-color: #F90;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	width: 780px;
	float: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #FC0;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #D6D6D6;
}
h1 {
	font-size: 18pt;
	color: #FC0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #9CF;
}
h2 {
	font-size: 14px;
	color: #FC0;
}
h3 {
	font-size: 18px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer752792520 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:780px;
	height:209px;
	text-align:left;
}

#MMMenuContainer0701103610_0 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701103610_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:57px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701103610_0 {
	/* This class defines things about menu MMMenu0701103610_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:200px;
	height:144px;
}

.MMMIFVStyleMMMenu0701103610_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701103610_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:200px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:192px;
	height:16px;
}

.MMMIVStyleMMMenu0701103610_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701103610_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:200px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:192px;
	height:16px;
}

#MMMenu0701103610_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701103610_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenu0701103610_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:49px;
}

#MMMenu0701103610_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:73px;
}

#MMMenu0701103610_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:97px;
}

#MMMenu0701103610_0_Item_5 {
/* Unique ID for item 5 of menu MMMenu0701103610_0 so we can set its position */
	left:0px;
	top:121px;
}

#MMMenuContainer0701103610_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0701103610_0 a {
	/* Controls the general apperance for menu MMMenuContainer0701103610_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701103610_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701103610_0 */
	color:#ffffff;
	background-color:#999999;
}
#MMMenuContainer0701104621_1 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701104621_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:104px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701104621_1 {
	/* This class defines things about menu MMMenu0701104621_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:275px;
	height:216px;
}

.MMMIFVStyleMMMenu0701104621_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701104621_1 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:275px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:267px;
	height:16px;
}

.MMMIVStyleMMMenu0701104621_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701104621_1 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:275px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:267px;
	height:16px;
}

#MMMenu0701104621_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701104621_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenu0701104621_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:49px;
}

#MMMenu0701104621_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:73px;
}

#MMMenu0701104621_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:97px;
}

#MMMenu0701104621_1_Item_5 {
/* Unique ID for item 5 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:121px;
}

#MMMenu0701104621_1_Item_6 {
/* Unique ID for item 6 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:145px;
}

#MMMenu0701104621_1_Item_7 {
/* Unique ID for item 7 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:169px;
}

#MMMenu0701104621_1_Item_8 {
/* Unique ID for item 8 of menu MMMenu0701104621_1 so we can set its position */
	left:0px;
	top:193px;
}

#MMMenuContainer0701104621_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0701104621_1 a {
	/* Controls the general apperance for menu MMMenuContainer0701104621_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701104621_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701104621_1 */
	color:#ffffff;
	background-color:#999999;
}
#MMMenuContainer0701104951_2 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701104951_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:166px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701104951_2 {
	/* This class defines things about menu MMMenu0701104951_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:275px;
	height:216px;
}

.MMMIFVStyleMMMenu0701104951_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701104951_2 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:275px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:267px;
	height:16px;
}

.MMMIVStyleMMMenu0701104951_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701104951_2 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:275px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:267px;
	height:16px;
}

#MMMenu0701104951_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701104951_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenu0701104951_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:49px;
}

#MMMenu0701104951_2_Item_3 {
/* Unique ID for item 3 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:73px;
}

#MMMenu0701104951_2_Item_4 {
/* Unique ID for item 4 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:97px;
}

#MMMenu0701104951_2_Item_5 {
/* Unique ID for item 5 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:121px;
}

#MMMenu0701104951_2_Item_6 {
/* Unique ID for item 6 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:145px;
}

#MMMenu0701104951_2_Item_7 {
/* Unique ID for item 7 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:169px;
}

#MMMenu0701104951_2_Item_8 {
/* Unique ID for item 8 of menu MMMenu0701104951_2 so we can set its position */
	left:0px;
	top:193px;
}


#MMMenuContainer0701104951_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0701104951_2 a {
	/* Controls the general apperance for menu MMMenuContainer0701104951_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701104951_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701104951_2 */
	color:#ffffff;
	background-color:#999999;
}
#MMMenuContainer0701105320_3 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701105320_3 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:256px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701105320_3 {
	/* This class defines things about menu MMMenu0701105320_3's div. */
	position:absolute;
	left:0px;
	top:0px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:175px;
	height:48px;
}

.MMMIFVStyleMMMenu0701105320_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105320_3 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:175px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
	height:16px;
}

.MMMIVStyleMMMenu0701105320_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105320_3 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:175px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
	height:16px;
}

#MMMenu0701105320_3_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701105320_3 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701105320_3_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701105320_3 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenuContainer0701105320_3 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0701105320_3 a {
	/* Controls the general apperance for menu MMMenuContainer0701105320_3's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701105320_3 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701105320_3 */
	color:#ffffff;
	background-color:#999999;
}
#MMMenuContainer0701105433_4 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701105433_4 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:326px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701105433_4 {
	/* This class defines things about menu MMMenu0701105433_4's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:220px;
	height:72px;
}

.MMMIFVStyleMMMenu0701105433_4 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105433_4 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:220px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:212px;
	height:16px;
}

.MMMIVStyleMMMenu0701105433_4 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105433_4 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:220px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:212px;
	height:16px;
}

#MMMenu0701105433_4_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701105433_4 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701105433_4_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701105433_4 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenu0701105433_4_Item_2 {
/* Unique ID for item 2 of menu MMMenu0701105433_4 so we can set its position */
	left:0px;
	top:49px;
}

#MMMenuContainer0701105433_4 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0701105433_4 a {
	/* Controls the general apperance for menu MMMenuContainer0701105433_4's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701105433_4 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701105433_4 */
	color:#ffffff;
	background-color:#999999;
}
#MMMenuContainer0701105533_0 {
	/* This ID is related to the master menu div for menu MMMenuContainer0701105533_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:408px;
	top:145px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0701105533_0 {
	/* This class defines things about menu MMMenu0701105533_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #ffffff;
	width:220px;
	height:120px;
}

.MMMIFVStyleMMMenu0701105533_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105533_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:220px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:212px;
	height:16px;
}

.MMMIVStyleMMMenu0701105533_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0701105533_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:220px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:212px;
	height:16px;
}

#MMMenu0701105533_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0701105533_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0701105533_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0701105533_0 so we can set its position */
	left:0px;
	top:25px;
}

#MMMenu0701105533_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0701105533_0 so we can set its position */
	left:0px;
	top:49px;
}

#MMMenu0701105533_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0701105533_0 so we can set its position */
	left:0px;
	top:73px;
}

#MMMenu0701105533_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu0701105533_0 so we can set its position */
	left:0px;
	top:97px;
}

#MMMenuContainer0701105533_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;

}

#MMMenuContainer0701105533_0 a {
	/* Controls the general apperance for menu MMMenuContainer0701105533_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ff9900;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0701105533_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0701105533_0 */
	color:#ffffff;
	background-color:#999999;
}
.thrColFixHdr #container #mainContent p strong {
	color: #F60;
}
.thrColFixHdr #container #mainContent p strong {
	font-size: 14px;
}
.thrColFixHdr #container #mainContent p strong {
	color: #F90;
}
.thrColFixHdr #container #mainContent p strong {
	color: #F60;
}
img{ border-color:#FFF}