/* 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:1;color:black;background:white;height:100%;}

/*table			{border-collapse:collapse;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:"" "";}
blockquote		{padding-left:15px;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#FFFFFF;
		/*background-image: url(../_img/wra_pattern_BG.gif);background-repeat:repeat;*/
		color:#666666;font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;line-height:13pt;	
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-left:15px;line-height: 13pt;}
OL		{margin-left:15px;margin-top:10px;margin-bottom:10px;line-height: 13pt;}
LI		{margin-left:15px;padding-top:2px;padding-bottom:2px;line-height: 13pt;}
/*TABLE	{border-spacing:0px;border-collapse:collapse;}*/

TD		{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;vertical-align:top;}

/*----------------------------------------------------------------------------*/

FORM			{margin:0px;}
TEXTAREA		{
				border:1px solid #666666;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;
				padding:5px;margin-top:5px;height:45px;
				}
INPUT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;
				}
SELECT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;font-weight:normal;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;
				}			

INPUT.submit_1 {
				border:1px solid #999999;color:#006600;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;font-weight:bold;
				padding:0px;padding-left:2px;padding-right:2px;height:16px;
				}
INPUT.submit_2 {
				border:1px solid #999999;color:#666666;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding:0px;padding-left:2px;padding-right:2px;padding-bottom:1px;height:16px;
				}
INPUT.submit_3 {
				border:1px solid #999999;color:#333333;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding-left:2px;padding-right:2px;height:16px;
				}
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:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;width:100%;
				}


/*----------------------------------------------------------------------------*/

P 	{margin-top:15px;margin-bottom:15px;line-height:15pt;}

HR	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:1px solid #CCCCCC;;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:2px solid #2d2d65;;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:none;color:#174e2d;}
A:link			{text-decoration:none;color:#174e2d;}
A:active		{text-decoration:none;color:#174e2d;}
A:visited		{text-decoration:none;color:#174e2d;}
A:hover			{text-decoration:underline;color:#174e2d;}

table#COPYRIGHTS td#C1 A			{text-decoration:none;color:#999999;}
table#COPYRIGHTS td#C1 A:link		{text-decoration:none;color:#999999;}
table#COPYRIGHTS td#C1 A:active		{text-decoration:none;color:#999999;}
table#COPYRIGHTS td#C1 A:visited	{text-decoration:none;color:#999999;}
table#COPYRIGHTS td#C1 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
*/
.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;}
.green		{color:#174e2d;}
.orange		{color:#dcb525;}
.gray		{color:#333333;}
.red		{color:#CC0000;}
.yellow		{color:#ffcc33;}
.light		{color:#666666;}
.lighter	{color:#999999;}

.sub_1		{color:#dcb525;}
.sub_2		{color:#174e2d;}
.sub_3		{color:#00626e;}
.sub_4		{color:#8e4421;}
.sub_5		{color:#7b2266;}

/*----------------------------------------------------------------------------*/

.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;}

.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;}

.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;}
.bg_frame_G4		{background:#006600;}

.bg_frame_P1		{background-image: url(../_img/BG_menu_1.gif);background-repeat: repeat-x;}
.bg_frame_P2		{background-image: url(../_img/BG_menu_2.gif);background-repeat: repeat-x;}
.bg_frame_P3		{background-image: url(../_img/BG_menu_3.gif);background-repeat: repeat-x;}

.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_1x			{border-bottom:1px #CCCCCC solid;padding-left:2px;padding-right:2px;}
.row_B1_1y			{padding-left:2px;padding-right:2px;}
.row_B1_2			{background:#F7F7F7;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;padding-left:2px;padding-right:2px;}
.row_B1_2x			{background:#F7F7F7;border-bottom:1px #CCCCCC solid;padding-left:2px;padding-right:2px;}
.row_B1_2y			{background:#F7F7F7;padding-left:2px;padding-right:2px;}

.header				{border-bottom:1px #E7E7E7 solid;white-space:nowrap;font-size:11px;font-weight:bold;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/

table#OUTER					{background:none;border:none;width:100%;text-align:center;}
table#OUTER td#TOP 			{text-align:center;vertical-align:bottom;border-bottom:1px #CCCCCC solid;border-top:15px #116735 solid;height:190px;}
table#OUTER td#MENUS		{text-align:center;border:none;padding-bottom:5px;}
table#OUTER td#BOXES		{text-align:center;border:none;padding-bottom:22px;}
table#OUTER td#MIDDLE 		{text-align:center;padding-bottom:11px;}
table#OUTER td#FOOTER 		{text-align:center;}

table#LOGO					{background-image: url(../_img/wra_top_BG.gif);background-repeat: no-repeat;margin-left:auto;margin-right:auto;text-align:center;width:760px;}
table#LOGO td#LEFT			{padding:5px;padding-right:none;}
table#LOGO td#RIGHT1		{padding:5px;padding-left:none;}
table#LOGO td#RIGHT2		{padding:5px;padding-left:none;}

table#MAINMENU				{margin-left:auto;margin-right:auto;text-align:center;width:760px;}
table#MAINMENU td			{padding:none;width:20px;}

table#SIDEMENU				{width:144px;}
table#SIDEMENU td			{padding:7px;padding-left:10px;height:46px;vertical-align:middle;font-size:13px;font-weight:bold;color:#FFFFFF;font-family:Verdana,Arial,Helvetica,sans-serif;cursor:pointer;line-height:11pt;}
table#SIDEMENU td#HEAD		{height:59px;font-size:13px;}

table#BOXES					{margin-left:auto;margin-right:auto;text-align:center;width:760px;}

table#CONTENT				{border:1px #CCCCCC solid;margin-left:auto;margin-right:auto;text-align:center;width:760px;}
table#CONTENT td#LEFT		{width:144px;height:330px;}
table#CONTENT td#RIGHT		{width:auto;padding:30px;padding-left:45px;padding-top:15px;border-left:1px #CCCCCC solid;}

table#COPYRIGHTS			{margin-left:auto;margin-right:auto;text-align:center;width:760px;border-top:1px #CCCCCC solid;}
table#COPYRIGHTS td#C1		{background:none;padding-top:5px;padding-bottom:25px;font-size:9px;color:#999999;}
table#COPYRIGHTS td#C2		{background:none;padding-top:2px;padding-bottom:5px;font-size:9px;color:#999999;border-top:1px #EEEEEE solid;text-align:center;font-family:Arial,Helvetica,sans-serif;}

table#LOGO_2				{margin-left:auto;margin-right:auto;text-align:center;width:760px;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION F : EFFECTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.menuover					{color:#FFFFFF;background-image: url(../_img/BG_menu_2.gif);background-repeat: repeat-x;}
.rowover					{color:#000000;background:#F7F7F7;cursor:pointer;}
.shadow 					{background-image:url(../_img/shadow.gif);background-position:3px 4px;background-repeat:no-repeat;padding-top:0px;padding-right:3px;padding-bottom:3px;padding-left:0px;}
}