 /* TRANSIGO CSS */ 

 /* styles for page & container */ 
body, html {
	background-color: #FFFFFF;
	margin:15px 0px;
	padding:0px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #404040;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

 /* ccs for links */ 
a:link {
 color: ##006600;
 text-decoration:none;
}
a:visited {
 color: #183994;
 text-decoration:none;
}
a:hover {
 color: #4B587F;
 text-decoration:none;
}
a:active {
 color: #183994;
 text-decoration:none;
}

.sizetwo,.greentwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.green,.greentwo{
	color: #006600;
}
.sizeone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.greenfour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006600;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.lightsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006600;
}
.biggreentimes {
	font-family: Times New Roman, Times, serif;
	font-size: 38px;
	color: #006600;

}
.red {
	color: #FF0000;
}
.grey {
	color: #666666;
}	
.white {
	color: #FFFFFF;
}

