/* MTStyle2.css */

	A.bars {text-decoration: none}
	A.bars {font-family: arial, sans-serif}
	A.bars:link {color: #000000}
	A.bars:visited {color: #000000}
	A.bars:hover {color: #ce2152}
	A.bars:active {font-weight: bold}

	A.lines
	{
		text-decoration: none;
		font-family: arial, sans-serif;
		font-size: 0.8em;
	}
	A.lines:link {color: #800080}
	A.lines:visited {color: #800080}
	A.lines:hover {color: #ce2152}
	A.lines:active {font-weight: bold}
	
	H1 {color: #CE2152; font-family: arial, sans-serif; font-size: 150%; font-weight: bold}
	H2 {color: #CE2152; font-family: arial, sans-serif; font-size: 140%; font-weight: bold}
	H3 {color: #CE2152; font-family: arial, sans-serif; font-size: 120%; font-weight: bold}
	body {font-family: arial, sans-serif;font-size: 95%}
	td {font-family: arial, sans-serif;font-size: 95%}
	strong {font-size: 110%; font-weight: bold}

	TD.Mn { padding: 1em; }
	p.Mn { padding: 1em; }

	TD.Banner { background-color: #E0E0E0}


#BannerL
{
	background-image: url(images/grad1.gif);
	background-color: #E0E0E0;
	height: 60pt;
	float: left;
	width: 50%;
}

#BannerR
{
	background-image: url(images/grad1.gif);
	background-color: #E0E0E0;
	height: 60pt;
	position: absolute;
	left: 50%;
	width: 50%;
}

#RedLine
{
	clear: left;
}

#HomeL
{
	width: 20%;
	float: left;
}

#HomeMid
{
	position: absolute;
	left: 23%;
	width: 55%;
	padding-top: 1em;
}

#HomeR
{
	position: absolute;
	width: 19%;
	left: 80%;
}

#Margins
{
	position: absolute;
	left: 20%;
	width: 60%;
}

#General
{
	clear: left;
}

	
#PortfolioL
{
	position: absolute;
	left: 15%;
	width: 60%;
}

#PortfolioR
{
	float: right;
	width: 23%;
}

#PersonalL
{
	float: left;
	width: 75%;
}

#PersonalR
{
	float: right;
	width: 23%;
}

div.newsDate
{
	color: #606060;
	font-weight: bold;
}

#EqualL
{
	float: left;
	width: 50%;
}

#EqualR
{
	float: right;
	width: 50%;
}

#form1
{
	clear: left;
	position: absolute;
	width: 10em;
}
#form2
{
	clear: left;
	position: absolute;
	left: 10em;
	width: 15em;
}
#form3
{
	position: absolute;
	left: 25em;
	width: 20em;
}

div.ExampL
{
	position: absolute;
	clear: left;
	margin-left: 1.5em;
	width: 15em;
}

div.ExampR
{
	position: absolute;
	left: 18em;
}
