﻿/*	
box-content-scrollable: used on the DIV statement, after the TD statement, for a scrollable box
box-content-static: used on the DIV statement, after the TD statement, for a static box
body: pre-defines the body style of the entire document
box-layout: Used in the TABLE statement to define the layout of the box
box-header: Used in the TH statement to define the heading of the box
box-section: Used in the content of the box to define a section header (h3)
p: pre-defines the paragraph
td: pre-defines the table row
h1, h2, h3: pre-defines the heading styles
*/

.links-table {
MARGIN-TOP: 0px; 
FONT-SIZE: 8pt; 
MARGIN-BOTTOM: 0px; 
FONT-FAMILY: Arial;
width: 20%;
text-align: center;
}
.box-content-scrollable {
	height: 220px;
	width: auto;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	text-align: justify;
	font-weight: normal;
	overflow: auto;
}
.box-content-static-10 {
	width: auto;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	text-align: justify;
	font-weight: normal;
}
.box-content-static-8 {
	width: auto;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 8pt;
	color: navy;
	text-align: justify;
	font-weight: normal;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}
.mybody {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

.box-layout {
	width: 100%;
	background-color: #FFFFFF;
	border-color: navy;
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:0px 0px 0px 0px;
}
.box-layout-red {
	width: 100%;
	background-color: #FFFFFF;
	border-color: #AE0000;	
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:0px 0px 0px 0px;
}
.box-layout-blue {
	width: 100%;
	background-color: #FFFFFF;
	border-color: navy;
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:0px 0px 0px 0px;
}
.pitch-box-border-red {
	width: 100%;
	background-color: #FFFFFF;
	border-color: #AE0000;	
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:4px 4px 4px 4px;
}
.pitch-box-border-blue {
	width: 100%;
	background-color: #FFFFFF;
	border-color: navy;
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:4px 4px 4px 4px;
}
.pitch-box-border-blue-min {
	width: 100%;
	background-color: #FFFFFF;
	border-color: navy;
	border-width: 2px 2px 2px 2px; 
	border-collapse: collapse;
	border-style: solid;
	overflow: auto;
	padding:4px 4px 4px 4px;
}
.box-header {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: #FFFF00;
	text-transform: capitalize;
	background-image: url('../images/darkredgradient1.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-darkred1-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: #FFFF00;
	text-transform: capitalize;
	background-image: url('../images/darkredgradient1.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-darkred2-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: #FFFF00;
	text-transform: capitalize;
	background-image: url('../images/darkredgradient2.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-darkblue-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: white;
	text-transform: capitalize;
	background-image: url('../images/darkbluegradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: #AE0000;
}
.box-header-darkfire-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: green;
	text-transform: capitalize;
	background-image: url('../images/darkfiregradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-darkgreen-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: yellow;
	text-transform: capitalize;
	background-image: url('../images/darkgreengradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-doublered-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: yellow;
	text-transform: capitalize;
	background-image: url('../images/doubleredgradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-lightblue-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: yellow;
	text-transform: capitalize;
	background-image: url('../images/lightbluegradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: #AE0000;
}
.box-header-red-bg-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: yellow;
	text-transform: capitalize;
	background-image: url('../images/bg.gif');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: #AE0000;
}
.box-header-lightgray-12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	height: 18px;
	color: white;
	text-transform: capitalize;
	background-image: url('../images/lightgraygradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: navy;
}
.box-header-blue {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	height: 18px;
	color: white;
	text-transform: capitalize;
	background-image: url('../images/darkbluegradient.png');
	text-align: center;
}
.box-header-blue-10 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	color: white;
	text-transform: capitalize;
	background-image: url('../images/darkbluegradient.png');
	text-align: center;
	border-width: 2px 2px 2px 2px; 
	border-style: solid; 
	border-color: #AE0000;
}
.box-section {
	text-align: right;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: navy;
	text-transform: capitalize;
}
p {
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
}
td {
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	vertical-align: center;
	font-size: 12pt;
	text-align: center;
	margin: 0;
}
h1.yellow {
	color: #FFFF00;
	vertical-align: center;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	padding:0 0 0 0px;
	font-family: Arial, Arial, Helvetica; 
}
h1.white {
	color: white;
	vertical-align: center;
	text-align: center;
	margin: 0;
	padding:0 0 0 0px;
	font-weight: bold; 
	font-family: Arial, Arial, Helvetica; 
	font-style: normal; 
    font-size: 10pt;
}

h3 {
	vertical-align: center;
	font-size: 8pt;
	color: #FFFF00;
	text-align: center;
	margin: 0;
}
h2 {
	vertical-align: center;
	font-size: 12pt;
	color: #FFFF00;
	text-align: center;
	margin: 0;
}