/* Common tags                 */
/*-----------------------------*/		
body
{
	background-color: whitesmoke;
	font-family: Verdana, Arial;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

A:link		{ color: blue; text-decoration: none; }
A:visited 	{ color: blue; text-decoration:none; }
A:active	{ color: red; cursor: hand; text-decoration: none; }
A:hover 	{ color: red;  cursor:hand; text-decoration:"underline"; }
		
p			{ font-family: Verdana, Arial; }
img			{ border-width: 0; }
ul			{ color: #000000; font-family: Verdana, Arial; }

h1, h2, h3	{ font-family: Verdana, Arial; color: #000000;}
h1			{ font-size: 16px; font-weight: bold; padding:  10px 0px 10px 0px; }
h2			{ font-size: 14px; font-weight: bold;  padding:  4px 0px 4px 0px; }
h3			{ font-size: 12px; font-weight: bold; }



/* Footer tags                 */
/*-----------------------------*/
#Footer 
{
	text-align: center;
	font-family: Verdana, Arial;
	font-size:  10px;
	font-weight: normal;
	color: #000000;	
}


/* Special Areas               */
/*-----------------------------*/

.Info {
	background-color: #e9f2ff;
	padding: 8px;
	border: #eaeaea 1px dash;
}
.Action {
	border: #eaeaea 1px dashed;
	padding: 5px; 
	background-color: #FFFFE0;
	vertical-align: top;
}
.Feedback {
	padding: 8px;
	border: #eaeaea 1px dashed;
	background-color: #FFFFFF;
}

.ImageButton
{
	cursor:pointer;
}

.Button
{
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	border-color: #eaeaea #000066 #000066 #eaeaea;
	background-color: #f5f5f5; border-style: solid;
	border-top-width: 1px; border-right-width: 1px;
	border-bottom-width: 1px; border-left-width: 1px;
}

td.SectionHeader
{
	BORDER-RIGHT: gainsboro 1px solid; 
	BORDER-TOP: gainsboro 1px solid; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: gainsboro 1px solid; 
	COLOR: #000099; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: gainsboro 1px solid; 
	BACKGROUND-COLOR: whitesmoke;
}

td.SectionHeaderBold
{
	color: #000066;
	padding-top: 4px;
	PADDING-BOTTOM: 4px; 
	background-color: #e9f2ff;
	font-weight: bold;
	BORDER-RIGHT: #000066 1px solid; 
	BORDER-TOP: #000066 1px solid; 
	BORDER-LEFT: #000066 1px solid;  
	BORDER-BOTTOM: #000066 1px solid; 
}

td.SectionLabel
{
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	background-color: whitesmoke;
	font-weight: bold;
	font-size: 8pt;
}
td.SectionContent
{
	padding-right: 4px;
	padding-left: 2px;
	padding-bottom: 8px;
	padding-top: 2px;
}
td.Section
{
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-right: ghostwhite 1px solid;
	border-top: ghostwhite 1px solid;
	border-left: ghostwhite 1px solid;
	border-bottom: ghostwhite 1px solid;
}

.FormLabel
{
	font-weight: bold;
}


.TabbedSubHeader
{
	font-weight: bold;
	font-size: 10px;
	color: White;
	vertical-align: middle;
	padding: 5px 0 0 5px;
	height: 15px;
	border-top: #000000  1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000  1px solid;
	border-left: #000000  1px solid;
	background-color:#3D3DE6;
}

.TabbedSubHeader A:link		{ color: white; text-decoration: none; }
.TabbedSubHeader A:visited 	{ color: white; text-decoration:none; }
.TabbedSubHeader A:active	{ color: red; cursor: hand; text-decoration: none; }
.TabbedSubHeader A:hover 	{ color: red;  cursor:hand; text-decoration:"underline"; }

.TabbedContent
{
	border-right: #000000  1px solid;
	border-left: #000000  1px solid;
	padding: 5px;
	background-color: white;
}
.TabbedContentTop
{
	border-top: #000000  1px solid;
	border-right: #000000  1px solid;
	border-left: #000000  1px solid;
	padding: 5px;
	background-color:white;
	
}
.TabbedContentBottom
{
	border-right: #000000  1px solid;
	border-left: #000000  1px solid;
	border-bottom: #000000  1px solid;
	padding: 5px;
	background-color:white;
	
}
.TabbedContentBoxed
{
	border-top: #000000  1px solid;
	border-right: #000000  1px solid;
	border-left: #000000  1px solid;
	border-bottom: #000000  1px solid;
	padding: 5px;
	background-color:white;
	
}


hr
{
	border-bottom: #000000 1px;
	width: 100%;
	height: 1px;
	text-align: center;
	background-color: Transparent;
}