@charset "iso-8859-1";

body {  color: #000000;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
	font-family: tahoma, sans-serif; 
	background: url(watermark3.gif) #fffcdd no-repeat fixed bottom right;
	}
	
b.red {color: #C00000; }
	
p.top {text-align: right; }				

p.indent {margin-left: 5%;
			margin-right: 5%; 
			} 
			
div.main {margin-left: 5%; }			
			
div.line {
	border-style:solid;
	border-width:thin;
	margin-left: 10%;
	margin-righ: 10%;
	padding:10px;
	}	

/*Regular Links in page*/
a:link { color: #0449b; font-weight: bold; }  /* for unvisited links */
a:visited { color: #817db5; font-weight: bold; } /* for visited links */
a:active { color: #ecb724; font-weight: bold; } /* when link is clicked */
a:hover { color: #ecb724; font-weight: bold; } /* when mouse is over link */

/*No Underline Links in page*/
a.noline:link { color: #0449b; font-weight: bold; text-decoration: none; }  /* for unvisited links */
a.noline:visited { color: #817db5; font-weight: bold; text-decoration: none; } /* for visited links */
a.noline:active { color: #ecb724; font-weight: bold; text-decoration: none; } /* when link is clicked */
a.noline:hover { color: #ecb724; font-weight: bold; text-decoration: none; } /* when mouse is over link */
