/* Body & Page */
Body
{
	background-color : #E1E1E1;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;/*013300*/
}

a:hover
{
	color: #0000FF;
}

/* Table */
table
{
	margin-top : 0px; 
	margin-bottom : 0px; 
	text-align: left; 
	vertical-align : top;
}

tr
{
	vertical-align : top;
}

td, .txt
{
	font-family : verdana, arial, helvetica; 
	font-size : 12px;
	font-weight: bold;
}

td.heading
{
	background : #FFFFFF;
	color: 006600;
	font-size: 10pt;
	font-weight: bold;
	border-bottom : 1px solid #FFFFFF; 
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF; 
	border-right : 1px solid #FFFFFF;
}

td.headingSearch
{
	background : #CCCCCC;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	border-bottom : 1px solid #000000; 
	border-top : 1px solid #000000;
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000;
	padding: 10px;
}

td.headingSubSearch
{
	background : #ffffcc;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	border-bottom : 1px solid #000000; 
	border-top : 1px solid #000000;
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000;
	padding: 2px;
}

td.partialBorderSearch
{
	background: #FFFFFF;
	border-bottom : 1px solid #000000; 
	border-top : 1px solid #000000;
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000;
	
}

td.partialBorder
{
	background: #FFFFFF;
	border-bottom : 1px solid #FFFFFF; 
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF; 
	border-right : 1px solid #FFFFFF;
	
}

td.underline
{
	border-bottom: 1px solid black;
}

/* Form Elements */
input.default 
{
	font-family: arial;
	font-size: 8pt;
	border: 1px;
	border-color: black;
	border-style: solid;
}

textarea.default 
{
	font-family: arial;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
}

select.default 
{
	font-family: arial;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
	margin : 0 0 0 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

/* PopOver */
#masterDisable {
	z-index:1;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color: #666666;
	opacity: .5;
	filter:alpha(opacity=50);
}
#popup {
	position: absolute;
	width:330px;
	height:100px;
	background-color: #ffffff;
	z-index: 2;
	display: none;
	overflow: auto;
	padding: 10px;
	margin-left: 180px;
	margin-top: 90px;
	border: 1px;
	border-style: solid;
}
#popUpText {
	font-family : verdana, arial, helvetica; 
	font-size : 12px;
	font-weight: bold;
}

/* Font Definitions */
 @font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:536871559 0 0 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	line-height:normal;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	color:windowtext;}
h2
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	line-height:normal;
	mso-pagination:widow-orphan;
	mso-outline-level:2;
	font-size:7.5pt;
	font-family:"Times New Roman";
	color:windowtext;
	font-weight:bold;}
a:link, span.MsoHyperlink
	{mso-ansi-font-size:7.5pt;
	mso-bidi-font-size:7.5pt;
	font-family:Verdana;
	mso-ascii-font-family:Verdana;
	mso-hansi-font-family:Verdana;
	color:#2C47B7;
	mso-text-animation:none;
	text-decoration:none;
	text-underline:none;
	text-decoration:none;
	text-line-through:none;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;
	text-underline:single;}
p
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:7.5pt;
	margin-left:0in;
	line-height:10.5pt;
	mso-pagination:widow-orphan;
	font-size:7.5pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#3B3A26;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
	
.green {
	font-family:verdana,arial,helvetica; 
	font-size:10pt; 
	text-decoration:none; 
	color: #006600;
	font-weight: bold;
}
.black {
	font-family:verdana,arial,helvetica; 
	font-size:10pt; 
	text-decoration:none; 
	color: #000000;
}