@page  {margin: 0px;}

#AppTitle {
	color:#8b0000; font-size : 11px; font-weight: bold; text-transform:uppercase; margin-left:50px;
}

html, body {
	margin: 0px; padding:0px; border: 0; 
}
body 
{
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; FONT-SIZE: 8pt; COLOR: #2e353a; BACKGROUND-COLOR: #ffffff; line-height: 1.5;
}
P
{
	font-size: 8pt;
	margin: 10px 0px 7px 5px;
	line-height: 1.5;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Base Header Styles */
h1, h2, h3, h4 {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-weight : bolder; font-size : 1.16em; background-color: whitesmoke; color: #636563; margin-bottom: 0px; font-variant:small-caps; padding:1px;
}

h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #636563; margin:15px, 0px, 0px, 0px; letter-spacing:0; 
}

/* Base Table Styles */
table, th, td 
{
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; FONT-SIZE: 8pt;
}

/* Link Colors and Styles */
A:link {
	COLOR: #0069e7; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0069e7; TEXT-DECORATION: none;
}
A:active {
	COLOR: #cecfce; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #0069e7; TEXT-DECORATION: underline;
}

A.nohighlight:link {
	COLOR: #2e353a; TEXT-DECORATION: none;
}
A.nohighlight:visited {
	COLOR: #2e353a; TEXT-DECORATION: none;
}
A.nohighlight:active {
	COLOR: #2e353a; TEXT-DECORATION: none;
}
A.nohighlight:hover {
	COLOR: #7f8588; TEXT-DECORATION: underline;
}


.body {
	FONT-SIZE: 9pt; COLOR: #2e353a; FONT-FAMILY: Verdana,Arial,Helvetica,Sans-serif
}
.small {
	FONT-SIZE: 7.5pt; COLOR: #2e353a;
}

.footerlinks:link {
	FONT-SIZE: 7.5pt; COLOR: #686868; TEXT-DECORATION: none;
}
.footerlinks:visited {
	FONT-SIZE: 7.5pt; COLOR: #686868; TEXT-DECORATION: none;
}
.footerlinks:active {
	FONT-SIZE: 7.5pt; COLOR: #293439; TEXT-DECORATION: underline;
}
.footerlinks:hover {
	FONT-SIZE: 7.5pt; COLOR: #293439; TEXT-DECORATION: none;
}
.bottomlines {
	COLOR: #1d5478;
}

.white {
	FONT-WEIGHT: normal; FONT-SIZE: 7.5pt; COLOR: #ffffff;
}

.error {	
	color:#8b0000;
}

/* Navigation*/
a.tab_sel         { text-decoration: none; color: #555555;}
a.tab_sel:hover   { text-decoration: none; color: #555555;}
a.tab_sel:visited { text-decoration: none; color: #555555;}
a.tab_uns         { text-decoration: none; color: #1d5478;}
a.tab_uns:visited { text-decoration: none; color: #1d5478;}
a.tab_uns:hover   { text-decoration: none; color: #1d5478;}

                    
.tab_sel 
{ 
	color: #636563; 
	font-size: 12px; 
	font-weight : bold; 
	background: white;
    border-bottom: 1px solid white; 
    border-right: 1px solid gray;
	border-top: 1px solid silver; 
	border-left: 1px solid silver; 
    padding: 2px 15px 0px 15px;
}

.tab_uns           
{ 
	color: #1d5478; 
	font-size: 12px; 
	font-weight : bold; 
	background: whitesmoke;
	border-bottom: 1px solid silver; 
	border-right: 1px solid gray;
	border-top: 1px solid silver; 
	border-left: 1px solid silver; 
	padding: 2px 15px 0px 15px;
}
                     
.tab_btmline       
{ 
	border-bottom: 1px solid silver; 
}

.table_body
{
	margin-top: 0px;
	border-right: 1px solid silver;
	border-left: 1px solid silver; 
	border-bottom : 1px solid silver;
	padding : 5px 10px 5px 10px;
}


