/* CSS Document */
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CSS RESET FILE
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
html, body, div, span, applet, object, iframe,
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, td
{
	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:10pt;;color:black;background:white;height:100%;}
table			{border-spacing:0;}
caption, th, td	{text-align:left;vertical-align:top;font-weight:normal;}
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:#ae0000;
		color:#666666;font-family:Arial,Helvetica,sans-serif;
		font-size:11px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;line-height:10pt;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-left:20px;line-height: 10pt;}
OL		{margin-left:20px;margin-top:10px;margin-bottom:10px;line-height:10pt;}
LI		{margin-left:20px;padding-top:2px;padding-bottom:2px;line-height:10pt;list-style-image: url(../_img/wra_bullet.gif);}
/*TABLE	{border-spacing:0px;border-collapse:collapse;}*/

TD		{font-family:Arial,Helvetica,sans-serif;text-align:left;font-size:11px;vertical-align:top;font-weight:inherit;}

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

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

INPUT.submit   {
				border:1px solid #CCCCCC;color:#666666;background:#f7f7f7;font-weight:normal;
				font-family:Arial,Helvetica,sans-serif;font-size:11px;
				padding-left:2px;padding-right:2px;cursor:pointer;
				}
INPUT.submit_image {
				border:0px;padding:0px;
				}
INPUT.checkbox {
				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:12px;margin-bottom:12px;line-height:10pt;}

HR	{
	background:#FFFFFF;border:none;margin-top:5px;
	margin-bottom:10px;height:1px;width:100%;border-bottom:1px solid #e5e5e5;;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:15px;
	margin-bottom:15px;height:1px;width:100%;border-bottom:2px solid #e5e5e5;;
	}
H1		{border-bottom:1px #ae0000 solid;color:#999999;font-size:14px;font-weight:bold;padding-bottom:4px;}
H1.rev	{border-bottom:1px #CCCCCC solid;color:#ae0000;font-size:14px;font-weight:bold;padding-bottom:4px;}
H2		{border-bottom:1px #ae0000 solid;color:#999999;font-size:13px;font-weight:bold;padding-bottom:4px;}
H3		{color:#666666;font-size:12px;font-weight:bold;padding-bottom:1px;}
H3.under{border-bottom:1px #ae0000 solid;color:#666666;font-size:12px;font-weight:bold;padding-bottom:1px;}
H4		{color:#666666;font-size:12px;line-height:12pt;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A							{text-decoration:none;color:#ae0000;}
A:link						{text-decoration:none;color:#ae0000;}
A:active					{text-decoration:none;color:#ae0000;}
A:visited					{text-decoration:none;color:#ae0000;}
A:hover						{text-decoration:underline;color:#ae0000;}

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

A.gray						{text-decoration:none;color:#999999;}
A:link.gray					{text-decoration:none;color:#999999;}
A:active.gray				{text-decoration:none;color:#999999;}
A:visited.gray				{text-decoration:none;color:#999999;}
A:hover.gray				{text-decoration:underline;color:#999999;}

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

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

ul#SUBMENU_VER li A				{text-decoration:none;color:#666666;font-weight:bold;}
ul#SUBMENU_VER li A:link		{text-decoration:none;color:#666666;font-weight:bold;}
ul#SUBMENU_VER li A:active		{text-decoration:none;color:#666666;font-weight:bold;}
ul#SUBMENU_VER li A:visited		{text-decoration:none;color:#666666;font-weight:bold;}
ul#SUBMENU_VER li A:hover		{text-decoration:underline;color:#666666;font-weight:bold;}

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
*/
.xsmall		{font-size:9px;}
.small		{font-size:10px;}
.normal		{font-size:11px;}
.medium		{font-size:12px;}
.big		{font-size:13px;}
.xbig		{font-size:14px;}

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

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

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

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.blue		{color:#001b42;}
.gray		{color:#999999;}
.red		{color:#990000;}
.orange		{color:#ae0000;}
.yellow		{color:#ffcc33;}
.light		{color:#999999;}
.lighter	{color:#CCCCCC;}

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

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.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;}
.loose		{line-height:13pt;}
.lineauto	{line-height:auto;}

.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;}

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

.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;}

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

.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			{border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;padding-left:2px;padding-right:2px;}
.row_B1_2			{border-bottom:1px #CCCCCC solid;padding-left:2px;padding-right:2px;}
.row_B2_1			{border-bottom:1px #e5e5e5 solid;padding:4px;padding-left:0px;}

.tab				{border:1px #e5e5e5 solid;border-left:5px #CCCCCC solid;padding:2px;padding-left:10px;padding-right:15px;background:#F7F7F7;color:#001b42;white-space:nowrap;}
.tab_small			{border:1px #e5e5e5 solid;border-left:5px #CCCCCC solid;padding:1px;padding-left:10px;padding-right:10px;background:#F7F7F7;color:#999999;white-space:nowrap;font-size:9px;font-weight:bold;}

.photo_right		{margin-left:15px;margin-bottom:10px;border:1px #e5e5e5 solid;float:right;}
.photo_left			{margin-right:15px;margin-bottom:10px;border:1px #e5e5e5 solid;float:left;}

.menuitem			{text-align:left;vertical-align:middle;font-size:14px;7color:#ae0000;padding-left:9px;padding-right:9px;border-right:1px #666666 solid;white-space:nowrap;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#SHADOW					{background:none;border:none;margin-left:auto;margin-right:auto;text-align:center;width:940px;}
table#SHADOW td#S_TOP			{text-align:center;height:35px;vertical-align:bottom;}
table#SHADOW td#S_MIDDLE_L		{background-image: url(../_img/wra_BG_side_L.gif);background-repeat:repeat-y;width:6px;}
table#SHADOW td#S_MIDDLE_C		{text-align:center;width:924px;background:#FFFFFF;}
table#SHADOW td#S_MIDDLE_R		{background-image: url(../_img/wra_BG_side_R.gif);background-repeat:repeat-y;width:11px;}
table#SHADOW td#S_FOOTER		{text-align:center;}

table#OUTER						{background:#FFFFFF;border:none;margin-left:auto;margin-right:auto;text-align:center;width:100%;}
table#OUTER td#O_TOP			{text-align:center;vertical-align:bottom;height:58px;}
table#OUTER td#O_MIDDLE 		{text-align:center;}

table#LOGO_HOME					{width:900px;height:58px;margin-left:auto;margin-right:auto;text-align:center;border-bottom:1px #ae0000 solid;}
table#LOGO_HOME td#L_LEFT		{padding:none;width:358px;}
table#LOGO_HOME td#L_RIGHT		{text-align:right;}

table#LOGO						{width:100%;height:58px;margin-left:auto;margin-right:auto;text-align:center;}
table#LOGO td#L_LEFT			{padding:none;padding-left:12px;width:358px;}
table#LOGO td#L_RIGHT			{text-align:right;}
table#LOGO td#L_BOTTOM			{border-top:1px #ae0000 solid;border-right:1px #FFFFFF solid;}

table#CONTENT_HOME				{background:#FFFFFF;width:900px;margin-left:auto;margin-right:auto;text-align:center;}
table#CONTENT_HOME td#CH_TOP	{background:#FFFFFF;margin:0px;font-size:0px;line-height:0px;padding:0px;padding-top:10px;height:290px;}
table#CONTENT_HOME td#CH_MIDDLE	{background:#FFFFFF;padding-top:8px;vertical-align:top;}
table#CONTENT_HOME td#CH_BOTTOM	{background:#FFFFFF;background-image: url(../_img/home_main_BG_top.gif);background-repeat:no-repeat;padding-top:18px;}

table#CONTENT					{background:#FFFFFF;width:100%;}
table#CONTENT td#C_TOP			{background:#FFFFFF;padding-left:5px;height:44px;}
table#CONTENT td#C_LEFT			{background:#FFFFFF;background-image:url(../_img/wra_BG_star.gif);background-repeat:no-repeat;padding-left:30px;padding-right:25px;}
table#CONTENT td#C_RIGHT		{background:#FFFFFF;width:305px;text-align:right;}

table#MENU						{background:#000000;height:26px;width:100%;color:#FFFFFF;}

table#FOOTER					{width:900px;margin-left:auto;margin-right:auto;text-align:center;line-height:11pt;}
table#FOOTER td#F_LEFT			{background:none;padding-bottom:5px;text-align:left;font-size:11px;color:#FFFFFF;}
table#FOOTER td#F_RIGHT			{background:none;padding-bottom:5px;text-align:right;font-size:11px;color:#FFFFFF;}

td#SMALLCOMMENT	UL				{margin-top:0px;margin-bottom:0px;font-size:9px;color:#999999;line-height:9pt;}
td#SMALLCOMMENT	OL				{margin-top:0px;margin-bottom:0px;font-size:9px;color:#999999;line-height:9pt;}
td#SMALLCOMMENT	LI				{margin-top:0px;margin-bottom:0px;font-size:9px;color:#999999;line-height:9pt;}
td#SMALLCOMMENT	P				{margin-top:2px;margin-bottom:1px;font-size:9px;color:#999999;line-height:9pt;}

div#CRUMB						{padding-top:6px;color:#999999;}
table#SUBMENU td				{font-size:9px;font-family:Verdana,Arial,Helvetica,sans-serif;white-space:nowrap;vertical-align:middle;}
ul#SUBMENU_VER					{margin-top:10px;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION F : EFFECTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/