/* GENERAL STYLES */
BODY	{
	
	margin: 0px;
}

DIV, TD	{
	font-family: verdana;
	font-size: 8pt;
	color: green;
	font-weight: normal;
	text-align:justify;
}

SUP	{
	font-size: 10px;
}

A	{
	text-decoration: none;
	color: black;
}

A:HOVER	{
	color: green;
	text-decoration: underline;
}

A:VISITED	{
	color: #000000;
}

A:VISITED:HOVER	{
	color: green;
	text-decoration: underline;
}

P	{
	margin: 5px 5px 5px 0px;
}

/* MENUS AND SUBMENUS */

/* Sub Menus */
.SMenu A	{
	width: 113px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

.SMenu	{
	padding: 2px 0px 2px 3px;
	background-color: #E5E5E5;
	width: 118px;
	margin-bottom: 1px;
}

.SMenu A:HOVER	{
	text-decoration: none;
	color: black;
}

.SMenu A:VISITED	{
	text-decoration: none;
	color: gray;
}
.SMenu A:VISITED:HOVER	{
	text-decoration: none;
	color: black;
}

.mSmall	{
	font-size: 11px;
	padding-left: 8px;
}

/* Sub Menu Active */
.SMenuA A	{
	width: 113px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.SMenuA	{
	padding: 2px 0px 2px 3px;
	background-color: gray;
	width: 118px;
	margin-bottom: 1px;
}

.SMenuA A:HOVER	{
	text-decoration: none;
}

.SMenuA A:VISITED	{
	color: white;
}

.SMenuA A:VISITED:HOVER	{
	color: silver;
}

/* Sub Menu 2nd Level */
.SMenuB A	{
	width: 113px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.SMenuB	{
	padding: 2px 0px 2px 13px;
	background-color: #c5c5c5;
	width: 118px;
	margin-bottom: 1px;
}

.SMenuB A:Hover	{
	color: black;
	text-decoration: none;
}

.SMenuB A:VISITED	{
	color: #555555;
	text-decoration: none;
}

.SMenuB A:VISITED:Hover	{
	color: black;
	text-decoration: none;
}

/* Arrow 1st Level */
.Arrow	{
}

/*Arrow 2nd Level */
.Arrow2	{
}


/* CUSTOM STYLES */
.pageHead	{
	width: 100%;
	background-image: url('nav/bck_top.gif');
	float:left;
	clear:both;
}

.page	{
	width: 700px;
}

.col	{
	float: left;
	width: 105px;
}

.row	{
	clear: both;
}

.table	{
	width: 200px;
	float: left;
}

.title1	{
	font-family: georgia, serif;
	font-size: 15px;
	color: black;
	margin: 20px;
}

.table .col	{
	padding: 2px;
}

.pageTitle	{
	width: 581px;
	clear:left;
	background-color: 8DC63F;
	font-size: 14px;
	font-family: arial narrow,tahoma,sans ;
	color: white;
	font-weight: bold;
	padding:1px 1px 2px 5px;
}

.text	{
	margin-left:5px;
	text-align: justify;
}