a:link { 
	color: #ffffff;
	text-decoration: underline;
	}

a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a:active {
	color:#ffffff;
	text-decoration: underline;
	}
	
a:hover { 
	color: #EDA301; 
	text-decoration: underline;
	}

.Title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
.menu
{
    FONT-SIZE: 10px;
    COLOR: 666666;
    FONT-FAMILY: Verdana, Arial, Helvetica;
	LETTER-SPACING: 1px;
}
.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
.bodyText
{
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
.boxText
{
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
.smallText
{
    FONT-SIZE: 9px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
.bullet
{
	COLOR: #999999
}
.border
{
	BACKGROUND-COLOR: #f5f7ff;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	BORDER-COLOR: #ffffff;
	PADDING: 0px;
	
}
.bg
{ 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
} 
.bg2
{ 
	background-position: 100% 100%;
	background-repeat: no-repeat; 
} 	