/* CSS Document */

html, body		{
				/*page layout control*/
				height: 100%;
				width: 100%;
				margin: 0px;
				padding: 0px;
				vertical-align: top;
				background-color: #FFFFFF;
				background-image: url(../_hdr/bgbodymain.gif);
				background-repeat: repeat-x;
				background-position: top;
				/*text handlers*/
				color: #585858;
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
				}

img				{
				border: none;
				}

table			{
				border: none;
				margin: 0px;
				padding: 0px;
				text-align: left;
				/*text handlers*/
				color: #585858;
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
				}

h1				{
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				color: #A60001;
				font-size: 13px;
				font-weight: bold;
				padding: 0px;
				margin: 0px;
				}

input, select	{
				background-color: #F8F8F8;
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #585858;
				border: 1px solid #B3B3B3;
				}

textarea		{
				background-color: #F8F8F8;
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #585858;
				border: 1px solid #B3B3B3;
				}
				
.submit			{
				background-color: #F8F8F8;
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #585858;
				border-top: 2px solid #E9E9E9;
				border-left: 2px solid #E9E9E9;
				border-bottom: 2px solid #9B9B9B;
				border-right: 2px solid #9B9B9B;
				}

.cbgsame		{
				background-color: #FFFFFF;
				border: none;
				}

/*modify this setting to control paragraph line spacing*/
p				{
				line-height: 14px;
				}

/*table layout controls*/
#layout			{
				height: 100%;
				width: 100%;
				}

#header			{
				height: 86px;
				}

#footerstripe	{
				height: 5px;
				}

.bgcstripe		{
				height: 37px;
				display: block;
				background-image: url(../_hdr/bgcontentstripe.gif);
				background-repeat: repeat-x;
				}

.content		{
				height: 100%;
				}

.footer			{
				font-size: 10px;
				font-weight: normal;
				color: #A60001;
				}

.caption		{
				font-size: 10px;
				}

a.nav:link, a.nav:visited, a.nav:active
				{
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				}

a.nav:hover		{
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				}

a:link, a:visited, a:active
				{
				color: #A60001;
				text-decoration: underline;
				}

a:hover			{
				color: #980001;
				text-decoration: none;
				}
