.watermark
{
	background: #FFAAFF;
}

.popupControl
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}
/* Color of Footer Area */
.PPFooterTbl
{
	background-color: #ffffff;
}
/* Color of line break */
.PPLineBreak
{
	background-color: #999999;
}
/* Color of dynamic table */
.PPDynamicTbl
{
	background-color: #eeeee2;
}
/* Color of "Don't have a Passport" Area */
.PPNoPassportTbl
{
	background-color: #e2e1d8;
}
/* Text style of footer text */
.PPFooterTxt
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.PPFooterTxt A
{
	color: #0000ff;
	font-size: 11px;
	text-decoration: underline;
}
/* Color of Security Key Input Fields */
.PPSecKeyBdr
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
/* Text style formating of the field label. */
.PPLabel
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* Text style of module help link */
.PPHelp A
{
	color: #ffffff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
/* Text style of small help text. */
.PPHelpText
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.PPHelpText A
{
	color: #0000ff;
	font-size: 11px;
	text-decoration: underline;
}
/* SignInName Text */
.PPSignInName
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
/* Text style formating of the fields error text bold. */
.PPErrBoldTxt
{
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
/* Text style formating for signup button. */
.PPRSbmtBtn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
/* Color of Page */
.PPPageBG
{
	background-color: #ffffff;
}
/* Color of module border */
.PPModuleBrd
{
	background-color: #0033cc;
}
/* Color of module title table */
.PPModuleTtlTbl
{
	background-color: #0033cc;
}
/* Text style of module title text */
.PPModuleTtlTxt
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
/* Text style of descriptive text. */
.PPDesTxt
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.PPDesTxt A
{
	color: #0000ff;
	font-size: x-small;
	text-decoration: underline;
}
/* Text style of module help link */
.PPHelpTxt A
{
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
}
/* Text style formating of the field label. */
.PPRLabelText
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* Text style formating of the label text. */
.PPRLabelData
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Text style formating of the input box. */
.PPRField
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #ffffff;
}
/* Text style and color of Help Text area. */
.PPHelpTextArea
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.PPHelpTextArea A
{
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Text style formating of the field label. */
.PPSmallDesText
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.PPSmallDesText A
{
	color: #0000ff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* Set the background color of the page.*/
BODY
{
	background-color: #ffffff;
	font-size: 10pt;
	font-family: tahoma,sans-serif;
}


A
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #0000FF;
	font-style: normal;
}

A:visited
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #9F4010;
	font-weight: bold;
	font-style: normal;
}

A:link
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #9F4010;
	font-weight: bold;
	font-style: normal;
}


A:hover
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #DC8095;
	font-weight: bold;
	font-style: normal;
}


A.whitelink, A:visited.whitelink, A:link.whitelink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}
A:hover.whitelink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}

A.lightbluelink, A:visited.lightbluelink, A:link.lightbluelink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #E7EBF7;
	font-style: normal;
	font-weight: normal;
}
A:hover.lightbluelink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #E7EBF7;
	font-style: normal;
	font-weight: normal;
}

A.lightdarkbluelink, A:visited.lightdarkbluelink, A:link.lightdarkbluelink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #0000ff;
	font-style: normal;
	font-weight: normal;
}
A:hover.lightdarkbluelink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #0000ff;
	font-style: normal;
	font-weight: normal;
}

A.browlink, A:visited.browlink, A:link.browlink, A:hover.browlink
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
	font-weight: bold;
	color: #9F4010;
}
A.blacklink, A:visited.blacklink, A:link.blacklink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}
A:hover.blacklink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}
A.pinklink, A:visited.pinklink, A:link.pinklink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #DC8095;
	font-style: normal;
}
A:hover.pinklink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}

A.bluelink1, A:visited.bluelink1, A:link.bluelink1
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #527DD6;
	font-style: normal;
}
A:hover.bluelink1
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #9f410d;
	font-style: normal;
}


A.bluelink, A:link.bluelink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #527DD6;
	font-style: normal;
}
A:hover.bluelink
{
	text-decoration: underline;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #9f410d;
	font-style: normal;
}
A:visited.bluelink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #527DD6;
	font-style: normal;
}
A:visited.yellowlink
{
	text-decoration: none;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #ffff00;
	font-style: normal;
}

input
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
    height: 18px;
    margin-left: 0px;
}
radio
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
select
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
textarea
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
checkbox
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
p, td, th
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
.menu
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
	font-weight: bold;
}
.caption
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
	font-weight: bold;
}
.bmgi_normal
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
}
.buttononwhite
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	background: #F8E1E9;
	border-bottom: 1px solid #EBABB6;
	border-right: 1px solid #EBABB6;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #9f410d;
	text-decoration: none;
	font: bolder;
	height: 20;
}
.buttononwhitepink
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	background: #f6c7cf;
	border-bottom: 1px solid #2b2e00;
	border-right: 1px solid #2b2e00;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #7A2D03;
	text-decoration: none;
	font: bolder;
	height: 20;
}
.errmsg
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.textfield
{
	font-size: 9pt;
	font-family: arial,verdana, helvetica, sans-serif;
	border-width: 1;
	font-weight: bold;
	border-style: solid;
	border-color: #7B2E02;
	background-repeat: repeat;
	background-position: 0% 50%;
	background-attachment: scroll;
	background: #ffffff;
	color: #9f410d;
}
.captiononmainpage
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #9F4010;
	font-weight: bold;
}
.greylabel
{
	font-size: 11px;
	font-family: tahoma,sans-serif;
	color: #817F80;
}
.blackcaption
{
	font-size: 16px;
	font-family: tahoma, sans-serif,arial;
	color: #000000;
	font-weight: bold;
}

.blacksmallcaption
{
	font-size: 11px;
	font-family: tahoma, sans-serif,arial;
	color: #000000;
	font-weight: normal;
}
.blacksmallcaptionBold
{
	font-size: 13px;
	font-family: tahoma, sans-serif,arial;
	color: #000000;
	font-weight: bold;
}

.browcaption
{
	font-size: 13px;
	font-family: tahoma, sans-serif,arial;
	font-weight: bold;
	color: #7B2E02;
}
.greencaption
{
	font-size: 14px;
	font-family: tahoma, sans-serif,arial;
	font-weight: bold;
	color: #00FF31;
}

.bluecaption
{
	font-size: 14px;
	font-family: tahoma, sans-serif,arial;
	font-weight: bold;
	color: #0000ff;
}

.graycaption
{
	font-size: 14px;
	font-family: tahoma, sans-serif,arial;
	font-weight: bold;
	color: #E7EBF7;
}

.pinkcaption
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #DC8095;
	font-weight: bold;
}

.footer
{
	font-size: 10px;
	font-family: tahoma, sans-serif,arial;
	color: #817F80;
}

.whitecaption
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formtitle
{
	font-family: tahoma,sans-serif;
	font-size: 18pt;
	color: #000000;
}
.number
{
	text-align: right;
}

#container
{
	border-right: #CCCCCC 1px solid;
	padding-right: 1px;
	padding-left: 3px;
	background: #CCCCCC;
	padding-bottom: 1px;
	border-left: #ccc 1px solid;
	width: 100%;
	padding-top: 3px;
	border-bottom: #CCCCCC 1px solid;
}

#tabnav
{
	padding-left: 10px;
	background: url(tab_bottom.gif) repeat-x 50% bottom;
	margin: 0px;
	height: 20px;
}

#tabnav UL
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#tabnav LI
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#tabnav A:link
{
	border-right: #CCCCCC 1px solid;
	padding-right: 10px;
	border-top: #ccc 1px solid;
	padding-left: 10px;
	background: #f1f1f1;
	float: left;
	padding-bottom: 2px;
	border-left: #ccc 1px solid;
	color: #666;
	line-height: 14px;
	margin-right: 4px;
	padding-top: 2px;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
}

#tabnav A:visited
{
	border-right: #CCCCCC 1px solid;
	padding-right: 10px;
	border-top: #ccc 1px solid;
	padding-left: 10px;
	background: #f1f1f1;
	float: left;
	padding-bottom: 2px;
	border-left: #ccc 1px solid;
	color: #666;
	line-height: 14px;
	margin-right: 4px;
	padding-top: 2px;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
}

#tabnav A.active:link
{
	background: #CCCCCC;
	color: #000;
	border-bottom: #CCCCCC 1px solid;
}

#tabnav A.active:visited
{
	background: #CCCCCC;
	color: #000;
	border-bottom: #CCCCCC 1px solid;
}

#tabnav A:hover
{
	background: #CCCCCC;
}


.menuTabs
{
	padding-left: 2px;
	padding-right: 2px;	
	margin: 0px;
	height: 20px;
}
.tab
{
	border-right: #CCCCCC 1px solid;
	padding-right: 2px;
	border-top: #ccc 1px solid;
	padding-left: 2px;
	background: #f1f1f1;
	float: left;
	padding-bottom: 2px;
	border-left: #ccc 1px solid;
	color: #111111;
	line-height: 14px;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
}
.selectedTab
{
	background: #CCCCCC;
	color: #000000;
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-right: 2px;
	border-top: #ccc 1px solid;
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	border-left: #ccc 1px solid;
	line-height: 14px;
	margin-right: 2px;
	padding-top: 2px;
	text-decoration: none;
}
.tabBody
{
	border: Solid 1px black;
	padding: 20px;
	background-color: white;
}
.tabHover
{
	border-right: #CCCCCC 1px solid;
	padding-right: 2px;
	border-top: #ccc 1px solid;
	padding-left: 2px;
	background: #CCCCCC;
	float: left;
	padding-bottom: 2px;
	border-left: #ccc 1px solid;
	color: #666;
	line-height: 14px;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
}

.collapsePanel
{
    height:0px;
    
    border-right: #0000ff 1px solid;
    border-top: #0000ff 0px solid; 
    border-left: #0000ff 1px solid; 
    border-bottom: #0000ff 1px solid;
    font-size: 10pt; 
    font-family: Verdana, Arial;
}

.collapsePanelHeader
{
    
    border-right: #0000ff 1px solid; 
    border-top: #0000ff 1px solid;
    border-left: #0000ff 1px solid; 
    border-bottom: #0000ff 1px solid; 
    font-size: 10pt;
    font-family: Verdana, Arial;    
}
.objectTitle
{
    font-family:Verdana, Arial;
    font-size:medium;
}
.pageTitle
{
    font-family:Verdana, Arial;
}
.objectSearch
{
    font-family:Verdana, Arial;
}

.MasterClass .rgCaption 
   {    
      color: maroon; 
      font-family:Verdana, Arial;
      font-size: 18pt;
   }