/* Default CSS Stylesheet for a new Web Application project */
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:100px; 
 width:100%;
 background-color:#FFFFFF; 
 } 
 
#leftcol{
 width:116px; 
 float:left;  
 position:relative; 
 margin-left:-116px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 116px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:100px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 /*float: left; */
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.leftColumn{padding:0px;
	}
	
.headerArea
{
    
    padding:0px;
float:left;

}	
 
.content
{
	padding:5px; 	font-size: 12pt;

	font-family: Arial;
	font-weight : bold;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}


.TopGroup
{
  background-color: #cc0099;
  border: 0px;
  border-color: white;
  border-top-color: none;
  border-left-color: #666666;
  border-bottom-color: none;
  border-style: solid;
  border-right: none;
  cursor: default;
    font-family: Arial Black;

  
}

.Level2Group
{
  background-color:#336699;

  border-right-color:white;
  border-right:none;
  cursor:default;
}

.TopLevelTab 
{
  color:white;
  font-family: Arial Black;
  font-size:12px;

  cursor: pointer;
}

.TopLevelTabHover
{
	font-size: 12px;
	color: white;
	font-family: Arial Black;
	background-color:#ba00c6;

}

.SelectedTopLevelTab
{
  color: white;
  background-color: #336699;
    font-family: Arial Black;
  font-size: 12px;

  position:relative;
  top:0px;
  cursor:default;
}

.Level2Tab 
{
  color:white;
  font-family:verdana;
  font-size:10px;

  cursor: pointer;
}

.Level2TabHover
{
	font-size: 10px;
	color: white;
	font-family: verdana;
	background-color:#178bc8;
}

.SelectedLevel2Tab 
{
  color:black;
  background-color:white;
  font-family:verdana;
  font-size:10px;

  position:relative;
  top:0px;
  cursor:default;
}


.ContentImage
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.ContentTable
{

	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
}

.ContentQuote
{
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}

.FooterContent
{
	font-size: 10pt;
	width: 350px;
	font-family: Arial;
	text-align: center;
}



.StdContent
{
	font-size: 12pt;
	font-family: Arial;
	font-weight : bold;
}

.styleregister3_false { color:red }

.CCErrorBox
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	width: 550px;
	color: red;
	border-bottom: black thin solid;
	font-family: arial;
	background-color: #ffffb8;
}

.Failed
{
	color:Red;
	font-weight:bold;
}

.Success
{
	color:#cc0099;
	font-weight:bold;
	font-size:10;
}

.SmallPrint
{
	font-family:Arial;
	font-size: .7em;
}


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #336699;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#336699;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	arial, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

