.dagpabody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.leftbg {
	background-image: url(img/leftbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottombar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(img/bottombar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.left-tig {
	background-image: url(img/hep.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topbg {
	background-color: #FFFFFF;
}
.sidebar {
	background-image: url(img/blue-side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bluehd1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}


.gray {
	background-image: url(img/gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bannerleft {
	float: left;
	height: 235px;
	width: 161px;
	overflow: visible;
	position: absolute;
	visibility: inherit;
	padding-top: 100px;
	padding-left: 60px;
}
.dagpa-hd1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/blue1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dagpa-hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.dagpa-txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.border10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.head-bluebg-white-tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 2px 2px 2px 4px;
}
.bluehd2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.redtx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.dagpa-txt1bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #D5E3E1;
}


/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.rightcor {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: right;
	width: 100%;
}
