body {
	background-color: #FFFDE0;
	background-image: url(media/frameless_bg.jpg);
	background-repeat: repeat-y;
	
}


.ColorRed {
	color: #990000;
}
.ColorBlue {
	color: #333366;
}
.ColorBlack {
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;

}
.textBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;

}
.textRED {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
}
.textREDBOLD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;

}
.titleRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #990000;
	font-style: italic;
	font-weight: bold;

}
.textBlue {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333366;
}
.linkBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333366;
	font-weight: bold;
}
.titleREDsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #990000;
	font-style: normal;
	font-weight: bold;
}
.linkBlueLarge {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333366;
	font-style: italic;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	
}
.titleBluesmall {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333366;
	font-style: normal;
	font-weight: bold;
}
