/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#FFFFFF;color:#000000;font-family:arial,helvetica,sans-serif;
		font-size:11px;text-align:justify;visibility:visible;margin:0px;
		padding:0px;overflow:visible;width:100%;height:100%;
		}
DIV	{
	position:relative;left:0px;top:0px;background:none;border:none;
	font-family:arial,helvetica,sans-serif;font-size:11px;color:#000000;
	text-align:left;z-index:auto;
	}
IMG	{border:none;vertical-align:bottom;margin:0px;padding:0px;}
UL	{margin-top:10px;margin-bottom:10px;}
OL	{margin-top:10px;margin-bottom:10px;}
LI	{padding-top:2px;padding-bottom:2px;}
TABLE	{border-spacing:0px;border-collapse:collapse;}
TR		{vertical-align:top;}
TD		{font-family:arial,helvetica,sans-serif;font-size:11px;text-align:left;padding:0px;}
FORM			{margin:0px;}
SELECT,OPTION	{
				font-family:arial,helvetica,sans-serif;font-size:11px;
				background:#FFFFFF;
				}
TEXTAREA	{
			border:1px solid #CCCCCC;background:#FFFFFF;color:#000000;
			font-family:arial,helvetica,sans-serif;font-size:11px;
			overflow:hidden;padding:5px;margin-top:5px;height:45px;
			}
INPUT	{
		border:1px solid #999999;background:#FFFFFF;color:#000000;
		font-family:arial,helvetica,sans-serif;font-size:11px;height:16px;
		}
INPUT.submit	{
				border:1px solid #999999;background:#F9F9F9;color:#006699;
				font-size:10px;font-weight:bold;text-transform:uppercase;
				height:20px;
				}
INPUT.text	{
			border:1px solid #CCCCCC;background:#FFFFFF;color:#000000;
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;padding-left:5px;height:14px;
			}
P	{margin-top:10px;margin-bottom:10px;}
HR	{
	background:#FFFFFF;border:none;margin-top:10px;
	margin-bottom:10px;height:1px;width:100%;border-bottom:1px dashed #999999;
	}
H1	{
	font-family:arial,helvetica,sans-serif;font-size:16px;font-weight:bold;
	color:#000000;margin-top:5px;margin-bottom:5px;padding:0px;
	padding-bottom:3px;border-bottom:1px dashed #999999;
	}
SUP	{
	font-family:arial,helvetica,sans-serif;font-size:9px;font-weight:normal;
	color:#333333;text-decoration:none;border:none;
	}


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A			{
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;color:#0000FF;text-decoration:none;
			border-bottom:1px solid #0000FF;
			}
A:link		{
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;color:#0000FF;text-decoration:none;
			border-bottom:1px solid #0000FF;
			}
A:active	{
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;color:#0000FF;text-decoration:none;
			border-bottom:1px solid #0000FF;
			}
A:visited	{
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;color:#0000FF;text-decoration:none;
			border-bottom:1px solid #0000FF;
			}
A:hover		{
			font-family:arial,helvetica,sans-serif;font-size:11px;
			font-weight:normal;color:#CC0000;text-decoration:none;
			border-bottom:1px solid #CC0000;
			}
H1 a			{font-size:16px;}
H1 a:link		{font-size:16px;}
H1 a:active		{font-size:16px;}
H1 a:visited	{font-size:16px;}
H1 a:hover		{font-size:16px;}

SUP a			{font-size:9px;}
SUP a:link		{font-size:9px;}
SUP a:active	{font-size:9px;}
SUP a:visited	{font-size:9px;}
SUP a:hover		{font-size:9px;}

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:8px;}
.xsmall		{font-size:9px;}
.small		{font-size:10px;}
.medium		{font-size:11px;}
.big		{font-size:14px;}
.xbig		{font-size:18px;}
.xxbig		{font-size:22px;}

div.hidden	{position:absolute;top:0px;left:0px;z-index:100;visibility:hidden;}
.hidden		{visibility:hidden;}
.disabled	{color:#666666;}
.alert		{color:#B30000;}
.error		{color:#FF0000;}

.white		{color:#FFFFFF}
.lighter	{color:#CCCCCC;}
.light		{color:#999999;}
.dark		{color:#666666;}
.darker		{color:#333333;}
.yellow		{color:#ffcc00}

.bold		{font-weight:bold;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}

.center			{margin-left:auto;margin-right:auto;text-align:center;}
.left			{text-align:left;}
.right			{text-align:right;}
.justify		{text-align:justify;}
.top			{vertical-align:top;}
.middle			{vertical-align:middle;}
.bottom			{vertical-align:bottom;}

img.left	{float:left;}
img.right	{float:right;}

.fullwidth	{width:100%;}
.fullheight	{height:100%;}


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : PAGE MANAGEMENT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#PAGE				{background:none;border:none;width:100%;height:100%;}
table#PAGE td.CONTAINER	{text-align:left;padding:0px;}
