/*  General Styles  */

/*STRONG  {
	font-weight:bold;
	color: #666666;
} */
EM  { font-style:italic }
BLOCKQUOTE {
	background: #D6E3F0;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

TESTBLOCKQUOTE {
	font-style: italic;
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}


BLOCKQUOTE div {
	background: #EEEEEE;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
`

BODY  { margin:0; padding:0; background:#FFFFFF }
BODY, P  {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 15px;
}
.linespace {
	word-spacing: normal;
	font-size: 11px;
	line-height: 20px;
}




h1 {
	font-size: 17px;
	line-height: 16px;
	font-weight: bold;
	color: #284D72;
	background-image: url(/images/h1_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: -16px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #D99737;
}

/*h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CA5A00;
	border-top: 2px solid #284D72;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFFFFF;
}*/
h3 {	font-size: 14px; line-height: 14px; font-weight: bold; color: #162F71;}
h4 {	font-size: 14px; line-height: 14px; font-weight: bold; color: #4C77B3;}
h5 {
	color: #FF0000;
	padding: 2px;
	border: 1px dotted #FF0000;
	display: compact;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #b22222;
}



/*strong {
	color: #CA5A00;
}*/

/* TABLE FORMATING  */
/*th {
	background: #CC9966;
	border-left: 1px solid #EEE;
	border-right: 1px solid #CCC;
	border-top: 1px solid #EEE;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left;
	color: #FFFFFF;
}
*/
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
/*tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent  {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

div.tableContainer {
	border: 1px solid #ccc;
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

th a:link {text-decoration: underline; color: #FFFFFF}
th a:visited {text-decoration: underline; color: #FFFFFF}
th a:hover {text-decoration: underline; color: #FFFFFF}
th a:active {text-decoration: underline; color: #FFFFFF}*/

/* TABLE FORMATING  */

a:link {text-decoration: none; color: #4F73B7}
a:visited {text-decoration: none; color: #4F73B7}
a:hover {text-decoration: underline; color: #CA5A00}
a:active {text-decoration: underline; color: #4F73B7}

/*  ID's  */
#banner
{
	margin: 0px;
	padding: 0px;
}
#bannerLeft {
	float: left;
	width: 408px;
}
#bannerRight {
	margin-left: 408px;
}

#bottomBar
{
	background-image: url(/images/bottom_bar_bg.jpg);
	height: 15px;
}

#breadcrumb {
	color: #737373;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-left: -16px;
}
#breadcrumb A  {
	font-size: 10px;
	color: #5375BC;
		line-height: 10px;

}
#breadcrumb A:visited  {
	text-decoration:none;
	color: #5375BC;
}
#breadcrumb A:hover  { color:#FFFFFF; text-decoration:none;  background:#001B60 }
#breadcrumb A:visited:hover  { color:#FFFFFF; background:#001B60; text-decoration:none }
#breadcrumb A:link:active  { color:#738eaf; text-decoration:none }


#bulletsReplace li {
	list-style-image: url(/images/clip_image001.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#chaptersMain {
	margin: 15px 0px;
	padding: 0px;
	width: 670px;
}
#chaptersLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 75px;
}
#chaptersRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 595px;
	color: #E0E4E0;
}
#listBaseCamp {
	background-color: #EEEEEE;
	width: 450px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mediumBlue a {
	text-decoration: none;
}

#mediumBlue a:hover {
	text-decoration: underline;
	letter-spacing: .1em;
}

.green {
	color: #00CC66;
	font-size:14px;
	font-weight: bold;
	
}

.smallBlue {
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #98BADB;
}

#footer1 {
	height: 30px;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #B5B5CD;
	border-bottom: 1px solid #B5B5CD;
}
#footer1Middle  {
	padding-top: 5px;
	padding-left: 10px;
}

#footer2 {
	height: 56px;
	width: 776px;
	border-right: 1px #B5B5CD;
	border-left: 1px #B5B5CD;
}

#footer2Left {
	clear: none;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
#footer2Right {
	float: right;
	width: 166px;
	padding-right: 20px;
}

#homeMiddleBoxContainer {
	height: 144px;
	width: 363px;
	background-color: #E7EFF6;
	margin-bottom: 10px;
}

#homeMiddleBoxLeft {
	height: 144px;
	background-image: url(/images/banner_index_center_foto.jpg);
	float: left;
	margin: 0px;
	padding: 0px;
}

#homeMiddleBoxRight {
	width: 240px;
	margin-left: 120px;
	background-color: #E7EFF6;
	height: 144px;
	padding: 0px;
}
/*#homeMiddleBoxRight {
	width: 243px;
	margin-left: 120px;
	background-color: #E7EFF6;
	height: 144px;
}*/



#homeMiddleBoxRightContent1, #homeMiddleBoxRightContent5 {
	padding-left: 13px;
	padding-top: 10px;
}
#homeMiddleBoxRightContent2, #homeMiddleBoxRightContent3, #homeMiddleBoxRightContent4  {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #DE8A00;
	padding-top: 4px;
	margin-top: 9px;
	padding-bottom: 4px;
	padding-left: 13px;
	font-size: 8px;
}
#homeMiddleBoxRightContent3 {
	background-color: #D47000;
	margin-top: 1px;
}
#homeMiddleBoxRightContent4 {
	background-color: #CA5A00;
	margin-top: 1px;
}

#homeMiddleBoxRightContent5 {
	padding-top: 5px;
}

#leftSideContainer {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5CD;
}

#leftSideContent {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftSideContent2, #leftSideContent3 {
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5B5CD;
	border-bottom-color: #B5B5CD;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftSideContent3 {
	border-bottom-style: none;
	border-top-style: none;
	padding-right: 10px;
}

#mainContainer {
	/*width: 778px;
	margin-right: auto;
	margin-left: auto;*/

}
#main {
	width: 776px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5CD;
	border-left-color: #B5B5CD;
	background-image: url(/images/middle_back.gif); 
}

#mainInner {	
	background-image: url(/images/middle_back2.gif);  
	width: 100%;
}

#mainInnerFull {	
	width: 100%;
}

#rightSideContainer {
	padding: 0px;
	margin-left: 206px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5CD;
}
#rightSideContainerFull {
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5CD;
}
#rightSideContent  {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightSideContentInner {
	padding: 10px 10px 10px 26px;
}

#rightSideContentInner  th {
	color:#FFFFFF;
	text-align: left;
}

#rightSideContentInner  th a{
	color:#FFFFFF;
	text-decoration: none;
}
#rightSideContentHome {
	
}

#rightSideContentInner P{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/*
#rightSideContentInner UL { list-style:inside; margin:5px; padding:5px }
#rightSideContentInner LI   {
	text-indent:-16px;
	margin: 2px 3px;
	padding: 4px 3px;
}
*/

#middleContentLeftContainer {
	float: left;
	width: 383px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5CD;
}
#middleContentRightContainer {
	padding: 0px;
	margin-left: 383px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5CD;
}

#middleContentLeftContent {
	padding-right: 10px;
	padding-left: 10px;	
}

#middleContentRightContent {	
	padding-right: 10px;
	padding-left: 10px;	

}
#stepsFormat P{
	color: #CCCCCC;
}
#stepsHighlight {
	color: #193275;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tableBack {
	background-color: #eeeeee;
}

#tableBack td {
	background-color: #ffffff;
	padding: 2px;
}

#top
{
	/*background-image: url(/images/topBack3.jpg);*/
	height: 71px;
	/*width: 778px;
	margin-right: auto;
	margin-left: auto;*/

}

#topLoginPosition {
	float: left;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 11px;
}

#topLoginPosition A{
	color: #FFFFFF;
}

#topNavMain
{
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-x;
	/* height: 57px;
 */}
#topNav1
{
	height: 36px;
	/*width: 778px;*/
	/*margin-right: auto;
	margin-left: auto;*/

}
#topNav2
{
	height: 24px;
	width: 778px;
	
}


#topNav2Login 
{
	float:left;
	width:400px;
	padding-left: 10px;
}

#topNav2Links 
{
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

#topNav2Links A{
	color: #FFFFFF;
}

#topNav1 ul	{
	list-style-type: none;
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 36px;
	}
	
#topNav1 ul li {
	float: left;
	margin: 0px;
	border-right: 1px solid #5b59a7;
	border-left: 1px solid #5b59a7;
	}
	
#topNav1 ul li a {
	background: #1E3070 url(/images/blue-fade.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 7px 14px;
	display: block;
	font-size: 9px;
	line-height: 10px;
	}
	
#topNav1 li div a {
	background: #1E3070 url(/images/blue-fade-light.jpg) repeat-x;
	}
	
* html #topNav1 ul li a {
		width: 1%;
	}
	
#topNav1 ul li a:hover {
		background: #1E3070 url(/images/blue-fade-light.jpg) repeat-x;
		color: #FFFFFF;
	}

#topNav2 ul	{
	list-style-type: none;
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 21px;
	}
	
#topNav2 ul li {
		float: left;
		margin: 0px;

}
	
#topNav2 ul li a {
	background: url(/images/blue-fade-light2.jpg) repeat-x;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	display: block;
	}
	
* html #topNav2 ul li a {
		width: 1%;
	}
	
#topNav2 ul li a:hover {
		background: url(/images/blue-fade2.gif) repeat-x;
	}
	
#topRotate {
	padding: 5px;
	/*border: 1px solid #CCCCCC;*/
}

#valid {
	width: 778px;
	padding-top: 10px;
	padding-left: 10px;
}

/*#welcomeBack {
	background-color: #D6E3F0;
	padding-right: 2px;
	padding-left: 2px;
}*/
#welcomeSpace {
	padding-left: 10px;
	padding-bottom: 10px;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}

/*  CLASSES  */

.bigBlue {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #284D72;
}
.bigRed {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CA5A00;
}
.greyBack {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 755px;
}
.greyBack2 {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.highlight { background-color:#D6E3F0; padding:2px;}
.homeSearch {
	width: 100px;
	vertical-align: middle;
	color:#000; background:#D6E3F0; border:1px #26a solid; font: 10px arial, helvetica, sans-serif}

.homeSearch:focus { background-color: #FFFFCC;}
.mediumRed {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CA5A00;
}

.notificationRedBold {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CA5A00;
}

.notificationRed {
	font-size: 13px;
	line-height: 16px;
	color: #CA5A00;
}


.mediumBlue {
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #405D9F;
	padding-left: 10px;
}
.pTag {
	border-top: 2px solid #284D72;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

fieldset
{
	border: #26a solid 1px;
	width: auto;
	padding: 5px;
	background-color: #EEEEEE;
}

legend
{
background: #D6E3F0;
border: #26a solid 1px;
padding: 2px 5px}

.leftNavTable {color: #FFFFFF; }
.leftNavTable LI A  {
	text-decoration:none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	display:block;
	margin:0px;
	padding:1px 0 1px 10px;
	text-align: left;
	
}
.leftNavTable LI A:visited  { text-decoration:none }
.leftNavTable LI A:hover  { color:#FFFFFF; text-decoration:none;  background:#001B60 }
.leftNavTable LI A:visited:hover  { color:#FFFFFF; background:#001B60; text-decoration:none }
.leftNavTable LI A:link:active  { color:#738eaf; text-decoration:none }
#leftNavTable UL  {
	border:0px;
	margin:0px;
	padding:0px;
}

.small {
	color:#737373;
	font-size:10px;
}

.italic1 {
	font-size: 11px;
	font-style: italic;
}


.largemarcom {
	color:#284D72;
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
}

.largetnbwp {
	color:#D99737;
	font-size:20px;
	font-weight: bold;
	line-height: 22px;
}

.writerssitelogo {
	color:#0066FF;
	font-size:24px;
	font-weight: bold;
	line-height: 22px;
}

.bigRed {
	color: #b22222;
	font-size: 16px;
}

.submit, .submit2
{
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	padding:3px;
	background-image: url(/images/submit_bg.jpg);
	margin: 1px;
}
.submit2
{
	background-image: url(/images/submit_bg.jpg);
}
.submit2 a, .submit2 a:visited, .submit2 a:hover  {
	color: #FFFFFF;
}

#privacyBoxRegister {
	width: 100%;
	margin-left: 0px;
	background-color: #D99737;
	height: 15px;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}

.smallBox {
	color:#ffffff;
	font-size:10px;
	font-weight: normal;
}

#promoBoxRegister {
	width: 90%;
	margin-left: 10px;
	background-color: #ffffff;
	height: 15px;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #b22222;
	font-size: 12px;
}
#advancedSearch {
	margin: 0px;
	padding: 5px;
	background: #F6F6F6;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#tableCSS {
	margin: 0px;
	padding: 0px;
}

/*#tableCSS tr  {
	margin: 10px 5px 5px;
	padding: 10px 5px 5px;
	border: 1px solid #000000;
}*/


#tableCSS td {
	margin: 2px;
	padding: 2px;
	border-bottom: 1px solid #F6F6F6;
}
#tableCSS th {
	text-transform: uppercase;
	color: #000000;
	padding: 5px;
	border-top: 1px solid #E4C592;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
#storyExtraMain {
	margin: 0px;
	padding: 0px;
	height: 65px;
}
#storyLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#storyRight {
	float: right;
	width: 300px;
}
#storyRightInner {
	float: right;
}
#storyExtraMain #Right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}

#middleBox1 {
	margin: 0px;
	padding: 0px;
	height: 146px;
	background-image: url(/images/home_main_message2.gif);
	width: 383px;
}
#middleBox2, #middleBox3 {
	margin: 0px 10px 10px;
}


#middleBoxImage {
	float: left;
	width: 120px;
}
#middleBoxRight  {
	margin-left: 120px;
}


/*#middleBox1Line1, #middleBox2Line1, #middleBox1Line2, #middleBox1Line3, #middleBox1Line4, #middleBox2Line2, #middleBox2Line3, #middleBox2Line4 {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#middleBox1Line5, #middleBox2Line5 {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}*/

#middleContentLeftContainer H2 {
	font-size: 14px;
	font-weight: bold;
	color: #CA5A00;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#border-trbl, #border-trbl2, #border-trbl3t{
	width:82%;
	margin-bottom: 25px;
	border-top:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	padding:10px;
}

#border-trbl2{
	width:600px;
	padding-left:25px;
	padding-right:25px;
	margin-left: 20px;
	font-size: 13px;
}

#border-trbl3t{
	width:550px;
	padding-left:25px;
	padding-right:25px;
	margin-left: 15px;
	font-size: 13px;
}


#border-trbl2 p{
	font-size: 13px;
}

#left-col{
	width:170px;
	float: left;
	padding:20px 5px 5px 30px;
	font-size:10px;
	color:#737373;
}

#c-col{
	padding:20px 0px 0px 30px;
	font-size:12px;
	color:#737373;
}

#content{
	padding:15px;
	color:#737373;
	font-size:10px;
}
#content td{
	color:#737373;
	font-size:10px;
}

#right-col{
	width:200px;
	padding:20px 0px 0px 30px;
	font-size:12px;
	color:#737373;
}

#right-coltnbwp{
	width:161px;
	padding:0px 0px 0px 20px;
	font-size:12px;
	color:#737373;
	position: absolute;
	height: auto;
	left: 598px;
	top: 198px;
	border-top:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
}

#ad-horizontaltnbwp{
	width:500px;
	padding:10px 10px 10px 15px;
	font-size:11px;
	position: relative;
	height: auto;
	top: auto;
	border-top:1px solid #D99737;
	border-left:1px solid #D99737;
	border-right:1px solid #D99737;
	border-bottom:1px solid #D99737;
	left: 50px;
}



#c-col a{
	text-decoration:none;
	color:#5175BF;
}

#c-col td{
	font-size:11px;
	color:#737373;
}
#c-col td a{
	text-decoration:none;
	color:#5175BF;
}

#c-col p{
	font-size:12px;
	color:#737373;
}
#right-col a{
	text-decoration:none;
	color:#5175BF;
}

#list{
	font-size:10px;	
	height:20px;
	background: url(/images/dots.gif) repeat-x 0px 100%;
}
#list a{
	font-size:12px;	
	color:#5175BF;
	text-decoration:none;
	font-weight:bold;
}


#border-trbl li{
	color:#737373;
	list-style-type:none;
	list-style-image: url(/images/arrow_li.gif);
	font-size:12px;
	padding:5px 0px 5px 0px;
}

#border-trbl th {
	color:#FFFFFF;
	text-align: left;
}

#border-trbl th a{
	color:#FFFFFF;
	text-decoration: none;
}

#left-col li{
	color:#737373;
	list-style-type:none;
	list-style-image: url(/images/arrow_li.gif);
	font-size:12px;
	padding:3px 0px 3px 0px;
/*	border-bottom:1px dotted #CDCDCD;*/
	background: url(/images/dots.gif) repeat-x 0px 100%;
}

#left-col li a{
	color:#5175BF;
	text-decoration:none;
}

#left-col a{
	color:#5175BF;
	text-decoration:none;
}


#content li{
	color:#737373;
	list-style-type:none;
	list-style-image: url(/images/arrow_li.gif);
	font-size:12px;
	padding:3px 0px 3px 0px;
/*	border-bottom:1px dotted #CDCDCD;*/
	background: url(/images/dots.gif) repeat-x 0px 100%;
}

#content li a{
	color:#5175BF;
	text-decoration:none;
}

#content a{
	color:#5175BF;
	text-decoration:none;
}


#param_name{
	font-size:12px;
	color:#737373;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

#authorbox, #authorbox2{
	width:119px;
	padding:0px 0px 0px 10px;
	font-size:10px;
	color:#737373;
	position: static;
	height: auto;
	left: 522px;
	top: 297px;
	border-color: #999999;
}

#authorbox2{
	width:160px;
	position: absolute;
	height: auto;
	left: 0px;
	top: 39px;
	font-size:12px;

}
.class-reviewed {
	/*opacity: 0.6;*/
	/*filter: alpha(opacity=20);*/
	/* background: url(/images/review_bg.gif);*/
	/*border-color: #ddd;*/
	background: #D6E3F7;
}
.class-reviewed a, .class-reviewed td, .class-reviewed strong {
	color: #999999;
	font-weight: normal;
}

