<style type="text/css">
A.link                  {text-decoration: underline; color: #FFFFFF}
A.visited               {text-decoration: underline; color: #FFFFFF}
A.active                {text-decoration: underline; color: #FFFFFF}
A.hover                 {text-decoration: none; color: #FFFFFF}

A.Text:link             {text-decoration: none; color: #737C8A}
A.Text:visited          {text-decoration: none; color: #737C8A}
A.Text:active           {text-decoration: none; color: #737C8A}
A.Text:hover            {text-decoration: underline; color: #737C8A}

A.TextRec:link             {text-decoration: none; color: #20211B}
A.TextRec:visited          {text-decoration: none; color: #20211B}
A.TextRec:active           {text-decoration: none; color: #20211B}
A.TextRec:hover            {text-decoration: none; color: #20211B}

A.TextMenu:link        {text-decoration: none; color: #FFFFFF}
A.TextMenu:visited     {text-decoration: none; color: #FFFFFF}
A.TextMenu:active      {text-decoration: none; color: #FFFFFF}
A.TextMenu:hover       {text-decoration: underline; color: #FFFFFF}

A.TextMenuMiddle:link        {text-decoration: none; color: #020202}
A.TextMenuMiddle:visited     {text-decoration: none; color: #020202}
A.TextMenuMiddle:active      {text-decoration: none; color: #020202}
A.TextMenuMiddle:hover       {text-decoration: underline; color: #020202}

A.TextBlue3:link        {text-decoration: none; color: #1A70BB}
A.TextBlue3:visited     {text-decoration: none; color: #1A70BB}
A.TextBlue3:active      {text-decoration: none; color: #1A70BB}
A.TextBlue3:hover       {text-decoration: underline; color: #1A70BB}

body {
overflow: scroll; margin: 0px
}
#DivProjects {
	margin: 0 0 0 -20px;
	position: absolute;
	width: 675px;
	height: 110px;
}
.Text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
	color: #20211B;
}
.TextCommas {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #20211B;
}
.TextMenu {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	color: #FFFFFF;
}
.TextHP {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	color: #20211B;
}
.TextWhite {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	color: #FFFFFF;
}
.TextBlack {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	color: #20211B;
}
.BulletsSquare {
	list-style-image: url(../images/bullet.gif);
	margin: 0px 17px 0px 0px;
	padding: 0;
}
.BulletsRed {
	list-style-image: url(../images/bulletRed.gif);
	margin: 0px 17px 0px 0px;
	padding: 0;
}
.Input
{
	border-right: #D9D9D9 1px solid;
	border-left: #D9D9D9 1px solid;
	border-top: #D9D9D9 1px solid;
	border-bottom: #D9D9D9 1px solid;
	font-size: 12px;
	color: #002700;
	font-family: Arial;
	font-weight: normal;
	background-color: #FFFFFF;
}
.Textarea
{
	border-right: #D9D9D9 1px solid;
	border-left: #D9D9D9 1px solid;
	border-top: #D9D9D9 1px solid;
	border-bottom: #D9D9D9 1px solid;
	font-size: 12px;
	color: #002700;
	font-family: Arial;
	font-weight: normal;
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #ff00ff
}
</style>