/*---  Credit World Services                           		--- */
/*---  (c)2006 Credit World Services						--- */
/*---  http://www.creditworldservices.com					--- */


/*     COLOR SCHEME USED                                       */
/*     dark blue #060A9E   (RGB 6 10 158)	                   */
/*     light grey #999797  (RGB 153 151 151)                   */
/*     turquois  #009AA9 (RGB 0 154 169)                       */


/*  DEFAULT BODY FONT SETTINGS  */
body {
	font: 0.9em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

/*  DEFAULT BEHAVIOR OF ALL LINKS   */
a:link, a:visited { 
	color: #060A9E;   /* dark blue links */
	text-decoration: none;
}
a:hover {	
	color: #009AA9;    /* turquois link on mouse hover */
	text-decoration: underline;
}
a:active {	
}


/*  HEADING #1 - used for Credit World bold heeader  */
h1 {

	font: 1.3em/0.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
}

/*  HEADING #2 - used for menu on bottom & to caption photos */
h2 {
	font: 0.9em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
	color:#999797;
	padding-bottom: 0em;
	margin-bottom: 0px;
}



/*  HEADING #2 - used for footer  */
h3 {
	font: 0.8em/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
	text-align:center;
	color:#999797;
	padding-bottom: 0em;
	margin-bottom: 0px;
}


