.leftmenulinks {
	margin-bottom: 20px;
}

.currentpagelinks
{
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: verdana, sans-serif;
	line-height: 20px;
	margin-bottom: 20px;	
}
	
A.leftmenulinks
{
    FONT-SIZE: 13px;
    COLOR: #999999;
    FONT-FAMILY: verdana, sans-serif;
	line-height: 20px;    
}
/*A.leftmenulinks:active
{
    COLOR: orange;
}*/

A.leftmenulinks:link
{
/*  this one required by Mac Safari for inactive unvisited links*/
    COLOR: #999999;
    border-bottom:none;

}
A.leftmenulinks:visited
{
    COLOR: #999999;
    text-decoration:none;
    border-bottom:none;
}
A.leftmenulinks:hover
{
    COLOR: #CCCCCC;
    border-bottom:none;
}

.linkalign {
	line-height: 20px;
	margin:30,30,30,0;
}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
	line-height: 20px;
	margin: 0px;
}

/*NOTE: Set general link color to same as text color.*/
a:link {
	color: #545454;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #545454;
}
a:hover {
	text-decoration: none;
	color: #e86c1f;		
}
a:active {
	text-decoration: none;
	color: #545454;
}

.genContent a:link {
	color: #231F20;
	text-decoration: none;
	border-bottom:1px solid #dddddd;
}
.genContent a:visited {
	text-decoration: none;
	color: #231F20;
	border-bottom:1px solid #dddddd;
}
.genContent a:hover {
	text-decoration: none;
	color: #e86c1f;
	border-bottom:1px solid #e86c1f;	
}
.genConten a:active {
	text-decoration: none;
	color: #e86c1f;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
	line-height: 15px;
}
.page_number {
	font-size: 9px;
	line-height: 12px;
}
.page_body {
	margin-bottom: 10px;
}

td {
	background-color: #FFFFFF;
}
/*
.td_browser {
	background-color: #000000;	
}*/

.td_splash {
	background-color: #4a5252;	
}

.td_logo {
	background-color: #4a5252;
}
/*NOTE: Reset border-bottom so not inherited from general styles.*/
.td_logo a{border-bottom:none;}
.td_left {
	background-color: #4a5252;
	vertical-align:top;
	text-align:right;
	padding:0,0,0,0;
}

/*NOTE: Added new ID to move plugs text down to visually align with menu.*/
#tdPlugs{padding-top:4px;}

p.portfolio_head {
	padding:0,0,0,0;
	font-size: 10px;	
	font-weight: bold;	
	margin-bottom: 0px;
	line-height: 20px;
}
p.portfolio_subhead01 {
	font-size: 10px;	
	margin-bottom: 0px;
	line-height: 15px;
}
p.portfolio_subhead02 {
	font-size: 10px;
	color: #e86c1f;
	margin-top: 9px;
	margin-bottom: 9px;
	font-weight: bold;
	line-height: 15px;
}
p.portfolio {
	font-size: 10px;	
	line-height: 15px;
	margin-bottom: 6px;
}

.orange {
	color: #e86c1f;
	font-weight: bold;
}

/*-- Styles for Plugs page --*/
blockquote{margin:0;padding:0;font-size:10px;line-height:15px;}
h2{font-size:14px;margin:0;padding:0;margin-bottom:10px;color:#e86c1f;}

/*-- New Styles for Portfolio--*/
.portfolio a:link{color:#e86c1f;}
.portfolio a:visited{color:#e86c1f;}
.portfolio a:hover{color:#545454;}

.imgFramed{border:1px solid #d5d5d5;}