/* General font families for common tags */
td 						{font-family: verdana, 
														arial, 
					     							courier, 
					    							hevletica; 
							font-size: 10pt;
							text-align:left; 
							font-weight:bold;}
/* Body Styles */
BODY 					{background-color: #2D2D2D;
							background-repeat: repeat-x;
							font-family: arial,
					    						 courier, 
					  							 hevletica;
							line-height:1;
							color:white;
							font-size:10pt} 
/* Select Styles */
select 				{width: 250px}
/* Link Styles */
A:link 				{text-decoration: none}
A:visited 		{text-decoration: none}
A:active 			{text-decoration: none}
A:hover 			{text-decoration: underline; 
							color: red;}

/*Set styles for paragraphs */
p.indent			{text-indent: 5%}
p.bold				{font-weight: bold}
p.navset			{font-weight: bold}
p.error				{font-weight: bold;
							color: red;}							 
/*Set Styles for Lists*/
ul						{font-weight:normal;
							list-style-type:circle;}
ol						{font-weight:normal}				
/* Set styles for tables */
td.c					{text-align:center}
td.r					{text-align:right}
td.navset			{background:#6D7B8D; 
							font-size:10pt;}
td.solid			{border: solid; 
							border-width:1px}
td.titlehd		{background:white;
							color:Red}
td.title			{background:white;
							color:Blue}
td.titlego		{background:white;
							color:Green}
td.body				{border: solid; 
							border-width:1px}
td.bodyhd			{background:#D4A017;
							border: solid; 
							border-width:1px}
td.bodypv			{background:#D4A017;
							border: solid; 
							border-width:1px;
							color:Green}
td.bodyme			{border: solid; 
							border-width:1px;
							color:Orange}
td.bodych			{font-size:10pt}
td.error			{font-weight: bold;
							color: red}
td.message		{border:Solid;
							border-width:1px;
							color:Blue}
/* Styles for Horizontal Lines */
hr						{width: 60%}							
/* Styles for misc */
.footer				{font-size:75%; 
							font-weight:normal;}
.header				{color:Blue}
.headerhd			{font-size:11pt;
							color:Blue;}
.mydata				{color:red}
.datahd				{font-size:11pt;
							color:red;}
.error				{font-weight: bold;
							color: red}
