﻿
h2
{
	text-align:center;
	font-family: Times;/*Arial, Helvetica, sans-serif;*/
	margin-left: 10px; margin-right: 10px;
	
	font-size:24px;
	color:#E30000;
	font-weight: bold;
}


h3
{
	text-align:center;
	font-family: Times;/*Arial, Helvetica, sans-serif;*/
	margin-left: 10px; margin-right: 10px;
	color:#E30000;
	font-size:17px;
	font-weight: 700;
	
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px; margin-right: 10px;
	
}







/*  ---------------------- Font Styling for Sub Menu  Buttons -------------------------------------------------------*/
.font-submenu_button-title
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#E30000;
	font-weight: 700;
}

.font-submenu_button-syllabus
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#000080;
	font-weight: 700;
}
.font-submenu_button-syllabus-ACTIVE
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#E30000;
	font-weight: 700;
}

.font-submenu_button-grading
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#7A1B1B;
	font-weight: 700;
}
.font-submenu_button-grading-ACTIVE
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#CC6600;
	font-weight: 700;
}
.font-submenu_button-tournament
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#3F6949;
	font-weight: 700;
}
.font-submenu_button-tournament-ACTIVE
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#CC6600;
	font-weight: 700;
}
.font-submenu_button-leadership
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#FD4E4E;
	font-weight: 700;
}
.font-submenu_button-leadership-ACTIVE
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#CC6600;
	font-weight: 700;
}
.font-submenu_button-teamseb
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#DBDBDB;
	font-weight: 700;
}
.font-submenu_button-teamseb-ACTIVE
{
text-align: center;
	font-family: Times;
	font-size:16px;
	color:#CC6600;
	font-weight: 700;
}




/*  ---------------------- Font Styling for Logged In details -------------------------------------------------------*/
.font-UserLoginGradeDetails-heading_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #E30000;     /*#7A1B1B =orange    #E30000 = deep red*/

}
.font-UserLoginTournamentDetails-heading_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #3F6949;

}
.font-UserLoginGradeDetails-text {
	font-family: "Arial Narrow";
	font-size: medium;
	color: #E30000;     /*#7A1B1B =orange    #E30000 = deep red*/
}
.font-UserLoginTournamentDetails-text {
	font-family: "Arial Narrow";
	font-size: medium;
	color: #3F6949;
}



.font-UserLoginDetails-heading_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4C872F;
}
.font-UserLoginDetails-heading_leadership {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #C00000;
}
.font-UserLoginDetails-heading_team_seb {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #245DB0;
}
.font-UserLoginDetails-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


