/* 
	------------------------------------------------[ 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 0px 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;
}