/*
 *	Standard elements
 */

body, td
{
	text-align: justify;
	scrollbar-Track-Color:		#CCCCCC;
	scrollbar-Face-Color:		navy;
	scrollbar-arrow-color:		white; 
	scrollbar-Shadow-Color:		black;
	scrollbar-3dLight-Color:	#FFCC00
}

body, td, th, select, input, textarea
{
	font-size:	10pt;
	font-family:	Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:		#000080; 
}

body
{
	background-color:	#dddddd;
}

a		{ color: #000080; font-weight: bold; text-decoration: underline; cursor: hand }
a:link		{ color: #000080; font-weight: bold; text-decoration: underline  }
a:visited	{ color: #000080; font-weight: bold; text-decoration: underline  }
a:hover		{ color: #FFFFFF; font-weight: bold; text-decoration: none;      background-color: #000080 }

h1		{ color: #000080; text-transform: uppercase; font-size: 28pt; margin-bottom: 0; margin-top: 0; }
h2		{ color: #000080; font-weight: bold; font-size: 14pt; margin-bottom: 15; margin-top: 0; }
h3		{ color: #000080; 	             font-size: 12pt; margin-bottom: 15; margin-top: 0; }

blockquote	{ margin: 20px; } 

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; border: 0px; }
table.box td.boxcorner	{ background-color: #008FD1; width: 15; }
table.box td.boxheader	{ background-color: black;   color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxreverse	{ background-color: white;   color: black; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.box td.boxbody	{ background-color: #DDDDDD; padding: 2px; }

table.view		{ border-collapse: collapse; border: 1px solid black; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: #008FD1; width: 15; }
table.view td.viewtitle	{ background-color: black;   color: white; font-weight: bold; font-variant: small-caps; font-size: 11pt; }
table.view td.viewbutts	{ background-color: black;   text-align: right; }
table.view td.viewbody	{ background-color: #DDDDDD; }

table.outform		{ border-collapse: collapse; border: 1px solid black; background-color: #DDDDDD; }
table.outform td	{ padding: 10px; }
table.inform td		{ padding: 5px; vertical-align: top; }

table.tick		{ border-collapse: collapse; border: 0px solid #000000; }
table.tick td		{ padding: 2px; vertical-align: middle; }

.hozline	{ background-color: #008FD1; }

.smalltext	{ font-size: 8pt; }

.mand		{ color: red; font-size: 8pt; }

.result		{ color: red; font-weight: bold; }

