BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color : #FFFFFF;
}

.bannerBg {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
	background-color : #6495ED;
}

.bodyContents	{
	margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color : #FFFFFF;
}

A  {
	color : #0000CC;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:hover  {
	text-decoration : underline;
}

H1	{
	font-family : Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	font-size: medium;
}

H2	{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: small;
}

LI	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

SPAN	{
	
}

td  {
	font-size : x-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

th	{
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #DCDCDC;
	font-weight: normal;
}

table.data {
	border: 1px solid #C0C0C0;
}

table.data th	{ 
	background-color: #DCDCDC;
	border:1px solid #C0C0C0;
	font-weight: normal;  
	font-size: x-small;
}

table.data td	{
	border:1px solid #C0C0C0;
}

table.data tr.dataRow1	td	{
	background-color : #FFFFFF;
}

table.data tr.dataRow2	td	{
	background-color : #FAFAD2;
}

table.data tr.selected td   {
	background-color: #003399;
	color: #FFFFFF;
}

table.formView	{
	border:1px solid #FFFFFF;
}

table.toc	{
	
}

table.toc th	{
	background-color : #FAFAD2;
	color: #000000;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
}

table.formView td.field	{
	background-color: #DCDCDC;
}

.bannerImageBg	{
	background-color : #003399;
}

.bannerLineBg {	
	background-color: #FFCC33;
	height: 2px;
}

.bannerLineBottomBg {	
	background-color: #6495ED;
	height: 2px;
}

.bannerText	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #87CEFA;
	font-size: x-small;
}

.button	{
	background-color : #FFFFE0;
	font-family: Arial, Helvetica;
}

.buttonDis	{
	background-color: #FFFFE0;
	font-family: Arial, Helvetica;
	color: #A9A9A9;
}

.breadcrumbLink	{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbHi	{
	color: #FFCC66;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.dataBorder	{
	border : 2px solid Silver;
}

.dataItem	{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.dataItemNumber	{
	font-size: x-small;
	text-align: right;
}

.entrybox	{
	background-color : #FAFAD2;
	border: 1px solid #C0C0C0;
}

.header	{
	color: #000000;
	font-size: x-small;
	text-align : left;
	background-color : #DCDCDC;
}

.pipeTopLeft	{
	color: #87CEFA;
	font-size: x-small;
}

.productName	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.textOnTopRightBg	{
	color: #ADD8E6;
}

.topLeftMenuBg	{
	background-color : #003399;
}

.topLeftMenuBgHi	{
	background-color : #FFCC66;
}

.topLeftMenuItemHi	{
	color: #000000;
	font-size: x-small;
	text-decoration : none;
}

.topLeftMenuItemLo {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration : none;
}

.topRightMenuBg	{
	background-color : #6495ED;
}

.topRightMenuBgHi	{
	background-color : #FFCC66;
}

.topRightMenuItem	{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration : none;
}

.topRightMenuItemHi	{
	color: #000000;
	font-size: x-small;
	text-decoration : none;
}

.vertMenuBg	{
	background-color: #003399;
}

.vertMenuBgHi	{
	background-color: #FFFFFF;
}

.vertMenuHeading	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ADD8E6;
}

.vertMenuSubHeading	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

.vertMenuItem	{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration : none;
}

.vertMenuItemHi	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
}


/* NOTE:  the following classes and IDs are for the sample rollover code and SHOULD NOT be used in real code - THIS IS NOT PART OF THE OFFICIAL SAS STYLE */

#divBg {
	BACKGROUND-COLOR: #003399; 
	POSITION: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

#divBgColor {
	BACKGROUND-COLOR: #003399; 
	HEIGHT:15px; 
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}

DIV.clSub {
	BACKGROUND-COLOR: #6495ED; 
	FONT-FAMILY: verdana,arial,helvetica; 
	FONT-SIZE: x-small;
	FONT-WEIGHT: normal; 
	LEFT: 0px; 
	PADDING-BOTTOM: 4px;
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	PADDING-TOP: 4px; 
	POSITION: relative;
	TOP: 2px; 
	VISIBILITY: hidden; 
	line-height: 150%;
	text-decoration : none;
}

DIV.clTop {
	PADDING: 0px;
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	height: 19px;
	visibility: visible;
}

DIV.clSubWhite {
	BACKGROUND-COLOR: #6495ED; 
	FONT-FAMILY: verdana,arial,helvetica; 
	FONT-SIZE:x-small;
	FONT-WEIGHT: normal; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 0px; 
	POSITION: relative;
	TOP:10px;
	VISIBILITY: hidden; 
	WIDTH: 1px; 
	text-decoration : none;
}
.rolloverSubMenuItem	{
	color: #FFFFFF;
	text-decoration : none;
}

#divTop0 {LEFT: 20px; TOP: 0px}
#divTop1 {LEFT: 100px; TOP: 0px}
#divTop2 {LEFT: 180px; TOP: 0px}
#divTop3 {LEFT: 280px; TOP: 0px}


