﻿
/*Regular subject*/  
.SmallSubject{
	font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:9pt; 
	color: #000080;
	font-weight: bold;
}

.MediumSubject{
	font-family: Tahoma;
	font-size:12pt; 
	color: #0000FF;
}

/*Bigger Subject*/
.BiggerSubject{
	font-family: Tekton Pro,Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14pt; 
	text-align: center;
}

/*Main subject*/ 
.MainSubject{
	font-family: Tekton Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18pt;
	color: #0000FF;

}

.MainSubject_Left {
	font-family: Tekton Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FF0000;
	float: left;
}

.LargeFont{
	font-family: Verdana, Tekton Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

/* Used in the Icons.htm */
.IconsFont{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
}

/* The default font on the page. You can do something like that: <Body class="MainBody"> */
.MainBody{
	text-align: left;
	font-family: sans-serif, Verdana, "Trebuchet MS", Arial, Helvetica;
	font-size: 8pt;
}

.MainBody2{
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.BlueBackGround{
	background-color: #0A6CCE;
}

.WhiteBold{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0A6CCE;
}

.RedColor{
	color: #FF0000;
}

.BlueColor{
	color: #000080;
}

.YellowBackGroundColor{
	background-color: #FFFF00;
}

.TurquoiseBackGroundColor{
	background-color: #B9DCFF;
}

.UnderLine{
	text-decoration: underline;
}
.BoldText {
	font-weight: bold;
}
.GrayHighlight {
	background-color: #E1E7F2;
	font-weight: bold;
}	
.CenterText{
	 text-align: center;
}

td.BottomSpace {
	padding-bottom: 10px;
}
