BODY {
	background-image:		url(./_images/circuit.jpg);
	background-repeat:		repeat;
	color:					black;
	font-family:			verdana, sans-serif;
}
A:link,
A:visited,
A:active {
	color:					blue;
	text-decoration:		none;
}
A:hover {
	color:					lime;
	background-color:		blue;
	text-decoration:		none;
	cursor:					pointer;
}
/* Arrows & line segments (multiple-class use) */
.arrow_left {
	background-image:		url(./_images/arrow_left.gif);
	background-repeat:		no-repeat;
}
.arrow_right {
	background-image:		url(./_images/arrow_right.gif);
	background-repeat:		no-repeat;
}
.horiz {
	background-image:		url(./_images/line_horiz.gif);
	background-repeat:		repeat-x;
}
.vert {
	background-image:		url(./_images/line_vert.gif);
	background-repeat:		repeat-y;
	background-position:	center center;
}
.corner {
	background-image:		url(./_images/a_red.gif);
	background-repeat:		no-repeat;
}
.bottom {
	background-position:	bottom center;
}
.top {
	background-position:	top center;
}
/* Webpraxis Banner */
TABLE.banner {
	border-collapse:		separate;
	border-spacing:			0px;
	table-layout:			fixed;
	width:					100%;
}
COL#banner_c1 {
	width:					640px;
}
COL#banner_c2 {
	width:					18px;
}
COL#banner_c3 {
	width:					auto;
}
COL#banner_c4 {
	width:					18px;
}
TD#banner_name {
	border:					10px outset #CD853F;
	height:					130px;
	background:				url(./_images/tec10ban.jpg) no-repeat left center;
	font:					normal normal bolder 2.4em times-roman,serif;
	vertical-align:			middle;
	padding-left:			160px;
}
/* Webpraxis Info */
TABLE.info {
	border-collapse:		separate;
	border-spacing:			0px;
	table-layout:			fixed;
	width:					100%;
}
COL#info_c1 {
	width:					18px;
}
COL#info_c2 {
	width:					18px;
}
COL#info_c3 {
	width:					18px;
}
COL#info_c4 {
	width:					auto;
}
COL#info_c5 {
	width:					18px;
}
COL#info_c6 {
	width:					400px;
}
COL#info_c7 {
	width:					18px;
}
COL#info_c8 {
	width:					auto;
}
COL#info_c9 {
	width:					18px;
}
TD#info {
	border:					10px outset #CD853F;
	background-color:		#CECECE;
	padding:				15px;
}
TD#info IMG {
	float:					left;
	margin-right:			10px;
	margin-bottom:			5px;
}
TD#info P {
	text-align:				center;
}
/* Portfolio */
TABLE.portfolio {
	border-collapse:		separate;
	border-spacing:			0px;
	table-layout:			fixed;
	width:					100%;
}
COL#portfolio_c1 {
	width:					18px;
}
COL#portfolio_c2 {
	width:					18px;
}
COL#portfolio_c3 {
	width:					18px;
}
COL#portfolio_c4 {
	width:					150px;
}
COL#portfolio_c5 {
	width:					18px;
}
COL#portfolio_c6 {
	width:					40px;
}
COL#portfolio_c7 {
	width:					auto;
}
TABLE.portfolio IMG {
	width:					40px;
	height:					40px;
}
SPAN.heading {
	background-color:		silver;
	border:					3px solid #DDDDDD;
	height:					40px;
	line-height:			40px;
	font:					normal small-caps bold 1.5em times-roman,serif;
	padding-left:			5px;
	padding-right:			5px;
 }
DIV.panel {
	background-color:		#CECECE;
	border:					10px outset #CD853F;
	color:					black;
	padding:				15px;
	text-align:				justify;
}
/* Copyright */
TABLE.copyright {
	border-collapse:		separate;
	border-spacing:			0px;
	font-size:				small;
	margin-top:				20px;
	table-layout:			fixed;
	white-space:			nowrap;
	width:					100%;
}
COL#copyright_c1 {
	width:					18px;
}
COL#copyright_c2 {
	width:					150px;
}
COL#copyright_c3 {
	width:					18px;
}
COL#copyright_c4 {
	width:					auto;
}
COL#copyright_c5 {
	width:					18px;
}
COL#copyright_c6 {
	width:					150px;
}
COL#copyright_c7 {
	width:					18px;
}
TABLE.copyright TR {
	height:					18px;
}
TABLE.copyright TH {
	 background-color:		#CECECE;
}
/* Validation */
P.validation {
	text-align:				center;
}
P.validation IMG {
	border:					0px;
}
P.validation A:hover {
	background-color:		transparent;
}