/* Default CSS Stylesheet for a new Web Application project */

.HeaderBlack
{
	font-weight: bold;
	font-size: 14pt;
	background-image: none;
	color: black;
	font-family: Arial, Century, 'Times New Roman';
	
}

.HeaderGray
{
	font-weight: bold;
	font-size: 14pt;
	background-image: none;
	color: gray;
	font-family: Arial, Century, 'Times New Roman';
	
}

.HeaderRed
{
	font-weight: bold;
	font-size: 14pt;
	background-image: none;
	color: red;
	font-family: Arial, Century, 'Times New Roman';
	
}

.HeaderWinnerPlace
{
	font-weight: bold;
	font-size: 12pt;
	background-image: none;
	color: black;
	font-family: Arial, Century, 'Times New Roman';
	
}

.ContentTextFAQHeader
{
	font-weight: bold;
	font-size: 12pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentTextJustifiedSMALL
{
	font-size: 11pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: justify;
}

.ContentTextJustified
{
	font-size: 12pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: justify;
}

.ContentTextJustified12
{
	font-size: 13pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: justify;
}

.ContentTextJustified14
{
	font-size: 15pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: justify;
}

.ContentTextHyperlinkCentered
{
	font-size: 12pt;
	background-image: none;
	color: blue;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: center;
}

.ContentText
{
	font-size: 12pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentText11
{
	font-size: 11pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentText10
{
	font-size: 10pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentTextRED12
{
	font-size: 13pt;
	background-image: none;
	color: red;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentTextBLACKBOLD12
{
	font-weight: bold;
	font-size: 13pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	
}

.ContentTextCentered
{
	font-size: 12pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: center;
}

.ContentTextCentered12
{
	font-size: 13pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: center;
}

.ContentTextCentered14
{
	font-size: 15pt;
	background-image: none;
	color: black;
	font-family: 'Times New Roman', Times, serif, Century;
	text-align: center;
}

