h2,p,h3,td
{
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}

h2.underline,h3.underline,p.underline
{
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	margin-top:10px;
	margin-bottom:10px;
}
td.underline
{
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
}

p.leftside
{
	text-align: left;
	color: white;
	font-family: arial;
	font-weight: bold;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}

p.bigger
{
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 115%;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}

p.biggerleft
{
	text-align: left;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 115%;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}

p.error
{
	text-align: left;
	color: white;
	font-family: arial;
	font-weight: bold;
	background-color: red;
	
}

div.hidden
{
	display: none;
	visibility: hidden
}

p.light,td.light
{
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: normal;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}
td.lighttable
{
	text-align:center;
	color:White;
	font-family: arial;
	font-weight: normal;
	font-size:smaller;
	padding-left:3px;
	padding-right:3px;
}

p.lightleftside
{
	text-align: left;
	color: white;
	font-family: arial;
	font-weight: normal;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}

p.footertext
{
	color: white;
	text-align:center;
	font-family: arial;
	font-weight: lighter;
	font-variant: normal;
	font-size: xx-small
}

img.frame
{
	border: 3px solid white;
}

img.ad
{
	border: 3px solid transparent;
}


a:link    {color:white}
a:visited {color:#99FF99}
a:active  {color:white}
a:hover   {color:#FF6600}


/* New ToolTip - Start */
a:hover {
	position: relative;
}

a span.popx {
	display: none;
}

a:hover span.popx {
	display: block;
   	position: absolute; top: 1px; /*left: -10px; */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #FAFAFE; 
   	border: 1px dotted #000000;
	font-size:x-small;
	color:#1C1CAE;
	/* width:150px; */
}
/* New ToolTip - End */

