body {
	font-size: 62.5%;
	}
	
DIV.TextJustify { 
	text-align: justify;
}

DIV.TextLeftJustify { 
	text-align: left;
}

DIV.TextRightJustify { 
	text-align: right; 
}

DIV.TextCenter { 
	text-align: center; 
}

DIV.YellowJustified { 
	text-align: justify; 
	color: #ffff00; 
}

P.BoldRedHeader { 
	font-family: Ariel, Helvetica, sans-serif;
	font-weight: 700; 
	font-size: 1.8em; 
	color: #980030; 
} 

P.FontBlueXXLargeBold { 
	font-weight: 700; 
	font-size: 1.6em; 
	color: #0000ff;
	text-align: justify; 
} 

P.FontRedLargeBold { 
	font-weight: 700; 
	font-size: 1.4em; 
	color: #980030; 
} 

a:link {
	color: #00ffff;
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;	
	}

a:visited {
	color: #00ffff;
	font-family: Ariel, sans-serif;
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;	
	}

a:hover {
	font-weight: bold;	
	font-style: italic;
	color: #980030;
	}

a:active {
	color: #00ffff;
	font-family: Ariel, sans-serif;
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;	
	}

a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
	}

a.whitelink:visited {
	color: #ffffff;
	text-decoration: none;
	}
		
a.bluelink:link {
	color: #0000ff;
	text-decoration: none;
	}

a.bluelink:visited {
	color: #0000ff;
	text-decoration: none;
	}

.scrollbox {
	height: 250px;
	width: 100px;
	overflow:auto;
	}
	
.whitetext {
	font-family: Ariel, sans-serif;
	font-size: 1.2em; 
	color: #ffffff;
	}
	
.normalblue {
	font-family: Ariel, Helvetica, sans-serif;	
	font-size: 1.4em; 
	color: #0000ff;
	text-align: justify;	
	}

.normalbluelarge {
	font-family: Ariel, Helvetica, sans-serif;	
	font-size: 1.6em; 
	color: #0000ff;
	text-align: justify;	
	}

.emailnormalblue {
	font-family: Ariel, sans-serif;	
	font-size: 1.4em; 
	color: #0000ff;
	}

.navigationtext {
	font-family: Ariel, Helvetica, sans-serif;	
	font-size: 1.4em; 
	color: #0000ff;
	}

P.normalblue {
	font-family: Ariel, sans-serif;	
	font-size: 1.4em; 
	color: #0000ff;
	text-align: justify;	
	}

P.normalbluealignright {
	font-family: Ariel, sans-serif;	
	font-size: 1.4em; 
	color: #0000ff;
	text-align: right;	
	}
	
.FontBlueXLargeBold { 
	font-weight: 700; 
	font-size: 2.2em; 
	color: #0000ff;
	text-align: justify; 
} 
	
.FontSmallRed { 
	font-family: Ariel, sans-serif;	
	font-size: 1em; 
	color: #980030;
} 
	
#leftmarqueecontainer {
	position: relative;
	top: -13px;
	left: 3px;
	width: 83px;
	height: 93px;
	overflow: hidden;
	border: 3px solid white;
 	padding: 2px;
	padding-left: 4px;
}

#leftmarqueecontainerold {
	position: absolute;
	left: 125px;
	top: 180px;
	width: 85px;
	height: 93px;
	overflow: hidden;
	border: 3px solid white;
 	padding: 2px;
	padding-left: 4px;
}

#marqueecontainer {
	position: relative;
	width: 155px;
	height: 310px;
	overflow: hidden;
	border: 3px solid white;
 	padding: 2px;
	padding-left: 4px;
}
