/* style sheet for this site */

/*---------- default ----------*/
	
	body {
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #000000;
		background: #FFFFFF;
		background-image: url("/images/bg.jpg");
    	background-repeat: repeat-x;
    	background-position: left top;
		background-attachment: fixed;
	}
	
	h1 {font-size: 20px; font-family: Georgia, Times New Roman, Times, serif; color: #B99E4D; font-style: italic; line-height: 24px;}
	h2 {font-size: 14px; font-family: Georgia, Times New Roman, Times, serif; color: #B99E4D; font-weight: bold;}
	
	td {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000; line-height: 18px;}
	p {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	
	 .b {font-weight: bold;}
	 .bu {font-weight: bold; text-decoration: underline;}
	 .bi {font-weight: bold; font-style: italic;}
	 .i {font-style: italic;}
	 .u {text-decoration: underline;}
	 
	a:link {text-decoration: underline; color: #00529B;}
	a:visited {text-decoration: underline; color: #00529B;}
	a:hover {text-decoration: none; color: #00529B;}
	a:active {text-decoration: underline; color: #00529B;}

/*---------- links ----------*/

	a.link101:link {font-size: 10px; text-decoration: none; color: #00529B;}
	a.link101:visited {font-size: 10px; text-decoration: none; color: #00529B;}
	a.link101:hover {font-size: 10px; text-decoration: underline; color: #00529B;}
	a.link101:active {font-size: 10px; text-decoration: none; color: #00529B;}
	
	a.link111:link {font-size: 11px; text-decoration: none; color: #00529B;}
	a.link111:visited {font-size: 11px; text-decoration: none; color: #00529B;}
	a.link111:hover {font-size: 11px; text-decoration: underline; color: #00529B;}
	a.link111:active {font-size: 11px; text-decoration: none; color: #00529B;}
	
	a.link121:link {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link121:visited {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link121:hover {font-size: 12px; text-decoration: underline; color: #00529B; font-weight: bold;}
	a.link121:active {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	
	a.link122:link {font-size: 12px; text-decoration: none; color: #FFFFFF;}
	a.link122:visited {font-size: 12px; text-decoration: none; color: #FFFFFF;}
	a.link122:hover {font-size: 12px; text-decoration: underline; color: #FFFFFF;}
	a.link122:active {font-size: 12px; text-decoration: none; color: #FFFFFF;}
	
/*---------- text ----------*/

	 .text101 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000; font-weight: bold;}
	 .text102 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #666666;}
	 .text103 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #FFDD00;}
	 .text104 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	 .text105 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #666666;}
	 .text111 {font-size: 11px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	 .text112 {font-size: 11px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000; font-weight: bold;}
	 .text121 {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #B50436; font-weight: bold;}
	 .text141 {font-size: 14px; font-family: Georgia, Times New Roman, Times, serif; color: #B99E4D; font-weight: bold;}
	 .text201 {font-size: 20px; font-family: Georgia, Times New Roman, Times, serif; color: #B99E4D; font-style: italic; line-height: 24px;}
	 
/*---------- forms ----------*/

	 .searchsite {
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #000000;
		width: 400px;
		height: 22px;
		}
		
/*---------- color ----------*/

	 .fill1 {background: #FFFFFF;}
	 
	 .fill2 {
		background: #FFFFFF;
		}
	
	 .fill3 {background: #CCCCCC;}
	
	 .outline1 {
	 	border: 1px solid #999999;
		}
		
	 
