/*
	This is "theme03"
*/
body {
	background-color:		#66ffcc;
	color: 				black;
	font-family:			Arial, Verdana, sans-serif;
	text-align:			center;
}

/*
	the next 4 lines are the color for the Static Slide menu items
*/
A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover		{color:black;text-decoration:none;}
A.ssmItems:active		{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}

h1 {
  font-size:           			150%;
}
h2 {
  font-size:           			130%;
}
h3 {
  font-size:           			110%;
  letter-spacing:			.5em;
  word-spacing:				1em;
  font-family:				Verdana, Arial, sans-serif;
}
h4 {
  font-size:           			110%;
  font-family:				Verdana, Arial, sans-serif;
}
hr {
	text-align: 			center;
	color: 				silver;
	height: 			2px;
	width:				99%;
}

a:link { 			
	color: 				blue;
}
:visited {
	color: 				red;
}
a:hover {
	color: 				#333333;
}

#tgrslogo {
	padding:			25px 0px 25px 0px;
}

#onecoltext {
	width:				60%;
}

#linodot li {
	list-style-type:		none;
	font-size:			90%;
}

#tblNoBorder01 table {
	border:				none;
}
#tblNoBorder01 td, #tblNoBorder01 th, #tblNoBorder01 tr {
	border:				none;
	padding:			5px;
	text-align:			center;
	font-size:			90%;
	font-weight:			bold;
}

#tblSpecial table {
	border-style:			double;
	border-color:			gray;
	width:				70%;
	margin-left:			15%;
	margin-right:			15%;
	font-size:			110%;
}

#tblSpecial td, #tblRITG01 tr {
	background-color:		white;
	text-align:			center;
}

#tblThumb01 table {
	border:				thin solid gray;
}
#tblThumb01 td, #tblThumb01 tr {
	padding:			7px;
}

#tblWhatsNew01 table {
	border:				none;
	width:				80%;
	float:				right;
}
#tblWhatsNew01 td, #tblWhatsNew01 th, #tblWhatsNew01 tr {
	text-align:			left;
}

#tblWithHdg01 table {
	border:				thick solid gray;
}
#tblWithHdg01 td, #tblWithHdg01 th, #tblWithHdg01 tr {
	border:				thin solid gray;
	padding:			5px;
	text-align:			center;
	font-size:			90%;
	font-weight:			bold;
}
#tblWithHdg01 th {
	background-color:		silver;
	color:				#0000cd;
}

