body
{
	margin: 0px;
}

.text
{
	color: #003399; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px;
	line-height:15px;
	text-decoration: none;
}

.Title
{
	font-family: Arial; 
	font-size: 16px;
	font-weight: bold;
	color: #003399; 
}

.MainTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

.MainTitle2
{
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}
.MainTitle3
{
	font-size: 15px;
	font-weight: bold;
	color: red;
}

.MainTitleHeader
{
	font-size: 23px;
	font-weight: bold;
	color: #003399;
}

.bold
{
	font-weight: bold;
}

.Small
{
	font-size: 11px;
}

.white
{
	color: #FFFFFF; 
}

.grey
{
	color: #979797; 
}

a.whiteLink:link, a.whiteLink:hover, a.whiteLink:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.regLnk:link, a.regLnk:hover, a.regLnk:visited
{
	text-decoration: underline;
}

a.BigLink:link
{
	font-size: 16px;
	font-weight: bold;
	color: #0097FE;
	text-decoration: underline;
}
a.BigLink:hover
{
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

A.BigLink:visited
{
    font-size: 16px;
	font-weight: bold;
	color: #0097FE;
	text-decoration: underline;
}
A.BigLink:active
{
    font-size: 16px;
	font-weight: bold;
	color: #0097FE;
	text-decoration: underline;
}

input.inputText
{
	font-size: 11px;
}



