
p.m, div.menu {
	position: relative;
	top: 140px;
	padding-left: 10px;
}

a {
	text-decoration: none;
}

img {
	border-width: 0px;
}
/* ----- MAIN MENU RELATED STYLES ----- */

/* .m = menu, .h = highlighted */
a.m, a.h, a.h2, a.h3 {
	font: 11pt Arial;
	font-weight: bold;
	color: #666660;
}

a.h, a.h2 {
	color: #003399;
	letter-spacing: 5px;
}

a.h2 {
	letter-spacing: 0px;
}

a.h3 {
	color: #ff6600;
}

/* div for the menu string to have equal height */
div.menu {
	height: 32px;	
}
/* ----- MAIN MENU END ----- */


/* ----- PORTFOLIO RELATED STYLES ----- */
/* orange and blue links */
a.or, .b {
	font: 8pt Arial;
	color: #660000;
}
/* light blue */
.b a{
	color: #003399;
	font-weight: bold;
	font-size: 9pt;
	line-height: 18px;
}

/*
div.b11 {
	padding-top: 15px;
	padding-left: 8px;
}
*/

/* lt = text on the left (portfolio) */
div.lt 	{
	padding-right: 65px;
	text-align: right;
	color: #ff6600;
	font-size: 9pt;
	height: 30px;
	line-height: 15px;
}
.lt a {
	color: #ff6600;
}
/* ----- PORTFOLIO END ----- */



/* .d = delimiter */
td.d {
	height: 602px;
	background-image: url(/img/line.jpg);
	background-repeat: no-repeat; 
	background-position: 13px 150px;
	
}
/* .bl = bottom logo */
.bl1, .bl2 {
	height: 150px;
	background-image: url(/img/logoways.jpg); 
	background-repeat: no-repeat; 
	background-position: 217px 100px;
}
.bl2 {
	background-position: 677px 100px;
}

#a {
	position: relative;
}


/* ------- INFO page styles ------- */
.sh,.sh2,.text {	
	padding-left: 30px; 
	color: #666660; 
	font-family: Arial;
	font-size: 8pt;
	text-align: justify;
}

.sh2, .text {	
	padding-left: 0px;
	/*padding-right: 21px;*/
}
.sh, .sh2 {
	display: none;
}
.text {
	text-indent: 30px;
}
.text a {
	line-height: normal;
}
ul.list {
	color: #666660; 
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0px; 
	margin-bottom: 0px; 
	line-height: 13px;
}
/* ------- END OF INFO page styles ------- */



/* high-low text */
.hl {
	color: #666660;
	font-size: 10px;
	line-height: -5px;
	font-weight: bold;
}

/* table cell that contains content area */
td.content {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 256px;
}

.border {
	border: 1px solid #000000;
}