body 
{
	text-align:center;
	font-family:Arial ;
	margin: 0;
	padding: 0;
	
}

img
{  border-style: none;
}



h1
{
	font-size :25px;
}

h2
{
	font-size :15px;
}

h3
{
	font-size :10px;
}


td.logintext 
{
	font-family : Arial   ;
	font-size :15px;
	color :Blue;
	text-align:right ;
	
}

td.logintext a:link
{
	font-family : Arial   ;
	font-size :15px;
	color :Blue;
	font-weight :bold;	
}

td.logintext a:visited
{
	font-family : Arial   ;
	font-size :15px;
	color :Blue;
	font-weight :bold;	
}

td.logintext a:hover
{
	font-family : Arial   ;
	font-size :15px;
	color :Red;
	font-weight :bold;	
}


/* Logged in text */

td.loggedintext 
{
	font-family : Arial   ;
	font-size :12px;
	color :Blue;
	text-align:right ;
	
}

td.loggedintext a:link
{
	font-family : Arial   ;
	font-size :12px;
	color :Blue;
	font-weight :bold;	
}

td.loggedintext a:visited
{
	font-family : Arial   ;
	font-size :12px;
	color :Blue;
	font-weight :bold;	
}

td.loggedintext a:hover
{
	font-family : Arial   ;
	font-size :12px;
	color :Red;
	font-weight :bold;	
}


td.menutext 
{
	font-family : Arial   ;
	font-size :18px;
	color :Black;
	text-align:right ;	
}

td.menutext a:link
{
	font-family : Arial   ;
	font-size :18px;
	color :Black;
	text-align:right ;
	text-decoration :none;	
}

td.menutext a:visited
{
	font-family : Arial   ;
	font-size :18px;
	color :Black;
	text-align:right ;
	text-decoration :none;	
}

td.menutext a:hover
{
	font-family : Arial   ;
	font-size :18px;
	color :Gray;
	text-align:right ;
	text-decoration :none;	
}

/* Footer */
td.footertext 
{
	font-family : Arial   ;
	font-size :14px;
	color :White ;
	text-decoration :none;	
}

td.footertext a:link
{
	font-family : Arial   ;
	font-size :14px;
	color :White ;
	text-decoration :none;	
}

td.footertext a:visited
{
	font-family : Arial   ;
	font-size :14px;
	color :White ;
	text-decoration :none;	
}

td.footertext a:hover
{
	font-family : Arial   ;
	font-size :14px;
	color :Black ;
	text-decoration :none;	
}


td.trynowtext 
{
	font-family : Arial   ;
	font-size :18px;
	color :Gray ;
	text-decoration :none;
}

td.supportreptext 
{
	font-family : Arial   ;
	font-size :15px;
	color :#383838  ;
	text-decoration :none;
}


/* Image Backgrounds */
td.smallgrayback 
{
	background: url(../images/menubg.jpg) repeat-x;
	/* border-right: 1px solid black; */
	width: 250px;
	padding: 2px;
	height:20px;
}


td.longgrayback {
	background: url(../images/longbg.jpg) repeat-x;
	width: 250px;
	padding: 2px;
	height:200px;
}

td.smallgraytopback 
{
	background: url(../images/menubgtopgray.jpg) repeat-x;
	/* border-right: 1px solid black; */
	width: 250px;
	padding: 2px;
	height:20px;
}

/* Blue Background Menu */
td.blueback 
{
	background: url(../images/bluebg240x220_mirror.png);
	/* border-right: 1px solid black; */
	width: 240px;
	padding: 2px;
	height:300px;
	font-size: 18px;
	color :White;
}


/* Side Menu */
td.sidemenu 
{
	background: background-color=#F8F8F8;
	font-size: 15px;
	color :Black;
	line-height:28px;
}

td.sidemenu a:link
{
	font-size: 15px;
	color :Black;
	text-decoration : underline;
}

td.sidemenu a:visited
{
	font-size: 15px;
	color :Black;
	text-decoration : underline;
}

td.sidemenu a:hover
{
	font-size: 15px;
	color :Gray;
	text-decoration : underline;
}

