body, td, p {
					color: black;
					font-family: verdana, arial, tahoma;
					font-size: 100.1%
					vertical-align : top;
					}
						
h2 { font-size: 110%; font-weight : bold; margin: 0px; } 

.float { float: right; margin: .5em;}



.left { text-align: left; }
.rt { text-align: right; }
.ctr { text-align: center; }
.just { text-align: justify; }
.listin { padding-left : 20px; text-align: left; }
.leftPad { padding-left : 10px; 
			font-size: 85%;}



.hdrtxt { text-align: right;
		color: white;
		font-family: verdana, arial, tahoma; 
		font-size: 130%;
		vertical-align : bottom;
		}
		
.lefttxt { text-align: right;
		color: white;
		font-family: verdana, arial, tahoma; 
		font-size: 100.1%;
		}
		
/* for normal in body links */
a {color: #000000; text-decoration: none;}
a:visited {color: #000080; text-decoration: underline;}
a:hover {color: #000080; text-decoration: underline; }

/* for left nav links */
a.nav {color: #ffffff; text-decoration: none;}
a:visited.nav {color: #FEFAC2; text-decoration: none;}
a:hover.nav {color: #FEFAC2; text-decoration: underline; }

/* for white links */

a.white { text-decoration: underline; color: white;}
a:visited.white { text-decoration: underline; color: white;}
a:hover.white { text-decoration: underline; color: yellow; }

.caption { color: white; 
			font-size: 85%;}
		

/* for copyright message */
.copyright  { font-size : 70%; color:#FEFAC2; font-family : arial, san-serif;}


