/* CSS Document */
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CSS RESET FILE
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
html, body, div, span, applet, object, iframe, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th
{
	margin:0;padding:0;border:0;outline:0;
	font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;
	vertical-align:baseline;
}


:focus			{outline:0;}
html			{height:100%;}
body			{line-height:1;color:black;background:white;height:100%;}
table			{border-spacing:0;}
caption, th, td	{text-align:left;vertical-align:top;font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;}
img				{border:none;margin:0px;padding:0px;display:block;}
p				{margin-top:15px;margin-bottom:15px;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q	{quotes:"" "";}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#e7e7e7;
		color:#333333;font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;line-height:normal;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-left:10px;margin-top:10px;margin-bottom:13px;line-height:inherit;}
OL		{margin-left:10px;margin-top:10px;margin-bottom:10px;line-height:inherit;}
LI		{margin-left:10px;padding-top:2px;padding-bottom:2px;line-height:inherit;}
/*TABLE	{border-spacing:0px;border-collapse:collapse;}*/

TD		{text-align:left;font-weight:inherit;vertical-align:top;}

/*----------------------------------------------------------------------------*/

FORM			{margin:0px;}
TEXTAREA		{
				border:1px solid #CCCCCC;background:#FFFFFF;color:#666666;
				font-family:Arial, Helvetica, sans-serif;font-size:11px;;
				padding:3px;
				}
INPUT			{
				border:1px solid #CCCCCC;background:#FFFFFF;color:#666666;
				font-family:Arial, Helvetica, sans-serif;font-size:11px;;
				padding:1px;
				}
SELECT			{
				border:1px solid #CCCCCC;background:#FFFFFF;color:#666666;font-weight:normal;
				font-family:Arial, Helvetica, sans-serif;font-size:11px;;
				padding-left:1px;
				}			

INPUT.submit   {
				border:1px solid #CCCCCC;color:#333333;background:#FFFFFF;font-weight:normal;
				font-family:Arial, Helvetica, sans-serif;font-size:10px;
				padding:0px;padding-left:2px;padding-right:2px;cursor:pointer;
				}
INPUT.search   {
				border:1px solid #CCCCCC;background:#FFFFFF;color:#666666;
				font-family:Arial, Helvetica, sans-serif;font-size:11px;;
				padding-top:1px;pading-left:2px;margin:0px;
				}
INPUT.submit_image {
				border:0px;padding:0px;
				}
INPUT.checkbox {
				border:0px;padding:0px;background:none;width:13px;
				}
INPUT.radio {
				border:0px;padding:0px;background:none;width:13px;
				}
INPUT.file {
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Arial, Helvetica, sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;width:100%;
				}


/*----------------------------------------------------------------------------*/

P 	{margin-top:10px;margin-bottom:10px;line-height:inherit;}

HR	{
	background:#FFFFFF;border:none;margin-top:5px;
	margin-bottom:10px;height:1px;width:100%;border-bottom:1px solid #CCCCCC;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:15px;
	margin-bottom:15px;height:1px;width:100%;border-bottom:2px solid #e5e5e5;;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:underline;color:#333333;}
A:link			{text-decoration:underline;color:#333333;}
A:active		{text-decoration:underline;color:#333333;}
A:visited		{text-decoration:underline;color:#333333;}
A:hover			{text-decoration:underline;color:#333333;}

table#HEADER td A 			{text-decoration:none;color:#666666;}
table#HEADER td A:link 		{text-decoration:none;color:#666666;}
table#HEADER td A:active 	{text-decoration:none;color:#666666;}
table#HEADER td A:visited 	{text-decoration:none;color:#666666;}
table#HEADER td A:hover 	{text-decoration:underline;color:#666666;}

table#SIDEMENU td A 		{text-decoration:none;color:#333333;}
table#SIDEMENU td A:link 	{text-decoration:none;color:#333333;}
table#SIDEMENU td A:active 	{text-decoration:none;color:#333333;}
table#SIDEMENU td A:visited {text-decoration:none;color:#333333;}
table#SIDEMENU td A:hover 	{text-decoration:underline;color:#333333;}

table#FOOTER td#FOOTER_T A 			{text-decoration:none;color:#666666;}
table#FOOTER td#FOOTER_T A:link		{text-decoration:none;color:#666666;}
table#FOOTER td#FOOTER_T A:active 	{text-decoration:none;color:#666666;}
table#FOOTER td#FOOTER_T A:visited 	{text-decoration:none;color:#666666;}
table#FOOTER td#FOOTER_T A:hover 	{text-decoration:underline;color:#666666;}

table#FOOTER td#FOOTER_B A 			{text-decoration:underline;color:#999999;}
table#FOOTER td#FOOTER_B A:link		{text-decoration:underline;color:#999999;}
table#FOOTER td#FOOTER_B A:active 	{text-decoration:underline;color:#999999;}
table#FOOTER td#FOOTER_B A:visited 	{text-decoration:underline;color:#999999;}
table#FOOTER td#FOOTER_B A:hover 	{text-decoration:underline;color:#999999;}

A.img			{text-decoration:none;border:none;}
A.img:link		{text-decoration:none;border:none;}
A.img:active	{text-decoration:none;border:none;}
A.img:visited	{text-decoration:none;border:none;}
A.img:hover		{text-decoration:none;border:none;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xxsmall	{font-size:10px;line-height:11px;}
.xsmall		{font-size:11px;line-height:12px;}
.small		{font-size:12px;line-height:13px;}
.standard	{font-size:13px;line-height:15px;}
.large		{font-size:14px;line-height:16px;}
.xlarge		{font-size:16px;line-height:17px;}
.xxlarge	{font-size:17px;line-height:18px;}

/*----------------------------------------------------------------------------*/

.times		{font-family:"Times New Roman", Times, serif;}
.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.white			{color:#FFFFFF;}
.black			{color:#333333;}
.red			{color:#990000;}
.dark			{color:#666666;}
.gray			{color:#999999;}
.light			{color:#CCCCCC;}
.red_inverted	{color:#FFFFFF;background:#990000;padding-left:2px;padding-right:2px;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.nocase		{text-transform:none;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}
.tight		{line-height: 11pt;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center	img		{display:inline;}
.top img		{vertical-align:top;}
.middle img		{vertical-align:middle;}
.bottom img		{vertical-align:bottom;}
td.top img		{vertical-align:top;}
td.middle img	{vertical-align:middle;}
td.bottom img	{vertical-align:top;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

spam.float  { FLOAT: right; POSITION: static}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.blockquote	{margin-left:40px;}
.spacer_5	{height:5px;}
.spacer_10	{height:10px;}
.spacer_15	{height:15px;}
.spacer_20	{height:20px;}

/*----------------------------------------------------------------------------*/
/* TABLES */

.red_frame			{border:1px #CC0000 solid;}
.black_frame		{border:1px #666666 solid;}
.gray_frame			{border:1px #CCCCCC solid;}

.pad_frame_2		{padding:2px;}
.pad_frame_5		{padding:5px;}
.pad_frame_10		{padding:10px;}

.header_padd		{padding-top:25px;padding-bottom:20px;}

.side_pad_frame2	{padding-left:2px;padding-right:2px;}
.side_pad_frame5	{padding-left:5px;padding-right:5px;}
.side_pad_frame10	{padding-left:10px;padding-right:10px;}

.bt_pad_frame2		{padding-bottom:2px;}
.bt_pad_frame5		{padding-bottom:5px;}
.bt_pad_frame10		{padding-bottom:10px;}
.bt_pad_frame150	{padding-bottom:15px;}

.top_pad_frame2		{padding-top:2px;}
.top_pad_frame5		{padding-top:5px;}
.top_pad_frame10	{padding-top:10px;}
.top_pad_frame15	{padding-top:15px;}

.bg_frame_G0		{background:#FFFFFF;}
.bg_frame_G1		{background:#CCCCCC;}
.bg_frame_G2		{background:#F7F7F7;}
.bg_frame_G3		{background:#E7E7E7;}

.brd_frame_B1		{border-bottom:1px #999999 solid;}
.brd_frame_B2		{border-bottom:1px #CCCCCC solid;}

.brd_frame_T1		{border-top:1px #999999 solid;}
.brd_frame_T2		{border-top:1px #CCCCCC solid;}

.brd_frame_R1		{border-right:1px #999999 solid;}
.brd_frame_R2		{border-right:1px #CCCCCC solid;}

.row_B1_1			{background:#F7F7F7;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;padding:2px;}
.row_B1_2			{background:#F7F7F7;border-bottom:1px #CCCCCC solid;padding:2px;padding-left:2px;padding-right:2px;}
.row_B2_1			{background:#FFFFFF;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;padding:2px;}
.row_B2_2			{background:#FFFFFF;border-bottom:1px #CCCCCC solid;padding:2px;padding-left:2px;padding-right:2px;}

.sub_label_gray		{height:15px;background:url(../_img/bg_button.gif) repeat-x;font-size:9px;border-bottom:1px solid #B7B7B7;padding-left:2px;padding-right:2px;vertical-align:middle;}
.sub_label_error	{height:15px;background:url(../_img/bg_button_red.gif) repeat-x;font-size:9px;border-bottom:1px solid #B7B7B7;padding-left:2px;padding-right:2px;vertical-align:middle;color:#FFFFFF;font-weight:bold;}	
.label_ad			{background:url(../_img/bg_button.gif) repeat-x;border:1px solid #B7B7B7;border-right:0px;padding:2px;padding-left:4px;vertical-align:middle;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#666666;letter-spacing:2px;}
.error				{border:1px #FF0000 solid;}

.ads_frame			{border:1px #CCCCCC solid;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#SHADOW					{background:none;border:none;margin-left:auto;margin-bottom:15px;margin-right:auto;text-align:center;width:1000px;}
table#SHADOW td#SHADOW_HEAD		{background:none;height:30px;padding-bottom:2px;padding-right:5px;vertical-align:bottom;}
table#SHADOW td#SHADOW_C		{width:auto;border:1px #990000 solid;}
table#SHADOW td#SHADOW_R		{background:url(../_img/wra_BG_shadow_R.gif) repeat-y;text-align:left;vertical-align:top;width:5px;}
table#SHADOW td#SHADOW_B1		{background:url(../_img/wra_BG_shadow_B.gif) repeat-x;text-align:left;vertical-align:top;height:5px;}
table#SHADOW td#SHADOW_B2		{background:url(../_img/wra_BG_shadow_B.gif) repeat-x;text-align:left;vertical-align:top;height:5px;}
table#SHADOW td#SHADOW_FOOT		{background:none;height:35px;padding-top:7px;}

table#OUTER						{background:#FFFFFF;border:none;margin-left:auto;margin-right:auto;text-align:center;width:995px;}
table#OUTER td#TOP 				{text-align:center;height:90px;}
table#OUTER td#MENU 			{text-align:center;height:27px;}
table#OUTER td#PAGE 			{margin:0px;padding:0px;}

table#HEADER					{margin-left:auto;margin-right:0px;text-align:right;width:100%;}
table#HEADER td					{font-family:Verdana, Arial, Helvetica, sans-serif;text-align:right;color:#BBBBBB;font-size:11px;padding-bottom:4px;}

table#BANNER					{margin-left:auto;margin-right:auto;text-align:center;width:995px;}
table#BANNER td#LEFT			{width:234px;padding:15px;}
table#BANNER td#CENTER			{padding-left:auto;padding-right:auto;text-align:center;vertical-align:top;}
table#BANNER td#RIGHT			{width:234px;padding:15px;}

table#MAINMENU					{margin-left:auto;margin-right:auto;text-align:center;width:100%;background:url(../_img/wra_BG_mainmenu.gif) no-repeat;}
table#MAINMENU td				{height:27px;padding-left:1px;padding-right:1px;}

table#SIDEMENU					{margin-bottom:0px;margin-top:2px;margin-left:12px;margin-right:10px;width:158px;line-height:11pt;}
table#SIDEMENU td				{width:143px;font-family:Arial, Helvetica, sans-serif;font-size:12px;vertical-align:top;font-weight:bold;padding:0px;padding-top:10px;color:#666666;}
table#SIDEMENU td#LABEL			{font-size:14px;font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;color:#990000;}
table#SIDEMENU td#bullet		{width:15px;padding-top:15px;vertical-align:top;}

table#ISSUES					{margin-bottom:5px;margin-top:10px;width:100%;font-family:Arial, Helvetica, sans-serif;}
table#ISSUES td#HEAD			{text-align:center;padding-bottom:7px;font-size:12px;}
table#ISSUES td#PIC				{text-align:center;}
table#ISSUES td#SEL				{text-align:center;padding-top:7px;}

table#COLLUMNS					{background:#FFFFFF;margin-top:10px;height:600px;width:100%;}
table#COLLUMNS td#LEFT			{width:180px;background:#dddddd;border-top:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
table#COLLUMNS td#LEFT_1		{width:180px;background:#dddddd;border-top:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
table#COLLUMNS td#LEFT_2		{width:180px;background:#dddddd;border-right:1px #CCCCCC solid;padding:0px;vertical-align:bottom;padding-bottom:5px;}
table#COLLUMNS td#CENTER		{width:auto;padding:13px;padding-top:10px;background:url(../_img/wra_BG_divider.gif) repeat-y;background-position:100% 20px;}
table#COLLUMNS td#RIGHT			{width:305px;padding:0px;margin:0px;}

table#PRINT						{background:#FFFFFF;width:100%;margin:0px;}
table#PRINT td					{padding:10px;}
table#PRINT td#FOOTER			{padding-top:3px;font-family:Verdana, Arial, Helvetica, sans-serif;text-align:left;font-size:10px;color:#999999;border-top:1px #CCCCCC solid;}

table#SIDELEFT					{background:none;width:100%;margin-top:20px;margin-left:auto;margin-right:auto;text-align:center;}
table#SIDELEFT td.ad			{text-align:center;}
table#SIDELEFT td.ad div		{margin-bottom:5px;margin-top:10px;margin-left:auto;margin-right:auto;text-align:center;}

table#SIDERIGHT					{background:none;width:305px;}
table#SIDERIGHT td.ad			{padding-top:7px;padding-right:5px;}
table#SIDERIGHT td.ad div		{margin-bottom:5px;margin-top:5px;padding-bottom:5px;border-bottom:1px #E7E7E7 solid;}

table#SEARCH					{width:280px;margin-bottom:9px;}
table#SEARCH td#BOX				{background:none;vertical-align:top;text-align:left;}
table#SEARCH td#BTN				{background:none;vertical-align:middle;text-align:left;padding-left:5px;}

table#SEARCH_2					{width:280px;}
table#SEARCH_2 td				{background:none;vertical-align:middle;text-align:left;padding-top:5px;}
table#SEARCH_2 td#BOX			{background:none;vertical-align:top;text-align:left;}
table#SEARCH_2 td#BTN			{background:none;vertical-align:middle;text-align:left;padding-left:5px;}

table#FOOTER					{margin-left:auto;margin-right:auto;width:995px;line-height:11pt;}
table#FOOTER td#FOOTER_T		{background:none;padding-bottom:15px;font-family:Verdana, Arial, Helvetica, sans-serif;text-align:center;font-size:11px;color:#BBBBBB;}
table#FOOTER td#FOOTER_B		{background:none;padding-top:3px;font-family:Verdana, Arial, Helvetica, sans-serif;text-align:left;font-size:10px;color:#999999;border-top:1px #CCCCCC solid;}

table#LOGIN						{background:none;}
table#LOGIN	td					{background:none;color:#CCCCCC;}

table#DEBUG						{margin-top:50px;margin-left:10px;width:600px;border:1px #999999 solid;}
table#DEBUG td					{padding:2px;border-bottom:1px #CCCCCC solid;font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;}
table#DEBUG td#LBL				{font-weight:bold;background:#DDDDDD;}

table#ERROR						{margin-left:auto;margin-right:auto;margin-top:60px;width:350px;border:1px #990000 solid;}
table#ERROR td					{padding:10px;font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}
table#ERROR td#LBL				{padding:2px;font-weight:bold;background:#990000;color:#FFFFFF;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION F : CONTENT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/

table.content 					{background:#FFFFFF;width:100%;}
table.content td				{font-family:"Times New Roman", Times, serif;font-size:13px;line-height:15px;}
table.content p					{margin-top:2px;margin-bottom:10px;}
table.content ul, ol			{margin-top:4px;margin-bottom:10px;margin-left:15px;font-size:inherit;}
table.content li				{list-style:square;padding-left:0px;padding-bottom:0px;padding-top:0px;line-height:inherit;}

table.content a					{color:#666666;}
table.content a:active			{color:#666666;}
table.content a:visited			{color:#666666;}
table.content a:hover			{color:#666666;}

table.content h1,h2,h3,h4,h5,h6	{letter-spacing:normal;font-family:Arial, Helvetica, sans-serif;}
table.content h1				{font-size:16px;font-weight:bold;margin-top:0px;margin-bottom:0px;line-height:20px;}
table.content h1.topstory		{font-size:19px;font-weight:bold;margin-top:0px;margin-bottom:0px;line-height:21px;}
table.content h2				{font-size:15px;font-weight:bold;margin-top:0px;margin-bottom:0px;line-height:19px;}
table.content h3				{font-size:14px;font-weight:bold;margin-top:0px;margin-bottom:0px;line-height:16px;}
table.content h4				{font-size:13px;font-weight:bold;margin-top:0px;margin-bottom:2px;line-height:15px;}
table.content h5				{font-size:12px;font-weight:inherit;margin-top:0px;margin-bottom:2px;line-height:13px;}
table.content h6				{font-size:10px;font-weight:normal;color:#333333;line-height:11px;}
table.content h6.caption		{padding-top:3px;text-align:left;}
table.content .printnow			{border-bottom:1px solid #DCDCDC;margin-bottom:10px;}
table.content .printnow img		{cursor:pointer;margin-bottom:5px;}

table.content h1 a				{color:#333333;text-decoration:none;}
table.content h1 a:active		{color:#333333;text-decoration:none;}
table.content h1 a:visited		{color:#333333;text-decoration:none;}
table.content h1 a:hover		{color:#333333;text-decoration:underline;}

table.content h3 a				{color:#333333;text-decoration:none;}
table.content h3 a:active		{color:#333333;text-decoration:none;}
table.content h3 a:visited		{color:#333333;text-decoration:none;}
table.content h3 a:hover		{color:#333333;text-decoration:underline;}

table.content .header_home		{font-size:15px;font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;color:#990000;margin-top:0px;margin-bottom:10px;padding-bottom:3px;border-bottom:4px #000000 solid;}
table.content .pagetitle		{font-size:15px;font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;color:#990000;margin-top:0px;margin-bottom:12px;padding-bottom:3px;border-bottom:1px #CCCCCC solid;}
table.content .header_1			{font-size:15px;font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;color:#990000;margin-top:0px;margin-bottom:7px;padding-bottom:2px;border-bottom:1px #CCCCCC solid;}
table.content .header_2			{font-size:14px;font-weight:bold;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;color:#990000;margin-top:0px;margin-bottom:7px;padding-bottom:2px;border-bottom:1px #CCCCCC solid;}

table.content img.x-fleft		{padding-top:3px;padding-bottom:4px;padding-right:12px;float:left;}
table.content img.x-fright		{padding-top:3px;padding-bottom:4px;padding-left:12px;float:right;}

table.content img.x-pleft		{padding-top:2px;padding-left:12px;}
table.content img.x-pright		{padding-top:2px;padding-right:12px;}

table.content table 			{border-color:#CCCCCC;}
table.content table	td			{}
table.content table.borders		{border:1px #CCCCCC solid;border-bottom:0px;border-right:0px;}
table.content table.borders td	{border:0px;padding:2px;padding-left:5px;padding-right:5px;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
table.content th				{background:#990000;color:#FFFFFF;padding:2px;padding-left:3px;padding-right:3px;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;text-align:center;vertical-align:middle;border-right:1px #CCCCCC solid;}
table.content td.red_cell		{background:#990000;color:#FFFFFF;padding:1px;padding-left:3px;padding-right:3px;}

div.date						{clear:both;width:130px;float:right;font-size:13px;font-weight:bold;text-align:right;font-family:Arial, Helvetica, sans-serif;}
div.signature					{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#999999;position:relative;top:0px;margin-bottom:7px;}
div.datestamp					{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#999999;position:relative;top:0px;margin-bottom:0px;}
div.goback						{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#999999;position:relative;top:-10px;margin-bottom:0px;}
div.photo						{clear:both;width:240px;margin-right:12px;margin-top:5px;float:left;}
div.caption						{clear:both;width:240px;margin-right:12px;margin-top:3px;float:left;font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#333333;line-height:11px;}
div.readmore					{clear:both;width:90px;float:right;font-size:11px;font-weight:normal;text-align:right;color:#990000;position:relative;top:-14px;}
div.print						{clear:left;width:50px;float:right;font-size:1px;font-weight:normal;text-align:right;}
div.close						{clear:right;width:50px;float:right;font-size:1px;font-weight:normal;text-align:right;}
div.emailer						{width:100%;padding:10px;font-size:12px;font-weight:bold;text-align:center;vertical-align:middle;}

div.readmore a					{text-decoration:none;color:#990000;}
div.readmore a:active			{text-decoration:none;color:#990000;}
div.readmore a:visited			{text-decoration:none;color:#990000;}
div.readmore a:hover			{text-decoration:underline;color:#990000;}

a.nodeco						{text-decoration:none;}
a.nodeco:active					{text-decoration:none;}
a.nodeco:visited				{text-decoration:none;}
a.nodeco:hover					{text-decoration:underline;}

div.top							{margin-top:5px;margin-left:auto;margin-right:auto;text-align:center;padding-left:15px;background:url(../_img/ad_top.gif) no-repeat;}
div.top-left					{}
div.top-right					{}
div.article-bottom				{margin-top:10px;margin-left:auto;margin-right:auto;text-align:center;padding-top:15px;background:url(../_img/ad_article-bottom.gif) no-repeat;}


div.indexer						{display:none;}
div.other_pages					{margin-top:5px;padding-top:5px;border-top:1px #CCCCCC solid;}
div.result_report				{margin-bottom:15px;padding-bottom:5px;border-bottom:1px #CCCCCC solid;}
div.url							{color:#999999;font-size:11px;}