/* CSS Document */


.standardtextBOLD {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.standardtext {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.standardtextBlue {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}
.standardtextblack {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.standardtextblackmed {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.standardtextsmall {
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
 
.standardtextlarge {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

#footage {
width: 100%;
background: #C30D3E;
padding: 5px;
text-align: center;
}

#footage a {
font-weight: bold;
color: #FFF;
}.underlineText {
	text-decoration: underline;
}
