﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	color: black;
	background-color: white;
	font-family: Arial, 'Times New Roman' , Book Antiqua;
	font-size: 10pt;
}

p
{
	text-align: left;
}

.ZeroBorderTable
{
	border-collapse: collapse;
}

.Menu
{
	text-indent: 5px;
	line-height: 17pt;
	/*background-color: #ffffcc;*/
	text-align: left;
	font-size: 10pt;
	color: #336666;
	/*
	background-position: 0px center;
	background-image: url(Image/CA-Logo.jpg);
	background-repeat: no-repeat;
*/
}

.TableHeader
{
	color: White;
	background-color: #2f4f4f;
}

.TableSubHeader
{
	background-color: #b0c4de;
}

.TableBody
{
	background-color: #FFFBD0;
}

.FontVerySmall
{
	font-size: 7pt;
}

.FontSmall
{
	font-size: 8pt;
}


.FontMedium
{
	font-size: 10pt;
}

.FontMediumLarge
{
	font-size: 12pt;
}

.FontLarge
{
	font-size: 14pt;
}

.FontVeryLarge
{
	font-size: 24pt;
}

.FontBold
{
	font-weight: bold;
}

.FontVerdanda
{
	font-family: Verdana;
}

.FontUnderLine
{
	text-decoration: underline;
}

.FontBold
{
	font-weight: bold;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.FontItalic
{
	font-style: italic;
}

.Center
{
	text-align: center;
}

div.centered
{
	text-align: center;
}
div.centered table
{
	margin: 0 auto;
	text-align: left;
}

.Left
{
	text-align: left;
}

.Right
{
	text-align:right;
}

.MarginSmall
{
	margin:3 3 3 3;
}

.MarginNormal
{
	margin: 5 5 5 5;
}

.FloatRight
{
	float: right;
}

.FloatLeft
{
	float: left;
}

.TopBorder
{
	border-top: black solid thin;
}

div.centered 
{
	text-align: center;
}

div.centered table 
{
	margin: 0 auto; 
	text-align: left;
}