﻿/*
body: class for body
MasterFont: user can define font size
MasterFont12: for masterpage
TitleFont:user should define font size 
TitleFont12: for titles need 12px
TitleFont15: for all titles
InnerTable: border for inner table   
TitleFont15: font format for subtitle in content          
*/
.body {
	MARGIN-LEFT: 3; MARGIN-RIGHT: 5; font-family: Century Gothic; font-size:12px
}
.InnerTable
{
	 border:1px solid #023c76;
}
.TDMargin
{
	padding-left:5px;padding-right:5px;
	text-align:left;
	vertical-align:top;
}
.MasterFont
{
	color:#FCE219; font-weight:bold; font-family:Century Gothic
}
.MasterFont12
{
	color:#FCE219; font-weight:bold; font-family:Century Gothic
}
.TitleFont
{
	color:#023c76; font-weight:bold; font-family:Century Gothic
}
.TitleFont12
{
	font-size: 12px; color:#023c76; font-weight:bold; font-family:Century Gothic
}
.TitleFont15
{
	font-size: 15px; color:#023c76; font-weight:bold; font-family:Century Gothic
}
.TitleFont20
{
	font-size: 20px; color:#023c76; font-weight:bold; font-family:Century Gothic
}
.Content
{
	font-size: 12px; font-family:Century Gothic
}
ul
{
	margin-left:10px;list-style-position:outside;
}
li
{
	font-size: 12px; font-family:Century Gothic
}
a
{
	font-size: 12px; color:#023c76;font-family:Century Gothic
}
span
{
	font-size: 12px; font-family:Century Gothic
}
b
{
	font-size: 12px; font-family:Century Gothic
}