	/* Basic layout */

body { 
	   background-position: top left;
	   background-repeat: repeat-y;
	   margin: 0px 0px 0px 0px;
	   background-color:#333333;
}

/* Fonts */

body, table, td, select, textarea, input  { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

a{
	color:#346A90;
	text-decoration:none;
}
a:hover{
	color:#346A90;
	text-decoration:underline;
}
/* Form elements */

/*=====================================*/

.Copyright {	
	color: #000000;
	font-size:10px;
}

a.FooterLinks:link{
	color:#000000;
	text-decoration:none;
}
a.FooterLinks:visited{
	color:#000000;
	text-decoration:none;
}
a.FooterLinks:hover{
	color:#356C93;
	text-decoration:underline;
}

a.TopLinks:link{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-decoration:none;
}
a.TopLinks:visited{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-decoration:none;
}
a.TopLinks:hover{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-decoration:underline;
}

.GreenHeading{
	color:#485100;
	font-weight:bold;
}

.analyze{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#356C93;
}
