﻿.Grid
{
border-color: #E7E7FF;
width: 100%;
}
.GridHeader
{
color: White;
background-color: Navy;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
text-align: center;
}
.GridRow
{
color: Navy;
background-color: #E7E7FF;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
text-align: center;
}
.GridEditingRow
{
color: Navy;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
text-align: center;
}
.GridAlternateRow
{
color: Navy;
background-color: #F7F7F7;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
text-align: center;
}
.LoginButton
{
	background-color: #3F4800;
	color: White;
	font: arial 10px;
	}

.NewsletterButton
{
	background-color: #3F4800;
	color: White;
	font: arial 10px;
	}

.NewsLetterBoxHead
{
border-right: #ea6d00 1px solid;
border-top: #ea6d00 1px solid;
border-left: #ea6d00 1px solid;
border-bottom: #ea6d00 1px solid;
background-color: #ef8d0e;
font-family: Verdana, Arial;
font-weight: bold;
font-size: 10pt;
color: #f5f5dc;
text-align: center;
}
.NewsLetterBoxContent
{
border-right: #ea6d00 1px solid;
border-top: #ea6d00 1px solid;
border-left: #ea6d00 1px solid;
border-bottom: #ea6d00 1px solid;
background-color: #CCCC99;
text-align: center;
}
.NewsLetterBox
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
margin-bottom: 5px;
}

a.NewsLetterLink
{
font-family: Verdana, Arial;
font-weight: bold;
font-size: 9pt;
color: #cd853f;
line-height: 25px;
padding-right: 5px;
padding-left: 5px;
text-decoration: none
}
.fontNormal
{
	margin-left:4px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial;
	font-size:13px;
	color:#000;
	text-align:justify;
	}
.fontLarge
{
	margin-left:4px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial;
	font-size:15px;
	color:#000;
	text-align:justify;
	}
.fontLarger
{
	margin-left:4px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial;
	font-size:17px;
	color:#000;
	text-align:justify;
	}	
	
.imgRight
{
	 float: right; 
	 clear: left; 
	 margin-left:10px;
	}
.imgLeft
{
	 float: left; 
	 clear: right; 
	 margin-right:10px;
	}
.imgCenter
{
	text-align:center;
	}
.bullet
{
	list-style-image: url("http://www.e-ttgroup.com/materials/main/images/bullet.gif");
	}
