/* Default CSS Stylesheet for a new Web Application project */

BODY {
	font-weight: normal;
	font-size: 0.8em;
	color: White;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	background-image:url('');
	background-repeat: repeat-y

	

}

.MenuGroup
{ 	
	cursor: hand;	
	padding: 1px;
}

.MenuSubGroup
{ 	
    BORDER-RIGHT: #ffffff 1px solid;
    cursor: hand;	
	padding: 0px;
    BORDER-TOP: #ffffff 1px solid;
    BORDER-LEFT: #ffffff 1px solid;
    BORDER-BOTTOM: #ffffff 1px solid;
    BACKGROUND-COLOR:#535252;
    TEXT-DECORATION: none;
    WIDTH:175
}
.MenuItemSubGroup
{ 	
    BORDER-RIGHT: white 1px solid;
    cursor: hand;	
	padding: 0px;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR:#535252;
    TEXT-DECORATION: none;
    WIDTH:175
}
.MenuItem
{
	font-family:Verdana;
	cursor: hand;
	font-size:10pt;
	color:#ffffff;
	font-weight:600;
	padding: 0px;
	margin-top :1px;
	margin-bottom :1px;
	margin-left :1px;
	margin-right :1px;
}

.MenuItemOver
{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff; 
	cursor: hand;	
	font-family:Verdana;
	font-size:10pt;
	color:#ffffff;
	font-weight:600;
	padding: 0px;
 }

.Separator
{
	background-color: Transparent; 
	margin-left: 2px;
	margin-right: 2px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
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:	#bebfc1;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#bebfc1;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#9ca1a5;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#e9262a;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/* The following classes are used by the Sonit Web Controls  */
	
.MbrCat {
	font-weight: bold;
	font-size: 11pt;
	color: maroon;
	font-family: Arial, Verdana, Sans-Serif;
}

.MbrDsp {
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
}

.PageTitle {
	font-weight: bold;
	font-size: 12pt;
	color: #bcbdbf;
	font-family: Arial, Verdana, Sans-Serif;
}

.ErrorMsg {
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial, Verdana, Sans-Serif;
 }
 
A.NewsHdrLink {
	font-weight: bold;
	font-size: 11pt;
	color: #7DC7E4;
}
		
A.NewsHdrLink:link	{	
	color: #7DC7E4;
	}	
		
A.NewsHdrLink:visited	{
	color: #7DC7E4;
	}	
	
A.NewsHdrLink:hover {
	text-decoration: none;
}


.NewsTsr {
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
}


A.MoreNews {
	font-size: 7pt;
}	

		
A.MoreNews:link	{	
	color: Red;
	}	
		
A.MoreNews:visited	{
	color: red;
	}	
		
A.MoreNews:hover {
	text-decoration: underline;
}


.DocCat {
	font-weight: bold;
	font-size: 11pt;
	color: #7DC7E4;
	font-family: Arial, Verdana, Sans-Serif;
}
	

A.DocLink {
	font-size: 10pt;
}	

	
A.DocLink:link	{	
	color: Black;
	}	
		
A.DocLink:visited	{
	color: Black;
	}	
		
A.DocLink:hover {
	text-decoration: none;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 00px;
	}
	
.Box {
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
	
.BoxLeft {
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.BoxRight {
	border-top: black thin solid;
	border-right: black thin solid;
	border-bottom: black thin solid;
}