@import url(style/basic.css) print, screen;

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
/* This is basic paragraph style */
p {
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	text-align: left;
	}
.red {
	color: #C00E2D;
	}
.gray {
	color: gray;
	}
.center {
	text-align: center;
}
.centerB {
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}
.right {
	text-align: right	
}.rightB {
	font-weight: bold;
	text-align: right;	
}
.block {
	margin-left: 20px; margin-right: 20px
}
.blockWide {
	margin-left: 60px; margin-right: 80px
}
.indent {
	margin-left: 30px; margin-right: 30px; text-align: left
}
.justify {
	margin-bottom: 3px; text-indent: 0px; text-align: justify; margin-left: 10px; margin-right: 10px;
}
.caption {
	font-size: 8pt;
	margin: 0px;
	text-align: center;
}
.cite {
	font-family: Times New Roman;
	font-style: italic;
	margin-right: 30px;
	text-align: right;
}
.footer {
	color: #000000;
	font-size: 8pt;
	line-height: 14px;
	text-align: center;
}
.blockBox {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #000000;
	padding: 6px;
	color: white;
	font-size: 9px;
}
.redBox {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #c00e2d;
	padding: 6px;
	color: white;
	font-size: 9px;
}

/* These are the various hyperlink styles */
a, a:link, a:active, a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #C00E2D;
}
a.sm, a:link.sm, a:active.sm, a:visited.sm {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
a:hover.sm {
	color: gray;
	font-size: 8pt;
}
a.nav, a:link.nav, a:active.nav, a:visited.nav {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover.nav {
	color: #gray;
	font-size: 8pt;
	}

/* These are styles for Headers */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: lighter;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: lighter;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: left;
	padding-top: 20px;
}
h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 8px;
	text-align: left;
}
h4 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 8px;
	text-align: left;
}

/* These are styles for Lists */

ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 10px;
	text-align: left;
	text-indent: 0px;
	display: inline-block;
	line-height: 16px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	margin-right: 20px;
	text-align: left;
	display: block;
	line-height: 16px;
}

li {margin-bottom: 20px;

/* Div Styles */
div#wrapper {
	border: 6px solid #C00E2D;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(../images/linenGray.gif);
		}

#wrapperShort {
	border: 6px solid #C00E2D;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(../images/linenGray.gif);
	height: 500px;
	}


/* These are BOX styles, or styles for TABLES */

td {
	text-align: left;
	vertical-align: top;
}

td.tall {
	height: 12pt;
}

td.sp { background-color: #C00E2D; height: 3px; padding: 0px; }

td#bkgRed {
	border: none;
	background-color: #C00E2D;
	color: white;
}

td#bkgBlk {
	border: none;
	background-color: black;
	color: white;
}
td#bkgGray {
	border: none;
	background-color: #CDCDCD;	
}

td#dottedGray	{
	background-color: #cdcdcd;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	border-top: 1px dotted gray;
}

td#dottedWhite	{
	background-color: #F5F5F5;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	border-top: 1px dotted gray;
}
td#topRed	{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 2px solid #CC0033;
}

table#borderRed	{
	background-color: #dfdfdf;
	border-bottom: 4px solid #C00E2D;
	border-left: 4px solid #C00E2D;
	border-right: 4px solid #C00E2D;
	border-top: 4px solid #C00E2D;
}
table#borderRed2	{
	background-color: #ffffff;
	border-bottom: 2px solid #C00E2D;
	border-left: 2px solid #C00E2D;
	border-right: 2px solid #C00E2D;
	border-top: 2px solid #C00E2D;
}

table#borderRed3	{
	background-color: #cdcdcd;
	border-bottom: 2px solid #C00E2D;
	border-left: 2px solid #C00E2D;
	border-right: 2px solid #C00E2D;
	border-top: 2px solid #C00E2D;
}

table#borderBlk	{
	background-color: White;
	border-bottom: 4px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-top: 4px solid black;
}
table#borderBlk2	{
	background-color: White;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

table#borderBlk3	{
	background-color: #cdcdcd;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

table#formGray	{
	background-color: #DCDCDC;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	border-top: 1px dotted gray;
}

td#formC	{
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

td#formL	{
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold;
	padding-bottom: 4pt;
	padding-top: 4pt;
	text-align: left;
	vertical-align: middle;
}

td#formR	{
	font: 9pt Arial, Verdana, "Sans Serif", bold;
	font-weight: bold;
	padding-bottom: 4pt;
	padding-top: 4pt;
	text-align: right;
	vertical-align: middle;
}

table#dashed	{
	background-color: #dcdcdc;
	border-bottom: 3px dashed gray;
	border-left: 3px solid gray;
	border-right: 3px solid gray;
	border-top: 3px dashed gray;
}

/* Miscellaneous Styles */
hr {
	color: Gray;
	text-align: center;	
	width: 100px;
	height: 1px;
}
