/* 
-------------------------------------------------[ Page Regulation Commission ]	------------------------------------------------
*/

table.mainPageTable
{
	border:				1px solid #FFFFFF;
	margin:				5px 0px 0px 0px;
}
.headerText
{
	border-bottom:		1px solid #FFFFFF;
	color:				#FFFFFF;
	font-family:		verdana;
	font-size:			17px;
	font-weight:		bold;
	margin:				10px 0px 0px 10px;
	padding-bottom: 	10px;
}
table.innerPageTable
{
	background-color:		#FFFFFF;
}
table.innerPageTable tr th
{
	background-image:		url(../../img/gif/bg.gif);
	background-attachment:	scroll;
	background-position:	top;
	color:					#003399;
	height:					35px;
}
table.innerPageTable tr td
{
	border-bottom:			1px solid #4F7EC9;
	color:					#000099;
	font-weight:			bold;
	font-size:				11px;
	padding:                3px 5px 0px 10px;
	
}

table.powerMapTable
{
	background-color:		#FFFFFF;
}
table.powerMapTable tr th
{
	background-image:		url(../../img/gif/bg.gif);
	background-attachment:	scroll;
	background-position:	top;
	color:					#FFFFFF;
	height:					35px;
	font-size:				13px;
}
table.powerMapTable tr td
{
	border-bottom:			1px solid #4F7EC9;
	border-right:			1px solid #4F7EC9;	
	color:					#000099;
	font-size:				11px;
	padding:                3px 5px 0px 10px;
}

a.mainPageLinks
{
	color:					#000099;
	font-weight:			none;
	font-size:				12px;
	text-decoration:		none;
}
a.mainPageLinks:hover
{
	color:					#000099;
	font-weight:			bold;
	font-size:				12px;
	text-decoration:		underline;
}
ul.mainPageList
{
	list-style:				url(../../img/gif/arrow_ul.gif);
	list-style-position:	outside;
}
a.siteMapLink
{
	color:					#003366;
	font-weight:			bold;
	text-decoration:		underline;
}
a.siteMapLink:hover
{
	color:					#003366;
	font-weight:			bold;	
}
ul.innerList
{
	list-style-image:		url(../../img/gif/arrow_ul.gif);
	line-height:			20px;
	margin-top:				0px;
}