body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}
td {
	text-align: left; 
	font-family:tahoma; 
	font-size:11px; color: #666666; 
	line-height:16px; 
	vertical-align: top;
}
td.indent {
	padding-left:20px; 
	padding-right:20px;
}

td.breadcrumb {	
	padding-left:20px; 
 	font-size:9px; 
	color:#666666; 
	background-image: url(images/fill_gray_400.gif); 
	background-repeat:repeat-y;
}
.breadcrumb		  	  { color: #666666; text-decoration:none;}
.breadcrumb	a:link	  { color: #666666; text-decoration:none;}
.breadcrumb	a:visited { color: #666666; text-decoration:none;}
.breadcrumb	a:hover   {	color: #FF9900; text-decoration:underline;}
.breadcrumb	a:focus   {	color: #FF9900; text-decoration:underline;}
.breadcrumb	a:active  {	color: #666666; text-decoration:none;}

td.indent_title2	{padding-left:20px; vertical-align: middle; font-size:11px; font-weight:bold; line-height:16px; padding-top:10px; padding-bottom:10px;
					text-transform:uppercase; background-image: url(images/fill_gray_400.gif); background-repeat:repeat-y;}
					
td.indent_title		{padding-left:20px; height:25px; vertical-align: middle; font-size:11px; font-weight:bold; line-height:16px; text-transform:uppercase;}

td.indent_submenmu	{padding-left:20px; height:25px; vertical-align: middle; font-size:11px; font-weight:bold; color: #666666; line-height:16px; 
					text-transform:uppercase; background-image: url(images/fill_stretch_white.gif); background-repeat:repeat-y;}

td.indent_table		{padding-left:20px; background-image: url(images/fill_gray_400.gif); background-repeat:repeat-y; }

td.indent_pmo		{font-size:9px; line-height:12px;}
td.indent_pmo_date	{text-transform: uppercase; font-weight:bold; line-height:16px; height:25px;  vertical-align: middle;}
td.indent_pmo_title	{font-size:9px; text-transform:uppercase; font-weight:bold; line-height:12px; vertical-align: middle; padding-top:10px; padding-bottom:10px;}
		
/* links */
a			{color: #0B27AE; text-decoration:underline;}
a:link		{color: #0B27AE; text-decoration:underline; }
a:visited 	{color: #0B27AE; text-decoration:underline; }
a:hover 	{color: #FF9900; text-decoration:none;}
a:focus		{color: #FF9900; text-decoration:none;}
a:active	{ }

.menu_dark			  {font-size:10px; color: #999999;}
.menu_dark	a:link	  {color: #999999; text-decoration:underline;}
.menu_dark	a:visited {color: #999999; text-decoration:none;}
.menu_dark	a:hover   {color: #FF9900; text-decoration:none;}
.menu_dark	a:active  {color: #999999;}

td.menu1 		  {padding-left:10px; font-size:9px; color:#666666;}
.menu1	a:link	  {color: #666666; text-decoration:none;}
.menu1	a:visited {color: #666666; text-decoration:none;}
.menu1	a:hover   {color: #FF9900; text-decoration:underline;}
.menu1	a:active  {color: #666666;}

.indent_link {padding-left:20px; margin:0px; line-height:12px; padding-bottom: 5px;}

/* ordered list */
ul {margin:0; padding:0; list-style:none}
li {background:url(images/arrow.gif) center left no-repeat; margin-bottom: .7em; padding:0px 0px 0px 20px; line-height:14px;}

/* other */
.headline	{font-size:18px; font-weight:bold; color:#ff9900; line-height: 22px; padding-top: 5px; padding-bottom: 15px;}
.subhead	{font-size:11px; font-weight:bold; color: #666666; line-height:17px;}
.emphasis	{font-weight:bold; color: #666666;}

.middle	{vertical-align:middle}
.sm09 	{font-size:9px}
.sm10 	{font-size:10px}
.underline {text-decoration:underline}
.uppercase {text-transform:uppercase}

.quote 	{font-family: "Times New Roman", Times, seriff; font-size:12; font-style: italic; font-weight:bold;}

/* forms */
.form { width:235px;
		height:20px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#838383;
		background-color:#E8E8E9;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.form1 { width:133px;
		height:20px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#838383;
		background-color:#A7A7AA;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}		
		
.textarea { width:235px;
		height:80px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#838383;
		background-color:#E8E8E9;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
#projectServer {position: static;
		padding: 4px;
		background-color:#e6e7e8;
		border-top: double 3px #666666;
		border-bottom: double 3px #666666;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color:#666666;}
		
#projectServer a {color:#666666; text-decoration: underline;}
#projectServer a:link   { }
#projectServer a:visited{color: #999999; text-decoration: underline;}
#projectServer a:hover  {color: #FF9900; text-decoration: none;}
#projectServer a:focus  {color: #FF9900; text-decoration: none;}
#projectServer a:active { }


table {
	border: o none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.darkgray {
	background-color: #666;
}
.lightgray {
	background-color: #e6e7e8;
}
.white {
	background-color: #FFF;
}


