A:visited
{
	TEXT-DECORATION: underline;
	font-family: Tahoma;
	font-size: 12px;
	color: #909DE5;
}

A:active
{
	TEXT-DECORATION: underline;	
    font-family: Tahoma;
	font-style: normal;
	font-size: 12px;
	color: #0E34A2;

}

A:hover
{
	TEXT-DECORATION: underline;
	font-family: Tahoma;
	font-size: 12px;
	color: #CF2107;
}

A:link
{
	font-family: Tahoma;
	font-size: 12px;
	color: #0E34A2;
	text-decoration: underline;
}

BODY
{
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
table {
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	letter-spacing: 1px;
}
p {  font-size: 12px; font-family: Tahoma; color: #000000;letter-spacing: 1px}
td {  font-size: 12px; font-family: Tahoma; color: #000000;letter-spacing: 1px}
br {  font-size: 12px; font-family: Tahoma; color: #000000;letter-spacing: 1px}


.border {
	border: 1px solid #5B5B5B;

}
.italic {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;

}
.boldBlack {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    letter-spacing: 1px;
}
.boldWhite {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldWhite:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
    letter-spacing: 0px;
}
a.boldWhite:link{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldWhite:active{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.boldWhite:visited{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E1E2E5;
	text-decoration: none;
    letter-spacing: 0px;
}
.boldGrey {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldGrey:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A0A2A3;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldGrey:link{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldGrey:active{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
    letter-spacing: 0px;
}
a.boldGrey:visited{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A0A2A3;
	text-decoration: none;
    letter-spacing: 0px;
}
.boldBlue {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2394E4;
	text-decoration: none;
}
a.boldBlue:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.boldBlue:link{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2394E4;
	text-decoration: none;
}
a.boldBlue:active{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2394E4;
	text-decoration: none;
}
a.boldBlue:visited{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2394E4;
	text-decoration: none;
}
.boldRed {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.headerRed {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.headerBlue {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #2394E4;
	text-decoration: none;
}

.bulletArrowBlue{list-style-image: url(../images/arrowBulletBlue.gif);}
.bulletArrowRed{list-style-image: url(../images/arrowBulletRed.gif);}

/*Start of Pop-it Menu*/

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
padding-bottom: 2px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #F1F1F1;
}
/*End of Pop-it Menu*/

