﻿/* General Properties */
body	{  

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dddddd;
}

table   {
    margin:0 auto;
}

td 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

th 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;	
}


/* Normal text style */    
.Normal    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 10px;
	color: #666666;
}


/* Title Blue */    
.TitleBlue    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #3399cc;
}


/* Title Home */    
.TitleHome    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-indent: 5px;
	color: #333333;
}


/* Navigation text Links */
.NavLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left
}

A.NavLink:link {
	text-decoration: none;
	color: #666666;	
}

A.NavLink:visited  {
	text-decoration: none;
	color: #666666;
}

A.NavLink:active   {
	text-decoration: none;
	color: #666666;
}

A.NavLink:hover    {
	text-decoration: underline;
	color: #6699ff;
}


/* Page Body text Links */
.BodyLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.BodyLink:link {
	text-decoration: none;
	color: #ff0000;	
}

A.BodyLink:visited  {
	text-decoration: none;
	color: #ff0000;
}

A.BodyLink:active   {
	text-decoration: none;
	color: #ff0000;
}

A.BodyLink:hover    {
	text-decoration: underline;
	color: #000000;
}


/* Footer text Links */
.FooterLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #708090;
}

A.FooterLink:link {
	text-decoration: none;
	color: #708090;	
	line-height: 15px;
}

A.FooterLink:visited  {
	text-decoration: none;
	color: #708090;
}

A.FooterLink:active   {
	text-decoration: none;
	color: #708090;
}

A.FooterLink:hover    {
	text-decoration: underline;
	color: #FF0000;
}

/* rrFooter text Links */
.rrFooterLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

A.rrFooterLink:link {
	text-decoration: none;
	color: #000000;	
	line-height: 15px;
}

A.rrFooterLink:visited  {
	text-decoration: none;
	color: #000000;
}

A.rrFooterLink:active   {
	text-decoration: none;
	color: #000000;
}

A.rrFooterLink:hover    {
	text-decoration: underline;
	color: #000000;
}
